From 27b2dd88e76658d12b71f6c514779c7e42d4863c Mon Sep 17 00:00:00 2001 From: SocksTheWolf Date: Thu, 28 Sep 2023 20:37:31 -0700 Subject: [PATCH] Update TODOs --- Main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Main.py b/Main.py index ece5aff..a48019e 100644 --- a/Main.py +++ b/Main.py @@ -51,8 +51,6 @@ def CanUse(Level, InServer:bool, Approver:bool, Maintainer:bool, Developer:bool) # TODO: # * Something that cleans up the database in the future based off of if the scam accounts are deleted -# * Rich text update (discord.Embed) -# * Reply functionality # * Cleanup servers of those that are removed while bot was offline class DiscordScamBot(discord.Client):