Allowed bot to capture spaces.

This commit is contained in:
2018-02-28 21:10:53 -05:00
parent ab96f0fa23
commit db631ace1a
1 changed files with 1 additions and 1 deletions

View File

@ -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)