mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-12 16:13:05 -04:00
add status alias
This commit is contained in:
parent
7417ad7f30
commit
2b7b2b2dfc
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ function format(seconds){
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
name: 'stats',
|
name: 'stats',
|
||||||
aliases: ['usage', 'uptime'],
|
aliases: ['usage', 'uptime', 'status'],
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'Shows statistics about the bot.',
|
description: 'Shows statistics about the bot.',
|
||||||
description_short: 'Bot statistics',
|
description_short: 'Bot statistics',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue