Skip to content

shahr1a/Discord-bot-using-Python

Repository files navigation

Py-Bot

Discord Bot Project using Python

Instruction

  1. Go to this website -> https://realpython.com/how-to-make-a-discord-bot-python/
  2. Complete the basic instructions to create a bot and add it to your server
  3. Get the token for your bot
  4. Download this repository
  5. Create a .env file and add the token inside the .env file as DISCORD_TOKEN={Token_Here}
  6. Open the bot.py with any IDE that suits you
  7. Install All The necessary libraries for the code to run properly pip install -U Library Name
  8. Run the Code using cmd

Bot Commands

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published