Removing print

This commit is contained in:
Rafael Vargas 2022-07-10 17:46:08 -03:00
parent 97d49a5709
commit cbf6e84eb1

View File

@ -20,9 +20,6 @@ class PlayController(AbstractController):
track = " ".join(args)
requester = self.ctx.author.name
if track == " ":
print('Aoba')
if not self.__user_connected():
error = ImpossibleMove()
embed = self.embeds.NO_CHANNEL()