Adding Moving and Remove Songs Controllers

This commit is contained in:
Rafael Vargas
2022-03-25 00:42:58 -04:00
parent fd1e58211b
commit d30ff93dc1
7 changed files with 227 additions and 46 deletions

View File

@@ -216,7 +216,6 @@ class Player(commands.Cog):
def history(self) -> Embed:
history = self.__playlist.songs_history
print(f'Player -> {history}')
if len(history) == 0:
text = self.__config.HISTORY_EMPTY