updated command name
This commit is contained in:
@@ -124,7 +124,7 @@ export namespace QueueCommands {
|
||||
let info = QUEUE.get(interaction.channelId);
|
||||
|
||||
if (!info)
|
||||
throw emsg('There is not an active queue in this channel, type `/queue` to create one');
|
||||
throw emsg('There is not an active queue in this channel, type `/open` to create one');
|
||||
|
||||
return info;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user