migration related
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user