This commit is contained in:
Ean Milligan (Bastion) 2023-04-27 02:55:21 -04:00
parent 50df64506a
commit 01ccf34ccf
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import { dbClient, queries } from '../../db.ts';
import { somethingWentWrong } from '../../commandUtils.ts'; import { somethingWentWrong } from '../../commandUtils.ts';
import utils from '../../utils.ts'; import utils from '../../utils.ts';
import { removeMemberFromEvent } from './utils.ts'; import { removeMemberFromEvent } from './utils.ts';
import { pathIdxEnder, idSeparator, pathIdxSeparator } from '../eventUtils.ts'; import { idSeparator, pathIdxEnder, pathIdxSeparator } from '../eventUtils.ts';
export const customId = 'leaveEventViaDM'; export const customId = 'leaveEventViaDM';