fix(*): correct typos (#18)

Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
This commit is contained in:
Advaith
2020-09-19 04:59:11 -07:00
committed by GitHub
parent 9e5c5b5aac
commit 97c7b4ea24
3 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ export enum RESTJSONErrorCodes {
UnknownToken,
UnknownUser,
UnknownEmoji,
UnknownWebook,
UnknownWebhook,
UnknownBan = 10026,
UnknownSKU,

View File

@@ -80,11 +80,11 @@ export interface APIGuild extends APIPartialGuild {
public_updates_channel_id: string | null;
max_video_channel_users?: number;
/**
* Returned by calling GET `/guilds/{guid.id}` with the query `with_counts` set to `true`
* Returned by calling GET `/guilds/{guild.id}` with the query `with_counts` set to `true`
*/
approximate_member_count?: number;
/**
* Returned by calling GET `/guilds/{guid.id}` with the query `with_counts` set to `true`
* Returned by calling GET `/guilds/{guild.id}` with the query `with_counts` set to `true`
*/
approximate_presence_count?: number;
welcome_screen?: APIGuildWelcomeScreen;

View File

@@ -7,7 +7,7 @@
*
* These flags are exported as `BigInt`s and NOT numbers. For most of them, you can
* convert them in a number by wrapping it in `Number()`, however be careful as any
* futher bits added may cause issues if done so. Try to use BigInts as much as possible
* further bits added may cause issues if done so. Try to use BigInts as much as possible
* or modules that can replicate them in some way.
*/
export const PermissionFlagsBits = {