We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 730e8de commit 7145055Copy full SHA for 7145055
tux/bot.py
@@ -207,7 +207,7 @@ async def on_disconnect(self) -> None:
207
scope.set_tag("event_type", "disconnect")
208
scope.set_level("info")
209
sentry_sdk.capture_message(
210
- "Bot disconnected from Discord, this happens sometimes and is fine as long as it's not hapening too often",
+ "Bot disconnected from Discord, this happens sometimes and is fine as long as it's not happening too often",
211
)
212
213
# --- Sentry Transaction Tracking ---
0 commit comments