mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-15 02:06:09 +03:00
Edit reminder message & add "pardon" unban prefix
This commit is contained in:
parent
f2e337153f
commit
16fdb2db81
2 changed files with 4 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
namespace Boyfriend.Commands;
|
||||
|
||||
public sealed class UnbanCommand : ICommand {
|
||||
public string[] Aliases { get; } = { "unban", "разбан" };
|
||||
public string[] Aliases { get; } = { "unban", "pardon", "разбан" };
|
||||
|
||||
public async Task RunAsync(CommandProcessor cmd, string[] args, string[] cleanArgs) {
|
||||
if (!cmd.HasPermission(GuildPermission.BanMembers)) return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue