mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 01:38:27 -04:00
Reorganizing module and submodule folders
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
using NadekoBot.Services.Database.Models;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
namespace NadekoBot.Modules.CustomReactions.Extensions;
|
||||
namespace NadekoBot.Modules.CustomReactions;
|
||||
|
||||
public static class CustomReactionExtensions
|
||||
{
|
@@ -1,5 +1,4 @@
|
||||
#nullable disable
|
||||
using NadekoBot.Modules.CustomReactions.Services;
|
||||
|
||||
namespace NadekoBot.Modules.CustomReactions;
|
||||
|
||||
|
@@ -3,7 +3,6 @@ using Microsoft.EntityFrameworkCore;
|
||||
using NadekoBot.Common.ModuleBehaviors;
|
||||
using NadekoBot.Common.Yml;
|
||||
using NadekoBot.Db;
|
||||
using NadekoBot.Modules.CustomReactions.Extensions;
|
||||
using NadekoBot.Modules.Permissions.Common;
|
||||
using NadekoBot.Modules.Permissions.Services;
|
||||
using NadekoBot.Services.Database.Models;
|
||||
@@ -11,7 +10,7 @@ using System.Runtime.CompilerServices;
|
||||
using YamlDotNet.Serialization;
|
||||
using YamlDotNet.Serialization.NamingConventions;
|
||||
|
||||
namespace NadekoBot.Modules.CustomReactions.Services;
|
||||
namespace NadekoBot.Modules.CustomReactions;
|
||||
|
||||
public sealed class CustomReactionsService : IEarlyBehavior, IReadyExecutor
|
||||
{
|
Reference in New Issue
Block a user