1
1
mirror of https://github.com/Burn-E99/GroupUp.git synced 2026-06-04 08:53:49 -04:00

Move custom activity modal fields to eventUtils for use in the editing step

This commit is contained in:
Ean Milligan (Bastion)
2023-04-27 00:54:23 -04:00
parent 2a6fbdbf6c
commit 12bb1f614e
4 changed files with 46 additions and 46 deletions

View File

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