mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
Removed some obsolete commands and strings
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
namespace NadekoBot.Modules.Gambling;
|
||||
using Discord.Interactions;
|
||||
|
||||
public class TestGamblingService
|
||||
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