Finishing PrevController

This commit is contained in:
Rafael Vargas
2022-03-26 18:45:40 -04:00
parent f09568bd69
commit f9b46e13ff
3 changed files with 10 additions and 24 deletions

View File

@@ -180,7 +180,7 @@ class Embeds:
embed = Embed(
title=self.__config.SONG_PLAYER,
description=self.__config.LOOP_ON,
colour=self.__colors.BLUE
colour=self.__colors.BLACK
)
return embed