A Little Background
I have a discord server with my brother and my dad who regularly play racing sims. They enjoy comparing lap times, so to encourage a little friendly competition I decided to create a bot which allows them to store, display, and delete laptimes from an SQL database.
Functionality
The basic commands for the bot are as follows:
-
!store {TRACK} | {CAR} | {TIME}
-
!show
-
!search {CAR NAME} -> Allows for partial match
-
!edit {ID} {TIME}
-
!delete {ID}