From db631ace1a64c6e4c9fa22ccb04a5424d2a7a029 Mon Sep 17 00:00:00 2001 From: Date: Wed, 28 Feb 2018 21:10:53 -0500 Subject: [PATCH] Allowed bot to capture spaces. --- discord_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord_bot.py b/discord_bot.py index 73403bd..02895a6 100644 --- a/discord_bot.py +++ b/discord_bot.py @@ -11,7 +11,7 @@ async def on_ready(): print('------') @bot.command() -async def mtg(name): +async def mtg(*, name): getCard = str(name) await asyncio.sleep(0.05)