helish88 / casino-bot-for-discord

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Python 99.8%Language:Shell 0.2%