Forgot to remove forecast

This commit is contained in:
Daniel Odendahl Jr
2019-02-05 13:15:05 +00:00
parent de5f39f02d
commit 2867fcf35d
4 changed files with 3 additions and 58 deletions
+1 -1
View File
@@ -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.',