You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
1.4 KiB
YAML
66 lines
1.4 KiB
YAML
6 years ago
|
METADATA: &METADATA
|
||
|
category: Info
|
||
|
permission: all
|
||
|
|
||
6 years ago
|
about:
|
||
6 years ago
|
<<: *METADATA
|
||
6 years ago
|
name: about
|
||
|
description: >
|
||
|
Shows information about this Discord Bot.
|
||
|
response:
|
||
|
about_icon: |
|
||
|
This icon war created by [blackrose14344](https://www.deviantart.com/blackrose14344).
|
||
|
[Original](https://www.deviantart.com/blackrose14344/art/2B-Chi-B-685771489)
|
||
|
about_creator: |
|
||
|
This bot was created by Trivernis.
|
||
|
More about this bot [here](https://github.com/Trivernis/discordbot.js).
|
||
|
|
||
|
ping:
|
||
6 years ago
|
<<: *METADATA
|
||
6 years ago
|
name: ping
|
||
|
description: >
|
||
|
Answers with the current average ping of the bot.
|
||
|
|
||
|
uptime:
|
||
6 years ago
|
<<: *METADATA
|
||
6 years ago
|
name: uptime
|
||
|
description: >
|
||
|
Answers with the uptime of the bot.
|
||
|
guilds:
|
||
6 years ago
|
<<: *METADATA
|
||
6 years ago
|
name: guilds
|
||
|
description: >
|
||
|
Answers with the number of guilds the bot has joined
|
||
|
permission: owner
|
||
6 years ago
|
|
||
|
help:
|
||
6 years ago
|
<<: *METADATA
|
||
6 years ago
|
name: help
|
||
|
description: >
|
||
|
Shows help for bot ocmmands.
|
||
6 years ago
|
embed_color: 0xffffff
|
||
6 years ago
|
args:
|
||
|
- command
|
||
6 years ago
|
|
||
|
changes:
|
||
|
<<: *METADATA
|
||
|
name: changes
|
||
|
description: >
|
||
|
Shows the changes of the current release or a specific previous.
|
||
|
embed_color: 0xaabbcc
|
||
|
args:
|
||
|
- version
|
||
|
response:
|
||
|
not_found: >
|
||
|
I could not find the changelog for the version you were looking for.
|
||
|
|
||
|
versions:
|
||
|
<<: *METADATA
|
||
|
name: versions
|
||
|
description: >
|
||
|
Shows all versions present in the CHANGELOG.
|
||
|
embed_color: 0xaabbcc
|
||
|
response:
|
||
|
not_found: >
|
||
|
I could not find any versions.
|