From 733940eab2cd4b6e368786acd4b9135b25852fd6 Mon Sep 17 00:00:00 2001 From: Mihit Date: Mon, 7 Apr 2025 02:41:06 +1000 Subject: [PATCH] function name mistake --- DiscordBot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DiscordBot.py b/DiscordBot.py index 7149f2d..6b01b5d 100644 --- a/DiscordBot.py +++ b/DiscordBot.py @@ -103,7 +103,7 @@ async def upload(ctx): await ctx.respond(f"Sucessfully uploaded updated RSS feed") @bot.slash_command() -async def upload(ctx): +async def update_rss(ctx): messagechannel = bot.get_channel(862039084683624468) if ctx.user.id == 345153972765720577 or ctx.user.id == 468866369782415360: files = files_to_upload(".")