Fixed compile error
This commit is contained in:
		@@ -28,6 +28,7 @@ using NadekoBot.Services.Help;
 | 
			
		||||
using System.IO;
 | 
			
		||||
using NadekoBot.Services.Pokemon;
 | 
			
		||||
using NadekoBot.DataStructures.ShardCom;
 | 
			
		||||
using NadekoBot.DataStructures;
 | 
			
		||||
 | 
			
		||||
namespace NadekoBot
 | 
			
		||||
{
 | 
			
		||||
@@ -342,6 +343,7 @@ namespace NadekoBot
 | 
			
		||||
                .Where(x => x.Preconditions.Any(y => y.GetType() == typeof(NoPublicBot)))
 | 
			
		||||
                .ForEach(x => CommandService.RemoveModuleAsync(x));
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
            Ready = true;
 | 
			
		||||
            _log.Info($"Shard {ShardId} ready.");
 | 
			
		||||
            //_log.Info(await stats.Print().ConfigureAwait(false));
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user