mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-26 04:33:00 -05:00
lock behind owner
This commit is contained in:
@@ -1104,7 +1104,7 @@ class AudioSetCommands(MixinMeta, metaclass=CompositeMetaClass):
|
|||||||
if global_data["use_external_lavalink"]
|
if global_data["use_external_lavalink"]
|
||||||
else _("Disabled"),
|
else _("Disabled"),
|
||||||
)
|
)
|
||||||
if not global_data["use_external_lavalink"] and self.player_manager.ll_build:
|
if is_owner and not global_data["use_external_lavalink"] and self.player_manager.ll_build:
|
||||||
msg += _(
|
msg += _(
|
||||||
"Lavalink build: [{llbuild}]\n"
|
"Lavalink build: [{llbuild}]\n"
|
||||||
"Lavalink branch: [{llbranch}]\n"
|
"Lavalink branch: [{llbranch}]\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user