mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-05 11:28:39 +00:00
Dont refer to DeleteUserCommand as banning
This commit is contained in:
parent
55dd1114f1
commit
1f2d9f3303
1 changed files with 2 additions and 2 deletions
|
@ -11,11 +11,11 @@ namespace LBPUnion.ProjectLighthouse.Maintenance.Commands
|
||||||
public class DeleteUserCommand : ICommand
|
public class DeleteUserCommand : ICommand
|
||||||
{
|
{
|
||||||
private readonly Database database = new();
|
private readonly Database database = new();
|
||||||
public string Name() => "Delete/Ban User";
|
public string Name() => "Delete User";
|
||||||
public string[] Aliases()
|
public string[] Aliases()
|
||||||
=> new[]
|
=> new[]
|
||||||
{
|
{
|
||||||
"deleteUser", "wipeUser", "banUser",
|
"deleteUser", "wipeUser",
|
||||||
};
|
};
|
||||||
public string Arguments() => "<username/userId>";
|
public string Arguments() => "<username/userId>";
|
||||||
public int RequiredArgs() => 1;
|
public int RequiredArgs() => 1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue