ITADN

bugfix: rename "fetchGuildChannel" method of DiscordGuild to specify it is asynchronous

#25Pull RequestTurolatias 创建于 2024-11-22已合并
T
Turolatiascommented
This is a breaking change. If you want to avoid the breaking change, something like this snippet could be added: ```luau function DiscordGuild.Prototype.fetchGuildChannelsAsync(self: DiscordGuild) return self:fetchGuildChannelsAsync() end ``` No idea if you want to change the method name or not, I'll leave this pull request just in case.
合并状态:已合并 合并于 2024-11-23 关闭于 2024-11-23 2 条评论