This commit is contained in:
Alex Orid 2020-10-20 04:27:04 -04:00
parent 6c7df8674d
commit 323a5b1e9e

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: