From 723f41c5a4ddded592b99e70a3b2e625e07370cd Mon Sep 17 00:00:00 2001 From: phixxy Date: Sun, 9 Jul 2023 01:40:36 -0700 Subject: [PATCH] removed discord_ids list --- sparkytron3000.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/sparkytron3000.py b/sparkytron3000.py index b301e41..a828ab9 100644 --- a/sparkytron3000.py +++ b/sparkytron3000.py @@ -49,9 +49,6 @@ intents.message_content = True bot = commands.Bot(command_prefix='!', intents=intents) #discord stuff END -#remove this once its safe -discord_ids = {"<@242018983241318410>":"@Soulless", "<@142420997360975872>":"@Dpaz", "<@276197608735637505>":"@Cress", "<@179064694844293120>":"@tsuk", "<@1097302679836971038>":"@Sparkytron 3000", "<@347598986380705804>":"@linku", "<@184524949648572416>":"@pud"} - async def upload_ftp(local_filename, server_folder, server_filename): with FTP(ftp_server) as ftp: ftp.login(ftp_username, ftp_password)