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:
@ -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)
|
||||
|
Reference in New Issue
Block a user