Complete channel add/remove/list functionality

This commit is contained in:
Charlie Laabs
2021-12-23 21:54:42 -06:00
parent 3b946b72ec
commit 0052ffff3b
5 changed files with 105 additions and 61 deletions

View File

@@ -4,7 +4,7 @@ import { ChannelType, Routes } from 'discord-api-types/v9';
import { config } from './config';
import { packageJson } from './util';
const CHANNEL_OPTIONS_MAX = 25;
export const CHANNEL_OPTIONS_MAX = 25;
export const helpCommand = new SlashCommandBuilder()
.setName('help')