NadekoBot/src/NadekoBot/Modules/NadekoModuleExtensions.cs

16 lines
263 B
C#
Raw Normal View History

2017-02-13 10:12:13 +00:00
using Discord;
using NadekoBot.Extensions;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace NadekoBot.Modules
{
public static class NadekoModuleExtensions
{
}
}