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 Jun 17, 2025. It is now read-only.
.description = Should Scripty automatically join a voice channel when someone joins it?
167
167
.auto_join = auto_join
168
168
.auto_join-description = Defaults to false
169
+
.modify_channel = modify_channel
170
+
.modify_channel-description = Optionally set a channel this setting should apply to. If not set, the server setting is modified.
169
171
config-auto-join-enabled = Scripty will now automatically join VCs when a user does.
170
172
config-auto-join-disabled = Scripty will no longer automatically join VCs when a use does.
173
+
config-auto-join-enabled-channel = Scripty will now automatically join {$modifyChannelMention} when a user does.
174
+
config-auto-join-disabled-channel = Scripty will no longer automatically join {$modifyChannelMention} when a user does.
175
+
config-auto-join-modify-channel-must-be-vc = {$modifyChannelMention} isn't a voice channel. Try again with a voice channel.
171
176
config-auto-join-needs-target-channel = Enabling auto-join requires a default target channel be set. Do that with `{$contextPrefix}config default target_channel`.
0 commit comments