updated command name
This commit is contained in:
2
dist/queue.js
vendored
2
dist/queue.js
vendored
@@ -115,7 +115,7 @@ var QueueCommands;
|
||||
function getInfo(interaction) {
|
||||
let info = QUEUE.get(interaction.channelId);
|
||||
if (!info)
|
||||
throw (0, util_1.emsg)('There is not an active queue in this channel, type `/queue` to create one');
|
||||
throw (0, util_1.emsg)('There is not an active queue in this channel, type `/open` to create one');
|
||||
return info;
|
||||
}
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user