Allowed bot to capture spaces.
This commit is contained in:
parent
ab96f0fa23
commit
db631ace1a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue