Discord Bot
This project is just a simple discord bot that I made for fun.
Github: here
Commands
I created several commands with this bot.
The commands are triggered by prefixing a
.
(dot).
-
help
This command gives information about the bot's commands.
-
ping
The command returns the network latency.
-
8ball <question>
This command answers a given question with a random reply from 20 possible replies.
-
spam <time> <content>/stopspam/allowspam
The
spam
command allows user to spam a text repeatedly, thestopspam
disables thespam
command, and theallowspam
command enables thespam
command if it is disabled. -
guessnum <maximum number>
This command hosts a game of guessing number with the user.
This is a fun little project, the guessnum
command was called the most.
I might add more commands in the future.