added needed rights for slash commands
added functions for account select in the bot
This commit is contained in:
parent
62bacb5ad7
commit
dc2563e16c
11 changed files with 876 additions and 13 deletions
10
SharedClasses/SharedModels/SharedConstants.cs
Normal file
10
SharedClasses/SharedModels/SharedConstants.cs
Normal file
|
@ -0,0 +1,10 @@
|
|||
namespace SharedClasses.SharedModels
|
||||
{
|
||||
public class SharedConstants
|
||||
{
|
||||
public class SlashCommands
|
||||
{
|
||||
public const string RAID = "raid";
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue