meme cog: Don't convert images if already in PNG format; sing cog: remove ephemeral=True from bridge s/sing command initial response; misc_util: remove 2 coffees

This commit is contained in:
2025-06-22 07:52:19 -04:00
parent 75addd629c
commit 80cc3dc1e8
3 changed files with 24 additions and 5 deletions

View File

@ -61,7 +61,7 @@ class Sing(commands.Cog):
)
await ctx.respond(
"*Searching...*", ephemeral=True
"*Searching...*"
) # Must respond to interactions within 3 seconds, per Discord
parsed = self.utility.parse_song_input(song, activity)