Skip to content

Commit 8bf25a4

Browse files
GDWRfisher60
andauthored
Update bot/bot.py
Co-authored-by: Kyler <[email protected]>
1 parent 8437056 commit 8bf25a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/bot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def __init__(
3535
self.graphql = GraphQLClient(session=session)
3636

3737
async def setup_hook(self) -> None:
38-
"""Assign a error handler for Interaction commands."""
38+
"""Assign an error handler for Interaction commands."""
3939
self.tree.on_error = self.on_command_error
4040

4141
async def on_ready(self) -> None:

0 commit comments

Comments
 (0)