Allowed bot to capture spaces.
This commit is contained in:
parent
ab96f0fa23
commit
db631ace1a
|
@ -11,7 +11,7 @@ async def on_ready():
|
||||||
print('------')
|
print('------')
|
||||||
|
|
||||||
@bot.command()
|
@bot.command()
|
||||||
async def mtg(name):
|
async def mtg(*, name):
|
||||||
getCard = str(name)
|
getCard = str(name)
|
||||||
|
|
||||||
await asyncio.sleep(0.05)
|
await asyncio.sleep(0.05)
|
||||||
|
|
Loading…
Reference in New Issue