updated README.md

This commit is contained in:
klemek
2020-09-06 15:22:07 +02:00
parent fbcd7169dc
commit 33eb60474a
2 changed files with 42 additions and 2 deletions
-1
View File
@@ -181,7 +181,6 @@ class Bot(object):
if self.guild_logs_file is not None:
with open(self.guild_logs_file, encoding="utf-8", mode="a") as f:
f.write(f"{datetime.now():%Y-%m-%d %H:%M} -{guild.id}: {guild.name}\n")
pass
def register_command(self, regex: str, compute: CommandFunction, help_short: str, help_long: str):
if not regex.startswith("^"):