|
@@ -203,7 +203,6 @@ namespace Discord.Rest |
|
|
} |
|
|
} |
|
|
public static Task AddRoleAsync(BaseDiscordClient client, ulong guildId, ulong userId, ulong roleId, RequestOptions options = null) |
|
|
public static Task AddRoleAsync(BaseDiscordClient client, ulong guildId, ulong userId, ulong roleId, RequestOptions options = null) |
|
|
=> client.ApiClient.AddRoleAsync(guildId, userId, roleId, options); |
|
|
=> client.ApiClient.AddRoleAsync(guildId, userId, roleId, options); |
|
|
|
|
|
|
|
|
public static Task RemoveRoleAsync(BaseDiscordClient client, ulong guildId, ulong userId, ulong roleId, RequestOptions options = null) |
|
|
public static Task RemoveRoleAsync(BaseDiscordClient client, ulong guildId, ulong userId, ulong roleId, RequestOptions options = null) |
|
|
=> client.ApiClient.RemoveRoleAsync(guildId, userId, roleId, options); |
|
|
=> client.ApiClient.RemoveRoleAsync(guildId, userId, roleId, options); |
|
|
} |
|
|
} |
|
|