mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-10 07:03:08 -04:00
proper command descriptions
This commit is contained in:
parent
a2bcb423cf
commit
5e5a738b74
51 changed files with 54 additions and 54 deletions
|
@ -7,7 +7,7 @@ const { icon, highlight } = require('../../../labscore/utils/markdown');
|
|||
module.exports = {
|
||||
name: "update",
|
||||
metadata: {
|
||||
description: 'update bot',
|
||||
description: 'Fetches latest bot version.',
|
||||
examples: ['update'],
|
||||
category: 'dev',
|
||||
usage: 'update [-force true]'
|
||||
|
|
|
@ -15,7 +15,7 @@ function format(seconds){
|
|||
module.exports = {
|
||||
name: "uptime",
|
||||
metadata: {
|
||||
description: 'bot uptime',
|
||||
description: 'Displays the bots uptime.',
|
||||
examples: ['uptime'],
|
||||
category: 'dev',
|
||||
usage: 'uptime'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue