mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
Cleaning up projects, project is building
This commit is contained in:
@@ -4,7 +4,7 @@ using NadekoBot.Modules.Gambling.Services;
|
||||
namespace NadekoBot.Modules.Gambling;
|
||||
|
||||
// todo do we need both currencyprovider and currencyservice
|
||||
public sealed class CurrencyProvider : ICurrencyProvider
|
||||
public sealed class CurrencyProvider : ICurrencyProvider, INService
|
||||
{
|
||||
private readonly GamblingConfigService _cs;
|
||||
|
||||
|
@@ -1,4 +1,6 @@
|
||||
namespace NadekoBot.Modules;
|
||||
using NadekoBot.Modules;
|
||||
|
||||
namespace NadekoBot.Modules;
|
||||
|
||||
public interface IMedusaeRepositoryService
|
||||
{
|
||||
|
@@ -1,6 +1,8 @@
|
||||
public class ModuleItem
|
||||
namespace NadekoBot.Modules;
|
||||
|
||||
public sealed class ModuleItem
|
||||
{
|
||||
public string Name { get; init; }
|
||||
public string Description { get; init; }
|
||||
public string Command { get; init; }
|
||||
public required string Name { get; init; }
|
||||
public required string Description { get; init; }
|
||||
public required string Command { get; init; }
|
||||
}
|
@@ -1,8 +0,0 @@
|
||||
namespace NadekoBot.Modules;
|
||||
|
||||
public class ModuleItem
|
||||
{
|
||||
public string Name { get; init; }
|
||||
public string Description { get; init; }
|
||||
public string Command { get; init; }
|
||||
}
|
Reference in New Issue
Block a user