more command renaming
This commit is contained in:
@@ -4,8 +4,8 @@ import { Routes } from '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, //INTEGER
|
||||
@@ -20,6 +20,11 @@ const commands = [
|
||||
name: 'close',
|
||||
description: 'close the queue for this channel'
|
||||
},
|
||||
|
||||
{
|
||||
name: 'queue',
|
||||
description: 'view queue info'
|
||||
},
|
||||
{
|
||||
name: 'join',
|
||||
description: 'join the active queue'
|
||||
|
||||
Reference in New Issue
Block a user