1
1
mirror of https://github.com/Burn-E99/TheArtificer.git synced 2026-01-04 19:47:54 -05:00
Files
TheArtificer/src/commands/apiCmd/_index.ts
Ean Milligan c7c974c395 deno fmt
2025-04-26 13:23:37 -04:00

14 lines
303 B
TypeScript

import { help } from './apiHelp.ts';
import { allowBlock } from './allowBlock.ts';
import { deleteGuild } from './deleteGuild.ts';
import { status } from './status.ts';
import { showHideWarn } from './showHideWarn.ts';
export default {
help,
allowBlock,
deleteGuild,
status,
showHideWarn,
};