Merge branch 'next' of https://github.com/discordeno/discordeno into getters

This commit is contained in:
ayntee
2020-12-26 19:46:17 +04:00
39 changed files with 973 additions and 961 deletions
+7
View File
@@ -28,3 +28,10 @@ export function updateStructures(newStructures: Structures) {
...newStructures,
};
}
export type { Channel } from "./channel.ts";
export type { Guild } from "./guild.ts";
export type { Member } from "./member.ts";
export type { Message } from "./message.ts";
export type { Role } from "./role.ts";
export type { Template } from "./template.ts";