refactor(controllers): separate controllers into different files (#657)

* refactor(controllers): separate controller into files

* add CHANNEL_UPDATE

* guilds

* interactions

* members

* messages

* finally

* done

* fix ci

* fixes
This commit is contained in:
ayntee
2021-03-11 20:38:27 +04:00
committed by GitHub
parent 359a775715
commit aaed064709
62 changed files with 1157 additions and 1060 deletions
-1
View File
@@ -8,7 +8,6 @@ import {
DiscordPayload,
FetchMembersOptions,
GatewayOpcode,
GatewayStatusUpdatePayload,
} from "../types/mod.ts";
import { cache } from "../util/cache.ts";
import { Collection } from "../util/collection.ts";