1
1
mirror of https://github.com/Burn-E99/GroupUp.git synced 2026-01-06 19:37:54 -05:00
This commit is contained in:
Ean Milligan (Bastion)
2023-04-27 02:55:21 -04:00
parent 50df64506a
commit 01ccf34ccf

View File

@ -3,7 +3,7 @@ import { dbClient, queries } from '../../db.ts';
import { somethingWentWrong } from '../../commandUtils.ts';
import utils 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';