Please sign in to access this page
A general-purpose discord bot (Something like R2D2 for your server)
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
I added levels system, each level got different number of XP to level up. User can get XP from typing messages, each messages gives him from 5 to 15 XP.
Commands:
/rank, /leaderboard, /level add, /level set, /level clear
I added lot of commands, especially configuration system which allows to user choose which data should be stored in database (warn system, tempban system)
Fun: /howgay, /ship
Moderation: /warn add, /warn delete, /warn list
Utility: /configure
I also divided the help command into categories!
Added database connection (with TempBan model to save temporary bans), also I added another 8 commands:
Moderation - /unban, /tempban, /lock, /unlock, /clear
Fun - /cat, /8ball
Utility - /info
I've made the basic command handler and write some basic utility, moderation & fun commands for the bot.