More cleanup, removed parse completely...
This commit is contained in:
@@ -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.");
|
||||
}
|
||||
|
||||
|
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user