mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-08-01 19:18:31 -04:00
Added missing KasinoCommand attributes
This commit is contained in:
@@ -10,6 +10,7 @@ using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace KfChatDotNetBot.Commands.Kasino;
|
||||
|
||||
[KasinoCommand]
|
||||
public class TempExcludeCommand : ICommand
|
||||
{
|
||||
public List<Regex> Patterns => [
|
||||
@@ -78,6 +79,7 @@ public class TempExcludeCommand : ICommand
|
||||
}
|
||||
}
|
||||
|
||||
[KasinoCommand]
|
||||
public class KasinoGameToggleCommand : ICommand
|
||||
{
|
||||
public List<Regex> Patterns => [
|
||||
@@ -161,6 +163,7 @@ public class KasinoGameToggleCommand : ICommand
|
||||
}
|
||||
}
|
||||
|
||||
[KasinoCommand]
|
||||
public class KasinoGameListCommand : ICommand
|
||||
{
|
||||
public List<Regex> Patterns => [
|
||||
|
||||
@@ -9,6 +9,7 @@ using KfChatDotNetWsClient.Models.Events;
|
||||
|
||||
namespace KfChatDotNetBot.Commands.Kasino;
|
||||
|
||||
[KasinoCommand]
|
||||
public class KasinoNewEventCommand : ICommand
|
||||
{
|
||||
public List<Regex> Patterns =>
|
||||
@@ -99,6 +100,7 @@ public class KasinoNewEventCommand : ICommand
|
||||
}
|
||||
}
|
||||
|
||||
[KasinoCommand]
|
||||
public class KasinoEventStart : ICommand
|
||||
{
|
||||
public List<Regex> Patterns =>
|
||||
@@ -168,6 +170,7 @@ public class KasinoEventStart : ICommand
|
||||
}
|
||||
}
|
||||
|
||||
[KasinoCommand]
|
||||
public class KasinoNewEventOption : ICommand
|
||||
{
|
||||
public List<Regex> Patterns =>
|
||||
@@ -234,6 +237,7 @@ public class KasinoNewEventOption : ICommand
|
||||
}
|
||||
}
|
||||
|
||||
[KasinoCommand]
|
||||
public class KasinoRemoveEventOption : ICommand
|
||||
{
|
||||
public List<Regex> Patterns =>
|
||||
@@ -293,6 +297,7 @@ public class KasinoRemoveEventOption : ICommand
|
||||
}
|
||||
}
|
||||
|
||||
[KasinoCommand]
|
||||
public class KasinoGetEventInfo : ICommand
|
||||
{
|
||||
public List<Regex> Patterns =>
|
||||
@@ -339,6 +344,7 @@ public class KasinoGetEventInfo : ICommand
|
||||
}
|
||||
}
|
||||
|
||||
[KasinoCommand]
|
||||
public class KasinoGetEvents : ICommand
|
||||
{
|
||||
public List<Regex> Patterns =>
|
||||
|
||||
Reference in New Issue
Block a user