fix typo
This commit is contained in:
parent
032dc0dc65
commit
1a6cc5a90b
|
|
@ -3,7 +3,7 @@ from .pool import NodePool
|
|||
|
||||
class PomiceEvent:
|
||||
"""The base class for all events dispatched by a node.
|
||||
Every event must be formatted within your botäs code as a listener.
|
||||
Every event must be formatted within your bot's code as a listener.
|
||||
i.e: If you want to listen for when a track starts, the event would be:
|
||||
```py
|
||||
@bot.listen
|
||||
|
|
|
|||
Loading…
Reference in New Issue