1
1
mirror of https://github.com/Burn-E99/GroupUp.git synced 2026-06-04 08:53:49 -04:00
This commit is contained in:
Ean Milligan (Bastion)
2023-03-26 21:37:47 -04:00
parent 716913b24c
commit 4ddfd70655
9 changed files with 51 additions and 47 deletions

View File

@@ -1,7 +1,7 @@
import { Bot, BotWithCache, Interaction } from '../../deps.ts';
import { buttons } from '../buttons/_index.ts';
import { commands } from '../commands/_index.ts';
import { idSeparator } from '../buttons/event-creation/utils.ts'
import { idSeparator } from '../buttons/event-creation/utils.ts';
const commandNames: Array<string> = commands.map((command) => command.details.name);
const buttonNames: Array<string> = buttons.map((button) => button.customId);