Skip to content

Commit

Permalink
feature: update 'name' property on guild
Browse files Browse the repository at this point in the history
  • Loading branch information
4x8Matrix committed Jun 22, 2024
1 parent bce6188 commit f2b02fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Package/Classes/Objects/DiscordGuild.luau
Original file line number Diff line number Diff line change
Expand Up @@ -978,6 +978,7 @@ export type DiscordGuild = typeof(DiscordGuild.Prototype) & {
shardId: number,

id: string,
name: string,

roles: { DiscordGuildRole.DiscordGuildRole },
emojis: { DiscordEmoji.DiscordEmoji },
Expand Down

0 comments on commit f2b02fd

Please sign in to comment.