From 576f8408710d4578aabb56790e0caa639f01420b Mon Sep 17 00:00:00 2001 From: sgoudham Date: Sun, 19 Jul 2020 04:18:03 +0100 Subject: [PATCH] reverting back to catching TimeoutError --- cogs/anime/relationship.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/anime/relationship.py b/cogs/anime/relationship.py index 56c71b85..aca9b76c 100644 --- a/cogs/anime/relationship.py +++ b/cogs/anime/relationship.py @@ -140,7 +140,7 @@ class Relationship(commands.Cog): # Abort the process as the message sent did not make sense await ctx.send("**Senpaiiii! (。╯︵╰。) Speak English Please**") - except Exception as ex: + except asyncio.TimeoutError as ex: print(ex) # Delete the "proposal"