diff options
Diffstat (limited to '')
| -rw-r--r-- | botstrap.py | 2 | 
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}"}, | 
