Fix the bots

This commit is contained in:
2022-09-14 23:29:22 +02:00
parent 8fd6c532c5
commit 3d4ff74d71
8 changed files with 172 additions and 158 deletions

View File

@@ -9,14 +9,14 @@ using DSharpPlus.Entities;
namespace LaDOSE.DiscordBot.Command
{
public class Hokuto
public class Hokuto : BaseCommandModule
{
private readonly Dependencies dep;
private static List<string> Games = new List<string> { "2X", "3.3", "Karnov" };
private static Random r = new Random();
public Hokuto(Dependencies d)
public Hokuto()
{
dep = d;
}