Fixed bans

This commit is contained in:
RogueException
2015-12-25 02:27:42 -04:00
parent 5c18600a51
commit 0c235d69f5

View File

@@ -18,7 +18,7 @@ namespace Discord.API.Client.Rest
public AddGuildBanRequest(ulong guildId, ulong userId)
{
GuildId = guildId;
UserId = UserId;
UserId = userId;
}
}
}