From 1a6cc5a90b6a15138dd0fa9404dd762ecc2ea22a Mon Sep 17 00:00:00 2001 From: vveeps <54472340+vveeps@users.noreply.github.com> Date: Sun, 3 Oct 2021 23:30:59 +0300 Subject: [PATCH] fix typo --- pomice/events.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pomice/events.py b/pomice/events.py index 5ad7314..209e59c 100644 --- a/pomice/events.py +++ b/pomice/events.py @@ -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