More cleanup, removed parse completely...

This commit is contained in:
Master Kwoth
2016-02-07 23:00:53 +01:00
parent 34989ae9f4
commit f61606f8bc
8 changed files with 19 additions and 52 deletions

View File

@@ -1,6 +1,5 @@
using Discord;
using Discord.Commands;
using Parse;
using System;
using System.Collections.Generic;
using System.Diagnostics;
@@ -35,8 +34,8 @@ namespace NadekoBot
_statsSW = new Stopwatch();
_statsSW.Start();
_service.CommandExecuted += StatsCollector_RanCommand;
StartCollecting();
Task.Run(() => StartCollecting());
Console.WriteLine("Logging enabled.");
}

View File

@@ -7,11 +7,8 @@
public string BotMention;
public string GoogleAPIKey;
public ulong OwnerID;
public string ParseID;
public string ParseKey;
public string TrelloAppKey;
public bool? ForwardMessages;
public string OsuApiKey;
public string SoundCloudClientID;
public string MashapeKey;
}