Play Well Known Card Games in Discord!
| .gitignore | ||
| LICENSE | ||
| main.py | ||
| poetry.lock | ||
| pyproject.toml | ||
| README.md | ||
| uno.py | ||
The-Card-Game-Bot
Play Well Known Card Games in Discord!
Prerequisites
Have the following installed on your system:
Required Packages
Using Poetry (or manually), please install the following packages using poetry install:
Configuration
In order to run the bot, you will need to create an Application on the Discord Developer Portal where you will obtain a Bot Token
Once you have done that, you will need to copy the Bot Token and paste it into config.json in the top directory. Make sure the file contains the following:
{
"bot-token": "{INSERT BOT TOKEN HERE}",
"debug-token": "{INSERT DEBUG BOT TOKEN HERE}",
"debug": bool
}
If you do not want to use the debug features just set "debug-token" to the same as "bot-token" and "debug" to false