diff --git a/Commands/Weather.cs b/Commands/Weather.cs index 7f36a4c..5cf5901 100644 --- a/Commands/Weather.cs +++ b/Commands/Weather.cs @@ -1,4 +1,5 @@ using System.Threading.Tasks; +using Discord; using Discord.Commands; using Microsoft.Extensions.Configuration;