Forgot an await

This commit is contained in:
Elnath 2020-12-26 23:13:38 +01:00
parent 52293bb561
commit cd87a5cc72
1 changed files with 1 additions and 1 deletions

View File

@ -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