diff --git a/power.py b/power.py index 85f3896..aea7ec6 100644 --- a/power.py +++ b/power.py @@ -83,7 +83,7 @@ client = discord.Client() async def on_ready(): logger.info(f"Client connected as {client.user}") -async def send_discord(message) +async def send_discord(message): try: user = await client.fetch_user(user_id) await user.send(message)