From c574b4cd14375d412c79081156bc54a7b75eb754 Mon Sep 17 00:00:00 2001 From: Alex Orid Date: Tue, 8 Dec 2020 21:28:37 -0500 Subject: [PATCH] Deleted Spaces --- commands/implemented/command_roll_discord.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/commands/implemented/command_roll_discord.py b/commands/implemented/command_roll_discord.py index 8c86d07..4f89c74 100644 --- a/commands/implemented/command_roll_discord.py +++ b/commands/implemented/command_roll_discord.py @@ -22,7 +22,7 @@ class CommandRoll(AbstractCommand, metaclass=ABCMeta): async def do_command(self, bot, discord_message: discord.Message): print("!roll Detected") #twitch_message.chat.send("test acknowledged") - + diceRoll: str = "" await bot.send_message(discord_message, "Rolling Dice...") #await discord_message.channel.send("Rolling Dice...") @@ -68,7 +68,6 @@ class CommandRoll(AbstractCommand, metaclass=ABCMeta): else: diceRoll = str(roll) - diceRoll = discord_message.author.mention + " rolled: " + diceRoll print(diceRoll) await bot.send_message(discord_message, diceRoll)