dotbot/Commands/Weather.cs

10 lines
131 B
C#

using Discord.Commands;
namespace dotbot.Commands
{
public class Weather : ModuleBase<SocketCommandContext>
{
}
}