Skip to content

The fourth Python rewrite of the ONLY Discord bot

License

Notifications You must be signed in to change notification settings

ratters-ratting/ratbot-iv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rat

welcome to rat bot, the fourth ONLY discord bot

requirements

  • Python 3.11
  • a Discord bot with all Intents enabled, and its token

recommended setup process

linux:

python -m venv venv
. venv/bin/activate
pip install -r requirements.txt
echo 'RATBOT_TOKEN="<your bot token>"' > .env 
python .

you may also wish to disable pylance in your .vscode/settings.json; I use mypy for type-checking