discord-typings
Advanced tools
Comparing version 9.0.3 to 9.0.4
@@ -253,3 +253,3 @@ export type Snowflake = string; | ||
name: string; | ||
channels?: Array<TextChannelData | VoiceChannelData | StageChannelData | CategoryChannelData | NewsChannelData>; | ||
channels?: Array<TextChannelData | VoiceChannelData | StageChannelData | CategoryChannelData | NewsChannelData | StoreChannelData>; | ||
threads?: Array<ThreadChannelData>; | ||
@@ -256,0 +256,0 @@ joined_at?: string; |
{ | ||
"name": "discord-typings", | ||
"version": "9.0.3", | ||
"version": "9.0.4", | ||
"description": "Typings for data returned by Discord (unofficial)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23890