Skip to content

Discord bot that ranks top reacted messages on a podium ๐Ÿ† !

License

Notifications You must be signed in to change notification settings

NiTrO0FuN/top-reactions-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

13 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Top Reactions Bot

Discord bot that ranks top reacted messages on a podium ๐Ÿ† !

Official invite link: Invite

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

DISCORD_TOKEN

Run the bot

Clone the project

  git clone https://github.com/NiTrO0FuN/top-reactions-bot.git

Go to the project directory

  cd top-reactions-bot

Virtual environment

  • Create the virtual environment (first time only)
      python -m venv <name_of_virtualenv>
  • Activate it
    • Windows
      <name_of_virtualenv>\Scripts\activate.bat
    • Linux + macOS
      source <name_of_virtualenv>/bin/activate

Install dependencies

  pip install -r requirements.txt

Create the database (first time only)

  python db_helpers/create_db.py

Start the bot

  python bot.py

About

Discord bot that ranks top reacted messages on a podium ๐Ÿ† !

Topics

Resources

License

Stars

Watchers

Forks

Languages