-
A Discord bot that simulates the gameplay of the game Buckshot Roulette using discord.py
-
The bot has 2 game modes, one with support items and one without support items
-
The prefix of the bot is
!
and all commands have the same name as slash commands -
The bot is not intended to be hosted publicly online all the time. Instead, it is designed for personal use. This repository contains the implementation of how the bot works.
- Create a file in the same directory named config.py to store your bot token and server id as follows:
TOKEN = "your bot token"
GUILD_ID = Your server id
- Run main.py