mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
* feature: Added .stickyroles command, untested
* ci: possible fix
This commit is contained in:
@@ -2382,7 +2382,11 @@ clubrename:
|
||||
args:
|
||||
- "New cool club name"
|
||||
cacheusers:
|
||||
desc: Caches users of a Discord server and saves them to the database.
|
||||
desc: "Caches users of a Discord server and saves them to the database."
|
||||
args:
|
||||
- ""
|
||||
- "serverId"
|
||||
- "serverId"
|
||||
stickyroles:
|
||||
desc: "Toggles whether the bot will save the leaving users' roles, and reapply them once they re-join. The roles will be stored for up to 30 days."
|
||||
args:
|
||||
- ""
|
@@ -1064,5 +1064,7 @@
|
||||
"thread_created": "Thread Created",
|
||||
"supported_languages": "Supported Languages",
|
||||
"cache_users_pending": "Updating users, please wait...",
|
||||
"cache_users_done": "{0} users were added and {1} users were updated."
|
||||
"cache_users_done": "{0} users were added and {1} users were updated.",
|
||||
"sticky_roles_enabled": "Sticky roles enabled. Leaving users' roles will be restored when they rejoin the server.",
|
||||
"sticky_roles_disabled": "Sticky roles disabled."
|
||||
}
|
||||
|
Reference in New Issue
Block a user