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