mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
Reorganizing module and submodule folders
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
#nullable disable
|
||||
namespace NadekoBot.Modules.Gambling.Common;
|
||||
|
||||
public class Payout
|
||||
{
|
||||
public string User { get; set; }
|
||||
public int Amount { get; set; }
|
||||
}
|
@@ -1,5 +1,4 @@
|
||||
#nullable disable
|
||||
using NadekoBot.Modules.Administration.Services;
|
||||
using NadekoBot.Modules.Gambling.Common;
|
||||
using NadekoBot.Modules.Gambling.Services;
|
||||
|
@@ -1,11 +0,0 @@
|
||||
#nullable disable
|
||||
using Discord.Interactions;
|
||||
|
||||
namespace NadekoBot.Modules.Gambling;
|
||||
|
||||
public class TestGamblingService : InteractionModuleBase
|
||||
{
|
||||
[SlashCommand("test", "uwu")]
|
||||
public async Task Test(string input1, int input2)
|
||||
=> await RespondAsync("Bravo " + input1 + input2);
|
||||
}
|
Reference in New Issue
Block a user