Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 701 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 701 Bytes

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