Skip to content

Commit

Permalink
feature: add common properties
Browse files Browse the repository at this point in the history
  • Loading branch information
4x8Matrix committed Jun 22, 2024
1 parent b9218f6 commit bce6188
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Package/Classes/Objects/BaseDiscordChannel.luau
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ export type BaseDiscordChannel = typeof(BaseDiscordChannel.Prototype) & {

id: string,
type: number,

name: string,
description: string?,
}

return BaseDiscordChannel.Interface

0 comments on commit bce6188

Please sign in to comment.