You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.setDescription('A list of available commands is available below. Please note that some commands are reserved for queue administators that requre specific roles.')
28
+
.addFields(
29
+
{name: 'Join the queue',value: '`!queue join`',inline: false},
30
+
{name: 'Leave the queue',value: '`!queue leave`',inline: false},
31
+
{name: 'See how long you have been in the queue',value: '`!queue time`',inline: false},
32
+
{name: 'Get a list of available commands',value: '`!queue commands` or `!queue help`',inline: false},
33
+
)
34
+
.setFooter(`Running Discord Queue Bot v${dqbVersion}\nVisit https://github.com/binlabs/discord-queue-bot for more information.`);
message.channel.send('**Queue Commands**:\n`!queue join`\tJoin the queue\n`!queue leave`\tLeave the queue\n`!queue help` _alias:_ `!queue commands`\tView a list of available commands.\n`!queue time`\tCheck how long you\'ve been in the queue');
347
+
message.channel.send(embedHelp);
348
+
//message.channel.send('**Queue Commands**:\n`!queue join`\tJoin the queue\n`!queue leave`\tLeave the queue\n`!queue help` _alias:_ `!queue commands`\tView a list of available commands.\n`!queue time`\tCheck how long you\'ve been in the queue');
0 commit comments