mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-17 10:27:05 -04:00
update examles
This commit is contained in:
parent
75b8520481
commit
b3989587bb
38 changed files with 21 additions and 42 deletions
|
@ -9,11 +9,12 @@ const { Permissions } = require("detritus-client/lib/constants");
|
|||
|
||||
module.exports = {
|
||||
name: 'weather',
|
||||
aliases: ['forecast'],
|
||||
label: 'query',
|
||||
metadata: {
|
||||
description: 'Displays information about the weather.',
|
||||
description_short: 'Local weather information',
|
||||
examples: ['weather Berlin'],
|
||||
examples: ['weather Otter, Germany'],
|
||||
category: 'search',
|
||||
usage: 'weather <location>'
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue