Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/connorswis/casino-bot

A casino discord bot written in Python
https://github.com/connorswis/casino-bot

blackjack blackjack-python bot casino casino-games discord discord-py python

Last synced: 18 days ago
JSON representation

A casino discord bot written in Python

Awesome Lists containing this project

README

        

# Casino Bot
Casino bot is a gambling discord bot I made for my friends.

It is able to play blackjack, slots, flip a coin, and roll dice. It stores everyone's money on an SQLite3 database.

Feel free to download and use for yourself!

blackjack
slots

## Installation

1. Create a bot application on [Discord](https://discord.com/developers)
2. Have [Python 3.7](https://python.org) or later installed.
3. Clone the repository
4. Install requirements from [requirements.txt](requirements.txt)
5. Configure [config.yml](config.yml)
6. Run it