added serverInfo help

added userInfo command
added offsetDateTime to the custom date formatter
This commit is contained in:
Sheldan
2020-05-27 15:10:54 +02:00
parent be97e825cc
commit de4eeeacca
27 changed files with 195 additions and 22 deletions

View File

@@ -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}

View File

@@ -0,0 +1 @@
Shows the ID, owner, member count, role count, features and emotes of the server.

View File

@@ -0,0 +1 @@
Cancels the given reminder to not be executed anymore.

View File

@@ -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.