Updating for Removal of 2 items.
This commit is contained in:
parent
d83874512e
commit
523898c575
Binary file not shown.
@ -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
|
||||||
|
|||||||
@ -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"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue
Block a user