mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
Change 'Managed' to 'External' in [p]llset secured's output (#5944)
This commit is contained in:
parent
b98156c589
commit
7db635a05b
@ -278,7 +278,7 @@ class LavalinkSetupCommands(MixinMeta, metaclass=CompositeMetaClass):
|
|||||||
ctx,
|
ctx,
|
||||||
title=_("Setting Changed"),
|
title=_("Setting Changed"),
|
||||||
description=_(
|
description=_(
|
||||||
"Managed Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
"External Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
).format(
|
).format(
|
||||||
p=ctx.prefix,
|
p=ctx.prefix,
|
||||||
@ -291,7 +291,7 @@ class LavalinkSetupCommands(MixinMeta, metaclass=CompositeMetaClass):
|
|||||||
ctx,
|
ctx,
|
||||||
title=_("Setting Changed"),
|
title=_("Setting Changed"),
|
||||||
description=_(
|
description=_(
|
||||||
"Managed Lavalink node will no longer connect using the secured "
|
"External Lavalink node will no longer connect using the secured "
|
||||||
"{secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
"{secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
|
||||||
"Run `{p}{cmd}` for it to take effect."
|
"Run `{p}{cmd}` for it to take effect."
|
||||||
).format(p=ctx.prefix, cmd=self.command_audioset_restart.qualified_name),
|
).format(p=ctx.prefix, cmd=self.command_audioset_restart.qualified_name),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user