mirror of
https://github.com/pacnpal/markov-discord.git
synced 2025-12-20 19:01:06 -05:00
Complete channel add/remove/list functionality
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user