update examles

This commit is contained in:
derpystuff 2023-06-30 23:22:37 +02:00
parent 75b8520481
commit b3989587bb
38 changed files with 21 additions and 42 deletions

View file

@ -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>'
},