mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
fix: bannersize fixed, honeypot will now put 'Honeypot' as a ban reason
This commit is contained in:
@@ -417,7 +417,7 @@ public partial class Searches : NadekoModule<SearchesService>
|
||||
{
|
||||
usr ??= (IGuildUser)ctx.User;
|
||||
|
||||
var bannerUrl = usr.GetGuildBannerUrl();
|
||||
var bannerUrl = usr.GetGuildBannerUrl(size: 2048);
|
||||
|
||||
if (bannerUrl is null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user