Added .boost, .boostmsg and .boostdel commands which allow you to have customizable messages when someone boosts your server, with auto-deletion support

- Updated response embed colors in greet commands
- Updated .greetmsg and .byemsg command help to match the new .boost command help
This commit is contained in:
Kwoth
2021-09-12 20:44:19 +02:00
parent a27ea7a0aa
commit 8ee1160a00
13 changed files with 2929 additions and 21 deletions

View File

@@ -69,6 +69,13 @@
"greetmsg_new": "New greet message set.",
"greet_off": "Greet announcements disabled.",
"greet_on": "Greet announcements enabled on this channel.",
"boost_on": "Boost announcements enabled on this channel.",
"boost_off": "Boost announcements disabled.",
"boostmsg_cur": "Current boost message: {0}",
"boostmsg_enable": "Enable boost messages by typing {0}",
"boostmsg_new": "New boost message set.",
"boostdel_off": "Automatic deletion of boost messages has been disabled.",
"boostdel_on": "Boost messages will be deleted after {0} seconds.",
"hierarchy": "You can't use this command on users with a role higher or equal than yours (or mine) in the role hierarchy.",
"role_too_high": "You can't use this command with roles which are above your highest role, unless you're server administrator.",
"images_loading": "Images will be reloaded within a few seconds.",