Skip to content

Fixing weird types in Entities

Created by: ZaptoInc

Summary

Fixes some weird types in entities to fit Discord's documentation.

Changes proposed

  • Changing Entities.DiscordChannel.LastMessageId from ulong with default value of 0 to ulong? without default value
  • Changing Entities.DiscordChannel.Bitrate from int to int?
  • Changing Entities.DiscordChannel.UserLimit from int to int?
  • Removing default value from Entities.DiscordChannel.Topic

Notes

Yes i've failed my branch name.

I will look to see if there's more problems.

Merge request reports

Loading