mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -04:00
Removed ambiguity in clubban and clubunban error messages
This commit is contained in:
@@ -854,9 +854,11 @@
|
||||
"club_user_not_in_club": "{0} is not in a club.",
|
||||
"club_user_kick_fail": "Error kicking. You're either not the club owner, or that user is not in your club.",
|
||||
"club_user_banned": "Banned user {0} from {1} club.",
|
||||
"club_user_ban_fail": "Failed to ban. You're either not the club owner, or that user is not in your club or applied to it.",
|
||||
"club_admin_perms": "You must be a club admin or owner in order to perform this action.",
|
||||
"club_ban_fail_user_not_found": "That user is not in your club or applied to it.",
|
||||
"club_ban_fail_unbannable": "Only the club owner can ban club admins.",
|
||||
"club_user_unbanned": "Unbanned user {0} in {1} club.",
|
||||
"club_user_unban_fail": "Failed to unban. You're either not the club owner, or that user is not in your club or applied to it.",
|
||||
"club_unban_fail_user_not_found": "That user is not banned in this club.",
|
||||
"club_desc_update": "Club Description Updated",
|
||||
"club_desc_update_failed": "Failed changing club description.",
|
||||
"club_disbanded": "Club {0} has been disbanded",
|
||||
|
Reference in New Issue
Block a user