Releases: pazurkota/simplebot
Releases · pazurkota/simplebot
v1.3
🤖 simplebot Update v1.3
Changes:
- Added new commands:
/profile
- Show your personal server profile/userxp [user] [xpToGive]
- Modify user's XP/addreward [roleId] [level]
- Add specified role reward for level
- Added leveling system:
- User will grant XP for typing messages into chat. The amount of XP given for each message is specified in
config.json
- After getting enought amount of XP, specified in
config.json
file, the user will get new level and XP will be reseted - If user's level is high enought, the user will get role reward
- User will grant XP for typing messages into chat. The amount of XP given for each message is specified in
- And other minor changes
v1.2
🤖 simplebot Update v1.2
Changes:
- Added commands in
FunCommands.cs
:/insult <user>
- Insult someone/meme
- Get a random meme/generatememe <image> <top text> [bottom text]
- Generate a meme
- Added commands in
UtilityCommands.cs
:/repo
- Redicts to a official bot repository/uptime
- Shows the bot uptime/support
- Shows the official support server for the bot
- Updated
/help
command - And other minor changes