SweeperBot/src/functions/_index.ts

6 lines
89 B
TypeScript

import { pollReactions } from "./pollReactions.ts";
export default {
pollReactions,
};