can ban user outside of the server
This commit is contained in:
parent
6eefd09429
commit
7c747292a7
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ class BanCommand extends Command {
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
id: 'member',
|
id: 'member',
|
||||||
type: 'member'
|
type: 'user'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'reasons',
|
id: 'reasons',
|
||||||
|
|
Loading…
Reference in a new issue