diff --git a/discord-bot/bot.py b/discord-bot/bot.py index ce9d578..3413083 100644 --- a/discord-bot/bot.py +++ b/discord-bot/bot.py @@ -76,7 +76,7 @@ async def createsite(ctx, domain: str, licence: str): ready = False while ready == False: - ready = await check_site_ready(domain,ctx.user.id) + ready = await check_site_ready(domain) if ready == False: await asyncio.sleep(30)