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)