A discord bot that is used for guessing the speed of a pitch and getting points based on how close you are
Go to file
2022-09-23 21:40:18 -05:00
GhostBallBot Add database models 2022-09-23 21:40:18 -05:00
src Initial Code 2022-09-23 17:40:31 -05:00
.gitignore Initial Code 2022-09-23 17:40:31 -05:00
readme.md Add readme for the idea 2022-09-23 17:48:40 -05:00

Discord Ghost Ball Bot

A bot that will listen on a discord channel, accpeting commands.
The main commands are !start, !guess [int] and !resolve [int].

The integer will be between 1 and 1000, and the person with the closest guess will win points.

The point scale is:

  • 0-25 - 100 pts
  • 26-50 - 75 pts
  • 51-75 - 50 pts
  • 76-100 - 25 pts

There should also be a running total for each player that can be checked with a command.

Requirements