mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-13 03:26:31 +00:00
added serverInfo help
added userInfo command added offsetDateTime to the custom date formatter
This commit is contained in:
@@ -1 +1 @@
|
||||
${warnedUser} was warned on ${formatInstant(warning.warning.warnDate, "yyyy-MM-dd HH:mm:ss")} with reason `${warning.warning.reason}` by ${warningUser}
|
||||
${warnedUser} was warned on ${formatDate(warning.warning.warnDate, "yyyy-MM-dd HH:mm:ss")} with reason `${warning.warning.reason}` by ${warningUser}
|
||||
@@ -0,0 +1 @@
|
||||
Shows information about the server
|
||||
@@ -0,0 +1 @@
|
||||
Shows the ID, owner, member count, role count, features and emotes of the server.
|
||||
@@ -0,0 +1 @@
|
||||
serverInfo
|
||||
@@ -0,0 +1 @@
|
||||
Shows information about a user
|
||||
@@ -0,0 +1 @@
|
||||
Cancels the given reminder to not be executed anymore.
|
||||
@@ -0,0 +1,3 @@
|
||||
Shows the ID, nickname (if set), joined date, registration date, status and activities of a user.
|
||||
Has an optional parameter to define for which user the information should be shown.
|
||||
If no parameter is given, it shows this information for the user executing the command.
|
||||
@@ -0,0 +1 @@
|
||||
userInfo [member]
|
||||
@@ -0,0 +1 @@
|
||||
Activity
|
||||
@@ -0,0 +1 @@
|
||||
User ID
|
||||
@@ -0,0 +1 @@
|
||||
Joined at
|
||||
@@ -0,0 +1 @@
|
||||
Nickname
|
||||
@@ -0,0 +1 @@
|
||||
Registered at
|
||||
Reference in New Issue
Block a user