Skip to content

Commit

Permalink
chore: debug bot breaking
Browse files Browse the repository at this point in the history
  • Loading branch information
Skelmis committed Jan 6, 2024
1 parent e69fd84 commit 2a8cead
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion suggestions/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from alaric import Cursor
from bot_base.wraps import WrappedChannel
from cooldowns import CallableOnCooldown
from disnake import Locale, LocalizationKeyError
from disnake import Locale, LocalizationKeyError, GatewayParams
from disnake.ext import commands
from bot_base import BotBase, BotContext, PrefixNotFound

Expand Down Expand Up @@ -103,6 +103,7 @@ def __init__(self, *args, **kwargs):
name="suggestions",
type=disnake.ActivityType.watching,
),
gateway_params=GatewayParams(zlib=False),
)

self._has_dispatched_initial_ready: bool = False
Expand Down

0 comments on commit 2a8cead

Please sign in to comment.