diff --git a/utils/Query.ts b/utils/Query.ts index 22481d3..64e99b2 100644 --- a/utils/Query.ts +++ b/utils/Query.ts @@ -6,7 +6,7 @@ import { User as DiscordUser } from 'discord.js' import { Stream } from 'stream' import { Bot, User, ListType, BotList, TokenRegister } from '@types' -import { cats } from './Constants' +import { categories } from './Constants' import knex from './Knex' import DiscordBot from './DiscordBot' @@ -127,7 +127,7 @@ async function getBotList(type: ListType, page = 1, query?: string):Promise