Initial implementation of /warn
Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
parent
5105b43eff
commit
ab2158a648
13 changed files with 442 additions and 5 deletions
|
@ -110,7 +110,7 @@ public class KickCommandGroup : CommandGroup
|
|||
return await KickUserAsync(executor, target, reason, guild, channelId, data, bot, CancellationToken);
|
||||
}
|
||||
|
||||
private async Task<Result> KickUserAsync(
|
||||
public async Task<Result> KickUserAsync(
|
||||
IUser executor, IUser target, string reason, IGuild guild, Snowflake channelId, GuildData data, IUser bot,
|
||||
CancellationToken ct = default)
|
||||
{
|
||||
|
|
Reference in a new issue