migration related

This commit is contained in:
2025-05-27 16:50:40 -04:00
parent b3f0e084ce
commit 046ad4f94a
5 changed files with 16 additions and 16 deletions

View File

@ -60,10 +60,10 @@ class Sing(commands.Cog):
"**Error**: No song specified, no activity found to read."
)
await ctx.respond(
"*Searching...*",
ephemeral=True
) # Must respond to interactions within 3 seconds, per Discord
await ctx.respond(
"*Searching...*",
ephemeral=True
) # Must respond to interactions within 3 seconds, per Discord
parsed = self.utility.parse_song_input(song, activity)