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