Skip to content

Commit

Permalink
Fixed typo in guild splash CDN URL
Browse files Browse the repository at this point in the history
  • Loading branch information
SinisterRectus committed Dec 16, 2019
1 parent 514df5f commit 87b6df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/containers/Guild.lua
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ end
Only partnered guilds may have this.]=]
function get.splashURL(self)
local splash = self._splash
return splash and format('https://cdn.discordapp.com/splashs/%s/%s.png', self._id, splash)
return splash and format('https://cdn.discordapp.com/splashes/%s/%s.png', self._id, splash)
end

--[=[@p banner string/nil The hash for the guild's custom banner, if one is set.]=]
Expand Down

0 comments on commit 87b6df2

Please sign in to comment.