No description
Find a file
2024-02-09 14:35:45 +00:00
cogs Publish project to Git 2024-02-09 14:35:45 +00:00
bot.py Publish project to Git 2024-02-09 14:35:45 +00:00
discord.ico Publish project to Git 2024-02-09 14:35:45 +00:00
gui.py Publish project to Git 2024-02-09 14:35:45 +00:00
README.md Publish project to Git 2024-02-09 14:35:45 +00:00
test.py Publish project to Git 2024-02-09 14:35:45 +00:00

AQA Computer Science NEA Project

Made with Python 3.8 discord.py

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)