aboutsummaryrefslogtreecommitdiffstats
path: root/botstrap.py
diff options
context:
space:
mode:
Diffstat (limited to 'botstrap.py')
-rw-r--r--botstrap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/botstrap.py b/botstrap.py
index df783d1e4..79b296288 100644
--- a/botstrap.py
+++ b/botstrap.py
@@ -42,7 +42,7 @@ if not GUILD_ID:
class DiscordClient(Client):
"""An HTTP client to communicate with Discord's APIs."""
- def __init__(self, guild_id):
+ def __init__(self, guild_id: int | str):
super().__init__(
base_url="https://discord.com/api/v10",
headers={"Authorization": f"Bot {BOT_TOKEN}"},