No description
cogs | ||
bot.py | ||
discord.ico | ||
gui.py | ||
README.md | ||
test.py |
AQA Computer Science NEA Project
Overview
This repository contains all of the code used in my AQA Computer Science NEA Project. The project's objective is to create a Discord bot in Python using the discord.py API wrapper.
Features include:
- Moderation (kick/ban/unban, chat cleaner, warnings, announcements)
- Integrations (Steam data integration, Riot Games data integration)
- Full database storage (messages, guild info e.g. prefix, bad manners)
- Member join and leave notifications
- Simple commands (coinflip, dice roll, latency)
- All commands stored using Cogs
- Music playback from YouTube
- Simple GUI to interact with stored data
- Alerts (Twitch, Youtube, Mixer)
- Custom commands (using data from database)
- Admin automation (self-role assignment, cross-server announcements, mod-mail reports)