2
0
mirror of https://github.com/Nick80835/microbot synced 2025-09-01 06:55:51 +00:00

clean up imports and fix a couple warnings

This commit is contained in:
Nick80835
2020-06-24 16:58:31 -04:00
parent 5f3c2f6ee5
commit a4d7dce42a
11 changed files with 8 additions and 19 deletions

View File

@@ -94,7 +94,7 @@ async def show_blacklist(event):
for i in ldr.settings.get_list('blacklisted_users'):
blacklist_string += f"\n{i}"
await event.reply(f"**Blacklisted users:**\n{blacklist_string}")
@@ -132,7 +132,7 @@ async def show_sudo(event):
for i in ldr.settings.get_list("sudo_users"):
sudo_string += f"\n{i}"
await event.reply(f"**Sudo users:**\n{sudo_string}")