Hence, I do not recommend using this in production!
Recently, Discord announced a couple of changes to their bot API(s) that are both good and bad. Although what they call "Slash Commands" is certainly a cool concept, I do not agree with their philosophy of forcing developers to use it by deprecating message content access as it is, which is how commands are currently implemented in (I would say) 99% of all bots.
Due to these changes (and more), Rapptz, maintainer of the discord.py API wrapper, announced the end of the discord.py library, which is also used in this project. Although there are maintained forks and the library is probably still usable, I don't want to keep developing features for this bot that will soon stop working anyway. Implementing "Slash Commands" is essentially rewriting the whole bot, which I don't feel like doing right now.
However, if there are more community-made packages available for easily implementing Slash Commands, I might pick up on this project or do a rewrite.
Morandi is a multi-purpose Discord bot with a web dashboard. I'm working towards making it a multi-talented bot that can help you with almost anything. This project is based on the idea of this repository I created a few years ago. I thought it'd be nice to do a rewrite of it but change some of its core ideas and make it more of an 'all-rounder' as well as implementing a web dashboard for (almost) all controls.
Morandi can be used in multiple servers concurrently.
- Configuration of the bot can be done using a web interface instead of a 'config' command or something
- Leadberboard of the XP and level system
- A customizable amount of XP is given to a user every minute they chat.
- With a certain (with each level increasing) amount of XP the user levels up.
- Role rewards for specific levels
- rank - command for getting a user's XP and level count as well as their position on the leaderboard
- clear [amount of messages] - deletes messages in a channel
- ping - checks the bot's latency
Copyright © 2021 Fabian Reinders (fabiancdng)