This commit is contained in:
Ryan Cao 2022-06-04 15:09:35 +08:00
parent 35331b783e
commit a3d28e9e73
No known key found for this signature in database
GPG key ID: 528A2C1B6656B97F
2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,5 @@
import type { Client, Message } from 'discord.js';
import fetch from 'node-fetch';
import { POLYCAT_CHANNEL_ID } from './constants';
type Commands = {
[cmd: string]: (c: Client, e: Message) => void | Promise<void>;