You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 2, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: general/voice_channel/translations/en.yml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ dyn_voice_help_content: |
57
57
:unlock: `{prefix}vc unlock` - unlock and unhide this voice channel
58
58
:white_check_mark: `{prefix}vc add <member>` - add a member to this voice channel
59
59
:x: `{prefix}vc remove <member>` - kick and remove a member from this voice channel
60
+
:label: `{prefix}vc rename [<name>]` - rename this voice channel
60
61
:tools: `{prefix}vc owner <member>` - transfer ownership of this voice channel
61
62
:information_source: `{prefix}vc info [<channel>]` - show information about a voice channel
62
63
:grey_question: `{prefix}vc help` - show this embed
@@ -98,11 +99,12 @@ renamed: ":label: {} has renamed this channel from `{}` to `{}`."
98
99
rename_failed: Renaming this channel failed.
99
100
rename_rate_limit: |
100
101
Thanks to [Discord's stupid channel edit rate limit](https://support.discord.com/hc/en-us/community/posts/360067755532-Increase-rate-limit-for-editing-channel-description), I can't rename this channel right now. :rolling_eyes:
101
-
Please try again later or create a new channel.
102
+
Please try again later.
102
103
rename_confirmation: Rename this Voice Channel?
103
104
rename_description: A voice channel with this name already exists. Do you want to rename this voice channel anyway?
104
105
canceled: ":x: Canceled"
105
106
confirmed: "Confirmed :white_check_mark:"
107
+
no_custom_name: You are not allowed to set a custom channel name! Omit the `name` parameter to choose a random name or pick a name from [theses lists](https://github.com/PyDrocsid/cogs/tree/develop/general/voice_channel/names)!
0 commit comments