Gateway helpers

This commit is contained in:
TriForMine
2021-10-21 17:41:47 +02:00
parent 9eed90f8ed
commit 17115e7681
50 changed files with 121 additions and 110 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import type { CreateChannelInvite } from "../../types/invites/create_channel_invite.ts";
import type { InviteMetadata } from "../../types/invites/invite_metadata.ts";
import { Errors } from "../../types/discordeno/errors.ts";
import { Bot } from "../../bot.ts";
import type { Bot } from "../../bot.ts";
import { SnakeCasedPropertiesDeep } from "../../types/util.ts";
/** Creates a new invite for this channel. Requires CREATE_INSTANT_INVITE */