Updating for Removal of 2 items.

This commit is contained in:
Sean "Solao Bajiuik" Stoves 2020-06-03 18:04:51 -04:00
parent d83874512e
commit 523898c575
3 changed files with 1 additions and 31 deletions

Binary file not shown.

View File

@ -31,7 +31,7 @@ namespace ChaosBot.Discord.Modules
sb.AppendLine(); sb.AppendLine();
sb.AppendLine($"Bot Version: {Program.Cfg.GetValue<string>("Bot:Version")}"); sb.AppendLine($"Bot Version: {Program.Cfg.GetValue<string>("Bot:Version")}");
sb.AppendLine($"Bot Prefix: {Program.Cfg.GetValue<string>("Discord:Prefix")}"); sb.AppendLine($"Bot Prefix: {Program.Cfg.GetValue<string>("Discord:Prefix")}");
sb.AppendLine($"{DBWork.RawQuery("select * from RaffleTable").Rows[0]["userId"]}"); sb.AppendLine($"{DBWork.RawQuery("select * from RaffleTable where Id = (abs(random()) % (select (select max(Id) from RaffleTable)+1)) or rowid = (select min(Id) from RaffleTable) order by Id DESC limit 1;").Rows[0]["userId"]}");
/* /*
* Add the string to the Embed * Add the string to the Embed

View File

@ -1,30 +0,0 @@
{
"Bot": {
"Name": "ChaosBot",
"Version": "1.0",
"Database": "ChaosBotSQL.db"
},
"Discord": {
"Token": "NzE3ODM3Njg5Mzk0ODIzMjYy.XtgIew.JWUjvMDSzQT_a36D98CTrtb5lfI",
"Prefix": "?"
},
"NLog": {
"extensions": {
"NLog.Web.AspNetCore": {
"assembly": "NLog.Web.AspNetCore"
}
},
"targets": {
"loggerconsole": {
"type": "console"
}
},
"rules": [
{
"logger": "*",
"minLevel": "Trace",
"writeTo": "loggerconsole"
}
]
}
}