Adding Play and Prev Controller

This commit is contained in:
Rafael Vargas
2022-03-26 12:19:25 -04:00
parent 8ac80c216f
commit 362ec02fe4
5 changed files with 132 additions and 32 deletions

View File

@@ -201,6 +201,14 @@ class Embeds:
)
return embed
def NO_CHANNEL(self) -> Embed:
embed = Embed(
title=self.__config.IMPOSSIBLE_MOVE,
description=self.__config.NO_CHANNEL,
colour=self.__colors.BLACK
)
return embed
def ERROR_DUE_LOOP_ONE_ON(self) -> Embed:
embed = Embed(
title=self.__config.BAD_COMMAND_TITLE,