changes in comments

This commit is contained in:
2025-04-07 02:43:28 +10:00
parent baf1aa7af5
commit 42a17fd974

View File

@@ -100,7 +100,7 @@ async def update_rss(ctx):
df = rss_gen.create_df()
rss_gen.create_48h_latest(df)
rss_gen.create_25_recent_feed(df)
await ctx.respond(f"Sucessfully uploaded updated RSS feed")
await ctx.respond(f"Sucessfully updated RSS feed")
@bot.slash_command()
async def upload(ctx):