Discord Bot Project using Python
- Go to this website -> https://realpython.com/how-to-make-a-discord-bot-python/
- Complete the basic instructions to create a bot and add it to your server
- Get the token for your bot
- Download this repository
- Create a .env file and add the token inside the .env file as DISCORD_TOKEN={Token_Here}
- Open the bot.py with any IDE that suits you
- Install All The necessary libraries for the code to run properly
pip install -U Library Name
- Run the Code using cmd
use !
before every command for the commands to work
applyRegression - Applies Regression On Dataframe
chat - Toggles Chat Bot
clean - Cleans Dataframe
help - Shows this message
list - Provides List of Members
load - Loads Dataframe
reader - Toggles Bot To Read & Save Texts
showDF - Shows Dataframe
showGraph - Shows Dataframe as Graph
unload - Unloads Dataframe
wordGraph - Shows Server's Used Words Graph
Type !help command for more info on a command.