Skip to content

Commit 730e8de

Browse files
style: auto fixes from pre-commit hooks
1 parent ceaa06c commit 730e8de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tux/bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ async def on_disconnect(self) -> None:
207207
scope.set_tag("event_type", "disconnect")
208208
scope.set_level("info")
209209
sentry_sdk.capture_message(
210-
"Bot disconnected from Discord, this happens sometimes and is fine as long as it's not hapening too often"
210+
"Bot disconnected from Discord, this happens sometimes and is fine as long as it's not hapening too often",
211211
)
212212

213213
# --- Sentry Transaction Tracking ---

0 commit comments

Comments
 (0)