/DiscordBartender

This is a simple Discord bot I created on my stream for a viewer.

Primary LanguagePythonMIT LicenseMIT

Discord Bartender

This is a simple Discord bot that I created on a Youtube stream for one of my viewers. To request your own program to be made on stream, join my Discord server here, and send a message in the #video-requests channel.

Setup

To set this bot up for yourself, follow these steps:

  1. Download this project.
  2. Install Python (I used 3.8.2) MAKE SURE YOU HAVE THE PIP TOOL INSTALLED AND ADD PYTHON TO PATH (environment variables)
  3. Open a terminal/command prompt in the project folder.
  4. Run pip install -r requirements.txt
  5. Create an environment variable called BartenderToken and set it to your bot's token.
  6. Change line 10 in main.py to have your log channel id.
  7. Run python main.py.