Woogiesii / Confession-Bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Confession-Bot

How to Run

You will need to setup a bot on your server before continuing, follow the directions here. Following this, you should have your bot appearing in your server and you should have the Discord bot token. Finally, go to the Bot settings in your App's Developer Portal (in the same page where you copied your Bot Token) and enable the Server Members Intent.

Create a new file .env by copying from .env_template.

cp .env_template .env

Fill in appropriate variables in new .env file.

.env Variables

  • DISCORD_TOKEN: The Discord Bot Token for your bot.
  • TENOR_API_KEY: Your Tenor API key. Get one from here

To run the bot:

python bot.py

About


Languages

Language:Python 99.2%Language:Shell 0.8%