From 6e1baabe10af4a589d8c5151d48553abd403e7d3 Mon Sep 17 00:00:00 2001 From: phixxy Date: Wed, 10 Jan 2024 10:43:33 -0800 Subject: [PATCH] removed incorrect comment --- sparkytron3000.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sparkytron3000.py b/sparkytron3000.py index 35e6d13..88bc802 100644 --- a/sparkytron3000.py +++ b/sparkytron3000.py @@ -1721,7 +1721,7 @@ async def pokemon(ctx, arg1=None, arg2=None, arg3=None, arg4=None): json_data = await get_json(url) return json_data - async def give_buddy_food(pkmn_data): #for now this will do the same as affection + async def give_buddy_food(pkmn_data): try: last_food = pkmn_data['last_food'] except: