added threading #10

Merged
alex_orid merged 20 commits from threading-idea into Discord-Script 2020-11-17 10:34:26 +00:00
Showing only changes of commit 323a5b1e9e - Show all commits

View File

@ -45,9 +45,6 @@ class Discord_Module(discord.Client):
await self.eval_commands(message)
def do_command(self):
pass
async def eval_commands(self, message: discord.Message):
# containsURL: bool = self.contains_url(message)
try: