Merge pull request #14 from Kwoth/dev

Dev
This commit is contained in:
miraai 2016-08-04 00:35:26 +02:00 committed by GitHub
commit ec34021fb1
17 changed files with 676 additions and 676 deletions

View File

@ -254,12 +254,12 @@ namespace NadekoBot
{ {
commandTracker.TryAdd(e.Message.Id, DateTime.UtcNow); commandTracker.TryAdd(e.Message.Id, DateTime.UtcNow);
Console.WriteLine($">>COMMAND STARTED\nCmd: {e.Command.Text}\nMsg: {e.Message.Text}\nUsr: {e.User.Name} [{e.User.Id}]\nSrvr: {e.Server?.Name ?? "PRIVATE"} [{e.Server?.Id}]\n-----"); Console.WriteLine($">>COMMAND STARTED\nCmd: {e.Command.Text}\nMsg: {e.Message.Text}\nUsr: {e.User.Name} [{e.User.Id}]\nSrvr: {e.Server?.Name ?? "PRIVATE"} [{e.Server?.Id}]\n-----");
commandsRan++;
#if !NADEKO_RELEASE #if !NADEKO_RELEASE
await Task.Run(() => await Task.Run(() =>
{ {
try try
{ {
commandsRan++;
Classes.DbHandler.Instance.Connection.Insert(new DataModels.Command Classes.DbHandler.Instance.Connection.Insert(new DataModels.Command
{ {
ServerId = (long)(e.Server?.Id ?? 0), ServerId = (long)(e.Server?.Id ?? 0),

1
docs/index.md Normal file
View File

@ -0,0 +1 @@
HAi, this is future nakeda docs

View File

@ -1 +0,0 @@
Hai, this will be docs of nakeda