From c47d514ccad49e68ded8c2b0e94d74102e6a004d Mon Sep 17 00:00:00 2001 From: crate Date: Wed, 9 Oct 2024 22:02:24 +0000 Subject: [PATCH] missing colon --- power.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)