Reorganizing module and submodule folders

This commit is contained in:
Kwoth
2022-01-01 16:25:00 +01:00
parent 9b4eb21321
commit 9c590668df
69 changed files with 17 additions and 41 deletions

View File

@@ -13,6 +13,9 @@ public class DownloadTracker : INService
/// <returns>Task representing download state</returns>
public async Task EnsureUsersDownloadedAsync(IGuild guild)
{
#if GLOBAL_NADEKO
return;
#endif
await _downloadUsersSemaphore.WaitAsync();
try
{

View File

@@ -1,5 +1,5 @@
#nullable disable
using NadekoBot.Modules.CustomReactions.Services;
using NadekoBot.Modules.CustomReactions;
namespace NadekoBot.Common.TypeReaders;