From 6b6777cb891c4d04be16aa9abbeed35d1e6d547f Mon Sep 17 00:00:00 2001 From: w Date: Sun, 18 May 2025 18:43:50 -0300 Subject: [PATCH] docs typo --- bot/parsing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/parsing.py b/bot/parsing.py index c17a276..2842e3c 100644 --- a/bot/parsing.py +++ b/bot/parsing.py @@ -3,7 +3,7 @@ import config from gacha_response import gacha_response def parse_notification(notification,client): - '''Oarses any notifications received by the bot and sends any commands to + '''Parses any notifications received by the bot and sends any commands to gacha_response()''' # We get the type of notification to filter the ones that we actually want