Skip to content

A simple casino bot for Discord. If there is activity, I will continue to develop the project.

License

Notifications You must be signed in to change notification settings

InspiredImpact/casino-bot-for-discord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LICENSE STARS FORKS LAST COMMIT RELEASE DATE ALL CONTRIBUTORS COMMITS TOTAL LINES Python3.8+ DiscordPy

Casino bot for discord

⚙️ Installation

  • Requirements: discord.py, python-dotenv

  • Note: [] - optional, <> - required

1. Cloning repository

$ git clone https://github.com/Animatea/casino-bot-for-discord.git

2. Env manipulation

Rename .env.example to .env and paste here your bot token.

# .env file
token=YourBotToken

3. Requirements

Using venv:
$ cd path/to/folder_with_requirements.txt
$ source <venv>/bin/activate
$ pip3 install -r requirements.txt
Without venv:
$ pip3 install -r requirements.txt

🚀 Start the bot

Flags:
flag type defaultv description
--mypy_debug bool False Mypy check for all .py files in project
$ cd path_to_repo/casino discord bot
$ python3 -m src [**flags]

🧰 Bot commands

qualname usage description
casino .casino <bet> [num_of_games=1] Casino, generates lines with sectors depending on (last argument, default: 1).

📞 Our discord server

About

A simple casino bot for Discord. If there is activity, I will continue to develop the project.

Resources

License

Stars

Watchers

Forks

Packages

No packages published