.serverinfo improved, updated changelog, added seconds to .convert

This commit is contained in:
Kwoth
2024-05-03 06:29:08 +00:00
parent 96ad5516d3
commit 6327e242ca
7 changed files with 75 additions and 61 deletions

View File

@@ -437,9 +437,9 @@ remindlist:
- "1"
- "server 2"
serverinfo:
desc: "Shows info about the server the bot is on. If no server is supplied, it defaults to current one."
desc: "Shows info about the server with the specified ID. The bot has to be on that server. If no server is supplied, it defaults to current one."
args:
- "Some Server"
- "123123132233"
channelinfo:
desc: "Shows info about the channel. If no channel is supplied, it defaults to current one."
args:

View File

@@ -719,6 +719,17 @@
"UnitType": "time",
"Modifier": 60.0
},
{
"Triggers": [
"second",
"seconds",
"sec",
"secs",
"s"
],
"UnitType": "time",
"Modifier": 1
},
{
"Triggers": [
"year",