more command renaming

This commit is contained in:
2022-02-11 13:29:23 -06:00
parent 827dafbb99
commit 610ca41195
2 changed files with 13 additions and 4 deletions

8
dist/discord.js vendored
View File

@@ -6,8 +6,8 @@ const v9_1 = require("discord-api-types/v9");
// list of commands to register with discord
const commands = [
{
name: 'queue',
description: 'initialize a queue for this channel',
name: 'open',
description: 'open a queue for this channel',
options: [
{
type: 4,
@@ -22,6 +22,10 @@ const commands = [
name: 'close',
description: 'close the queue for this channel'
},
{
name: 'queue',
description: 'view queue info'
},
{
name: 'join',
description: 'join the active queue'