mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-13 10:49:20 +00:00
✨ feat: Purge limit settings command
This commit is contained in:
+9
-1
@@ -154,7 +154,7 @@
|
||||
"settings": {
|
||||
"title": "Settings",
|
||||
"description": "Change how {{BOT_NAME}} behave on **{{{GUILD_NAME}}}**",
|
||||
"valid_args": "``Prefix`` ``Language`` ``EnableServiceAnnouncement`` ``ServiceAnnouncementChannel``"
|
||||
"valid_args": "``Prefix`` ``Language`` ``EnableServiceAnnouncement`` ``ServiceAnnouncementChannel`` ``PurgeLimit``"
|
||||
},
|
||||
"settings_prefix": {
|
||||
"info": "Current prefix is {{{PREFIX}}}",
|
||||
@@ -166,6 +166,14 @@
|
||||
"prefix_updated": "Prefix updated",
|
||||
"prefix_updated_description": "From now onwards, I shall be called by using ``{{{PREFIX}}}``"
|
||||
},
|
||||
"settings_purge_limit": {
|
||||
"info": "Current purge limit is {{LIMIT}}",
|
||||
"info_description": "Provide a new purge limit to change",
|
||||
"purge_limit_too_big": "Purge limit too big, maximum is {{LIMIT}}",
|
||||
"purge_limit_zero": "Purge limit can't be zero",
|
||||
"purge_limit_nan": "Purge limit is not a number",
|
||||
"purge_limit_updated": "Purge limit updated to {{LIMIT}}"
|
||||
},
|
||||
"settings_language": {
|
||||
"info": "Current language is {{LANGUAGE}}",
|
||||
"info_description": "Provide a new language to change\n**Available languages**: ``{{LANGUAGES}}``",
|
||||
|
||||
Reference in New Issue
Block a user