- Moderation commands
- kick
- ban
- softban and delete 100 most recent messages
- unban
- purge - delete messages
- Fun commands
- coinflip
- Currency system: Uses a sqlite database to store user data and currency.
- bal/balance - check your balance
- daily - get daily currency
- transfer - transfer currency to another user
- leaderboard - check the leaderboard
- slots - play slots
- bj/blackjack - play blackjack
- roulette - play roulette
- Other commands
- help - list all commands
- ping - check bot latency
- stats - get server statistics
- invite - get bot invite link
- prefix - change bot prefix
git clone https://github.com/rawrrawrpurpledinosaur/discord_bot
cd discord_bot
pip install -r requirements.txt
echo "TOKEN = YOUR_BOTS_TOKEN" > .env
python main.py