mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-18 04:50:38 +00:00
added kick command, made ban reason optional
This commit is contained in:
@@ -0,0 +1 @@
|
||||
default reason
|
||||
@@ -0,0 +1 @@
|
||||
Kicks the user with the given reason
|
||||
@@ -0,0 +1 @@
|
||||
User ${kickedUser.effectiveName} (${kickedUser.asMention}) has been kicked with reason: ${reason}.
|
||||
@@ -0,0 +1 @@
|
||||
Kicks the user with the given reason.
|
||||
@@ -0,0 +1 @@
|
||||
You were kicked from the server ${serverName} for the following reason: ${warning.reason}.
|
||||
@@ -0,0 +1 @@
|
||||
kick <user> <reason>
|
||||
Reference in New Issue
Block a user