https://github.com/minhduc29/buckshot-roulette-bot
A Discord bot that simulates the game play of the game Buckshot Roulette using discord.py
https://github.com/minhduc29/buckshot-roulette-bot
buckshot buckshot-roulette discord-bot discord-py discord-py-bot python-3
Last synced: 4 months ago
JSON representation
A Discord bot that simulates the game play of the game Buckshot Roulette using discord.py
- Host: GitHub
- URL: https://github.com/minhduc29/buckshot-roulette-bot
- Owner: minhduc29
- Created: 2024-06-20T07:41:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T10:02:55.000Z (almost 2 years ago)
- Last Synced: 2025-12-21T09:39:15.561Z (6 months ago)
- Topics: buckshot, buckshot-roulette, discord-bot, discord-py, discord-py-bot, python-3
- Language: Python
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Buckshot Roulette Bot
#### _Project #7_
- 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.
## How to use
- 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_**