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) {
|
function getInfo(interaction) {
|
||||||
let info = QUEUE.get(interaction.channelId);
|
let info = QUEUE.get(interaction.channelId);
|
||||||
if (!info)
|
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;
|
return info;
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -124,7 +124,7 @@ export namespace QueueCommands {
|
|||||||
let info = QUEUE.get(interaction.channelId);
|
let info = QUEUE.get(interaction.channelId);
|
||||||
|
|
||||||
if (!info)
|
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;
|
return info;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user