Skip to content

Releases: pazurkota/simplebot

v1.3

18 Jun 14:36
Compare
Choose a tag to compare

🤖 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
  • And other minor changes

v1.2

11 Jun 10:25
Compare
Choose a tag to compare

🤖 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

v1.1

06 Jun 14:47
Compare
Choose a tag to compare

Changes:

  • Replaced standard commands with slash commands
  • Added /help command

v1.0

28 May 13:59
Compare
Choose a tag to compare