An open API service indexing awesome lists of open source software.

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

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_**