SweeperBot/src/functions/_index.ts

10 lines
270 B
TypeScript

import { pollReactions } from './pollReactions.ts';
import { onlyOneReaction } from './onlyOneReaction.ts';
import { cleanRaidCheckpointChannel } from './cleanRaidCheckpointChannel.ts';
export default {
cleanRaidCheckpointChannel,
pollReactions,
onlyOneReaction,
};