Begining of implementing the entity framework
This commit is contained in:
parent
83f3c61661
commit
510b030fec
7 changed files with 108 additions and 43 deletions
|
@ -11,6 +11,7 @@
|
|||
|
||||
// Dependent Services
|
||||
RedisConnectionFailed = 301,
|
||||
DatabaseConnectionFailed = 302,
|
||||
|
||||
// Discord Related
|
||||
CouldNotLogin = 401
|
||||
|
|
|
@ -22,5 +22,8 @@ namespace Geekbot.net.Lib
|
|||
|
||||
[Option("token", Default = null, HelpText = "Set a new bot token")]
|
||||
public string Token { get; set; }
|
||||
|
||||
[Option("in-memory", Default = false, HelpText = "Disables the web api")]
|
||||
public bool InMemory { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue