From cd87a5cc726ea088befa425c8d0f203d0f22b884 Mon Sep 17 00:00:00 2001 From: Elnath Date: Sat, 26 Dec 2020 23:13:38 +0100 Subject: [PATCH] Forgot an await --- VocalMaisBot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VocalMaisBot.py b/VocalMaisBot.py index eb0d1bc..083033e 100755 --- a/VocalMaisBot.py +++ b/VocalMaisBot.py @@ -77,7 +77,7 @@ class VocalMaisBot(discord.Client): elif _check_list_element(contents, 1, "clear"): return await self.clear_watched_channels(message) else: - return self.sorry_do_not_understand(message) + return await self.sorry_do_not_understand(message) async def print_help(self, channel: discord.TextChannel): me = self.user.display_name