Using the Even Decorator in a child class inheriting from discord.ext.commands.Bot #6140
-
Hi All, Im trying to use the event decorator and I am having issues
Could someone explain how to use the decorator in my use case please?
when I do not use the decorator like this
My code runs, however the code inside the on_ready() method never gets printed. The print statement to print the the "foo" property is printed though.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
-
thanks @Nemika-Haj |
Beta Was this translation helpful? Give feedback.
commands.Bot.event
isn't callable, remove the parenthesis from it.