Fixed bans
This commit is contained in:
@@ -18,7 +18,7 @@ namespace Discord.API.Client.Rest
|
|||||||
public AddGuildBanRequest(ulong guildId, ulong userId)
|
public AddGuildBanRequest(ulong guildId, ulong userId)
|
||||||
{
|
{
|
||||||
GuildId = guildId;
|
GuildId = guildId;
|
||||||
UserId = UserId;
|
UserId = userId;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user