Play Well Known Card Games in Discord!
Find a file
2023-12-23 23:34:38 -06:00
.gitignore Created Deck Generation 2023-12-20 00:19:21 -06:00
LICENSE Initial commit 2023-12-19 22:57:19 -06:00
main.py Added Game-Owner-Only end game command 2023-12-23 23:34:38 -06:00
poetry.lock Base Game Creation 2023-12-21 00:15:46 -06:00
pyproject.toml Base Game Creation 2023-12-21 00:15:46 -06:00
README.md Updated README.md 2023-12-23 22:21:52 -06:00
uno.py Added Game-Owner-Only end game command 2023-12-23 23:34:38 -06:00

The-Card-Game-Bot

Play Well Known Card Games in Discord!

Prerequisites

Have the following installed on your system:

  1. Python 3.10+
  2. Poetry (For installing required packages)

Required Packages

Using Poetry (or manually), please install the following packages using poetry install:

  1. discord.py

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