A Discord Bot
- Python 3.10
pip install -r requirements.txt
pyppeteer-install
(command becomes available after installing python dependencies)
- Download this repo
- Install dependencies
- Create a
bot
here and then create anapp bot user
(on the same page) - Use the
BOT_TOKEN
provided there - Run
python discord_bot.py <BOT_TOKEN>
on the root of the repo - Add the bot to a server using discord
note: on linux you might need to pass an extra parameter to discord_bot.py: -gaming_cog=--no-sandbox
command | descripion |
---|---|
/8ball <str question> |
"Predicts" the outcome of a question |
/dick |
Reveals user's dick size |
/poop [int n] |
Sends n poops |
/joke [bool tts] |
Tells a random (bad) joke |
command | descripion |
---|---|
/awesomenaut rank <str player> |
Displays rank information of an Awesomenaut's player |
/gamedeal <str name> |
Displays game pricing info |
command | descripion |
---|---|
/hi |
Greets user |
/dice [str die] |
Rolls a die |
/poll <str name> [str options] |
Starts a poll |
command | descripion |
---|---|
/info |
Shows author, github page and framework |
/system |
Shows bot host system information |
command | descripion |
---|---|
/xkcd random |
Shows a random xkcd comic |
/xkcd latest |
Shows the latest xkcd comic |
/xkcd id <int id> |
Shows the selected xkcd comic |