fix: missing import

This commit is contained in:
wonderlandpark 2021-05-29 01:14:00 +09:00
parent a2932b71b7
commit bddd81357f

View File

@ -1,6 +1,6 @@
import { NextApiRequest} from 'next'
import rateLimit from 'express-rate-limit'
import { MessageEmbed } from 'discord.js'
import { get, update } from '@utils/Query'
import RequestHandler from '@utils/RequestHandler'