RegexBot/Module/ModLogs/ModLogs.cs

10 lines
146 B
C#
Raw Normal View History

using System;
using System.Collections.Generic;
using System.Text;
namespace Noikoio.RegexBot.Module.ModLogs
{
class ModLogs
{
}
}