NOTE: No longer being maintained, the massive maintenance I have to do every new discord update for Kord is just insane. I'll be moving my bots to simply use discord.js or cloudflare workers if I have no need for the gateway.
An all-in-one repository for the Discord server I am making bots in.
All the bots above are just extensions woven together, here are the extensions that are used in the bots above:
- about - Simple about application command that displays running OS and version
- administration - Utility for server administration
- anilist - AniList integration, lookup anime/manga media easily
- announcer - Announces a bundled music file whenever someone joins the bot's voice channel
- automove - Auto moves a user whenever they self mute or deafened and vice-versa
- counter - Counter for literally anything, no database, everything is stored in a json file
- information - Shows information for emoji, user, etc.
- listenmoe - Simply plays a stream from listen.moe
- moderation - Utilities for server moderation
- music - Fully featured music extension, uses lava link to play music
- utility - Simple utilities for server members
All the bots are made using Kord using the Kord Extensions framework.
Some bots can be easily deployed via docker. You can customize their translations yourself since the framework made it easy to do so.
All bots are made to be on a bleeding edge, meaning whatever Discord says the new standard, it will follow. Hence all the bots here utilizes application commands, messages, and the new components for messages.