mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 18:29:14 +02:00
Forgot to remove forecast
This commit is contained in:
@@ -7,7 +7,7 @@ module.exports = class WeatherCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'weather',
|
||||
aliases: ['open-weather-map'],
|
||||
aliases: ['open-weather-map', 'owm'],
|
||||
group: 'search',
|
||||
memberName: 'weather',
|
||||
description: 'Responds with weather information for a specific location.',
|
||||
|
||||
Reference in New Issue
Block a user