Announcement commands are not visible

This commit is contained in:
Kwoth 2016-08-25 14:38:38 +02:00
parent 7aa3a1a092
commit 840c3d86f4

View File

@ -8,11 +8,11 @@ using System.Collections.Concurrent;
using System.Linq; using System.Linq;
using System.Threading.Tasks; using System.Threading.Tasks;
// todo DB
// todo rewrite
namespace NadekoBot.Modules.Administration namespace NadekoBot.Modules.Administration
{ {
public partial class ServerGreetCommands public partial class Administration
{
public class ServerGreetCommands
{ {
public static long Greeted = 0; public static long Greeted = 0;
@ -287,4 +287,5 @@ namespace NadekoBot.Modules.Administration
await channel.SendMessageAsync("Enable bye messsages by typing `.bye`").ConfigureAwait(false); await channel.SendMessageAsync("Enable bye messsages by typing `.bye`").ConfigureAwait(false);
} }
} }
}
} }