Aikas Review

This commit is contained in:
Drapersniper
2020-10-06 09:57:37 +01:00
parent e7210a8f9e
commit b59e3a835c
6 changed files with 13 additions and 13 deletions

View File

@@ -1013,7 +1013,7 @@ class AudioSetCommands(MixinMeta, metaclass=CompositeMetaClass):
"Songs as status: [{status}]\n"
"Persist queue: [{persist_queue}]\n"
"Spotify search: [{countrycode}]\n"
"Auto-Deafen: [{countrycode}]\n"
"Auto-Deafen: [{auto_deafen}]\n"
).format(
countrycode=countrycode,
repeat=song_repeat,

View File

@@ -607,7 +607,7 @@ class PlayerCommands(MixinMeta, metaclass=CompositeMetaClass):
ctx,
title=_("Unable to Get Track"),
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."
),
)
@@ -741,7 +741,7 @@ class PlayerCommands(MixinMeta, metaclass=CompositeMetaClass):
ctx,
title=_("Unable to Get Track"),
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."
),
)
@@ -757,7 +757,7 @@ class PlayerCommands(MixinMeta, metaclass=CompositeMetaClass):
ctx,
title=_("Unable to Get Track"),
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."
),
)
@@ -873,7 +873,7 @@ class PlayerCommands(MixinMeta, metaclass=CompositeMetaClass):
ctx,
title=_("Unable to Get Track"),
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."
),
)

View File

@@ -1870,7 +1870,7 @@ class PlaylistCommands(MixinMeta, metaclass=CompositeMetaClass):
ctx,
title=_("Unable to Get Track"),
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."
),
)