mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-26 04:33:00 -05:00
Aikas Review
This commit is contained in:
@@ -1013,7 +1013,7 @@ class AudioSetCommands(MixinMeta, metaclass=CompositeMetaClass):
|
|||||||
"Songs as status: [{status}]\n"
|
"Songs as status: [{status}]\n"
|
||||||
"Persist queue: [{persist_queue}]\n"
|
"Persist queue: [{persist_queue}]\n"
|
||||||
"Spotify search: [{countrycode}]\n"
|
"Spotify search: [{countrycode}]\n"
|
||||||
"Auto-Deafen: [{countrycode}]\n"
|
"Auto-Deafen: [{auto_deafen}]\n"
|
||||||
).format(
|
).format(
|
||||||
countrycode=countrycode,
|
countrycode=countrycode,
|
||||||
repeat=song_repeat,
|
repeat=song_repeat,
|
||||||
|
|||||||
@@ -607,7 +607,7 @@ class PlayerCommands(MixinMeta, metaclass=CompositeMetaClass):
|
|||||||
ctx,
|
ctx,
|
||||||
title=_("Unable to Get Track"),
|
title=_("Unable to Get Track"),
|
||||||
description=_(
|
description=_(
|
||||||
"I'm unable get a track from Lavalink at the moment, try again in a few "
|
"I'm unable to get a track from Lavalink at the moment, try again in a few "
|
||||||
"minutes."
|
"minutes."
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
@@ -741,7 +741,7 @@ class PlayerCommands(MixinMeta, metaclass=CompositeMetaClass):
|
|||||||
ctx,
|
ctx,
|
||||||
title=_("Unable to Get Track"),
|
title=_("Unable to Get Track"),
|
||||||
description=_(
|
description=_(
|
||||||
"I'm unable get a track from Lavalink at the moment, "
|
"I'm unable to get a track from Lavalink at the moment, "
|
||||||
"try again in a few minutes."
|
"try again in a few minutes."
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
@@ -757,7 +757,7 @@ class PlayerCommands(MixinMeta, metaclass=CompositeMetaClass):
|
|||||||
ctx,
|
ctx,
|
||||||
title=_("Unable to Get Track"),
|
title=_("Unable to Get Track"),
|
||||||
description=_(
|
description=_(
|
||||||
"I'm unable get a track from Lavalink at the moment, "
|
"I'm unable to get a track from Lavalink at the moment, "
|
||||||
"try again in a few minutes."
|
"try again in a few minutes."
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
@@ -873,7 +873,7 @@ class PlayerCommands(MixinMeta, metaclass=CompositeMetaClass):
|
|||||||
ctx,
|
ctx,
|
||||||
title=_("Unable to Get Track"),
|
title=_("Unable to Get Track"),
|
||||||
description=_(
|
description=_(
|
||||||
"I'm unable get a track from Lavalink at the moment,"
|
"I'm unable to get a track from Lavalink at the moment,"
|
||||||
"try again in a few minutes."
|
"try again in a few minutes."
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -1870,7 +1870,7 @@ class PlaylistCommands(MixinMeta, metaclass=CompositeMetaClass):
|
|||||||
ctx,
|
ctx,
|
||||||
title=_("Unable to Get Track"),
|
title=_("Unable to Get Track"),
|
||||||
description=_(
|
description=_(
|
||||||
"I'm unable get a track from Lavalink at the moment, try again in a few "
|
"I'm unable to get a track from Lavalink at the moment, try again in a few "
|
||||||
"minutes."
|
"minutes."
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -93,7 +93,7 @@ class LavalinkEvents(MixinMeta, metaclass=CompositeMetaClass):
|
|||||||
notify_channel,
|
notify_channel,
|
||||||
title=_("Unable to Get Track"),
|
title=_("Unable to Get Track"),
|
||||||
description=_(
|
description=_(
|
||||||
"I'm unable get a track from Lavalink at the moment, try again in a few "
|
"I'm unable to get a track from Lavalink at the moment, try again in a few "
|
||||||
"minutes."
|
"minutes."
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -297,7 +297,7 @@ class PlayerUtilities(MixinMeta, metaclass=CompositeMetaClass):
|
|||||||
ctx,
|
ctx,
|
||||||
title=_("Unable to Get Track"),
|
title=_("Unable to Get Track"),
|
||||||
description=_(
|
description=_(
|
||||||
"I'm unable get a track from Lavalink at the moment, "
|
"I'm unable to get a track from Lavalink at the moment, "
|
||||||
"try again in a few minutes."
|
"try again in a few minutes."
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
@@ -383,7 +383,7 @@ class PlayerUtilities(MixinMeta, metaclass=CompositeMetaClass):
|
|||||||
ctx,
|
ctx,
|
||||||
title=_("Unable to Get Track"),
|
title=_("Unable to Get Track"),
|
||||||
description=_(
|
description=_(
|
||||||
"I'm unable get a track from Lavalink at the moment, "
|
"I'm unable to get a track from Lavalink at the moment, "
|
||||||
"try again in a few minutes."
|
"try again in a few minutes."
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
@@ -644,7 +644,7 @@ class PlayerUtilities(MixinMeta, metaclass=CompositeMetaClass):
|
|||||||
ctx,
|
ctx,
|
||||||
title=_("Unable to Get Track"),
|
title=_("Unable to Get Track"),
|
||||||
description=_(
|
description=_(
|
||||||
"I'm unable get a track from Lavalink at the moment,"
|
"I'm unable to get a track from Lavalink at the moment,"
|
||||||
"try again in a few minutes."
|
"try again in a few minutes."
|
||||||
),
|
),
|
||||||
error=True,
|
error=True,
|
||||||
|
|||||||
@@ -409,7 +409,7 @@ class PlaylistUtilities(MixinMeta, metaclass=CompositeMetaClass):
|
|||||||
ctx,
|
ctx,
|
||||||
title=_("Unable to Get Track"),
|
title=_("Unable to Get Track"),
|
||||||
description=_(
|
description=_(
|
||||||
"I'm unable get a track from Lavalink at the moment, "
|
"I'm unable to get a track from Lavalink at the moment, "
|
||||||
"try again in a few minutes."
|
"try again in a few minutes."
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
@@ -595,7 +595,7 @@ class PlaylistUtilities(MixinMeta, metaclass=CompositeMetaClass):
|
|||||||
ctx,
|
ctx,
|
||||||
title=_("Unable to Get Track"),
|
title=_("Unable to Get Track"),
|
||||||
description=_(
|
description=_(
|
||||||
"I'm unable get a track from Lavalink at the moment, try again in a few "
|
"I'm unable to get a track from Lavalink at the moment, try again in a few "
|
||||||
"minutes."
|
"minutes."
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
@@ -621,7 +621,7 @@ class PlaylistUtilities(MixinMeta, metaclass=CompositeMetaClass):
|
|||||||
ctx,
|
ctx,
|
||||||
title=_("Unable to Get Track"),
|
title=_("Unable to Get Track"),
|
||||||
description=_(
|
description=_(
|
||||||
"I'm unable get a track from Lavalink at the moment, try again in a few "
|
"I'm unable to get a track from Lavalink at the moment, try again in a few "
|
||||||
"minutes."
|
"minutes."
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user