Skip to content

minhduc29/Duckshot-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Duckshot-Bot

Project #7

  • A Discord bot that simulates the game play 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