We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8437056 commit 8bf25a4Copy full SHA for 8bf25a4
bot/bot.py
@@ -35,7 +35,7 @@ def __init__(
35
self.graphql = GraphQLClient(session=session)
36
37
async def setup_hook(self) -> None:
38
- """Assign a error handler for Interaction commands."""
+ """Assign an error handler for Interaction commands."""
39
self.tree.on_error = self.on_command_error
40
41
async def on_ready(self) -> None:
0 commit comments