Add more things to slap
This commit is contained in:
parent
1c88dea796
commit
0498998630
1 changed files with 22 additions and 1 deletions
|
@ -53,7 +53,28 @@ namespace Geekbot.net.Commands
|
||||||
"sunflower",
|
"sunflower",
|
||||||
"mousepad",
|
"mousepad",
|
||||||
"lolipop",
|
"lolipop",
|
||||||
"bottle of rum"
|
"bottle of rum",
|
||||||
|
"cheese slice",
|
||||||
|
"critical 1",
|
||||||
|
"natural 20",
|
||||||
|
"mjölnir (aka mewmew)",
|
||||||
|
"kamehameha",
|
||||||
|
"copy of Twilight",
|
||||||
|
"med pack (get ready for the end boss)",
|
||||||
|
"derp",
|
||||||
|
"condom (used)",
|
||||||
|
"gremlin fed after midnight",
|
||||||
|
"wet baguette",
|
||||||
|
"exploding kitten",
|
||||||
|
"shiny piece of shit",
|
||||||
|
"mismatched pair of socks",
|
||||||
|
"horcrux",
|
||||||
|
"tuna",
|
||||||
|
"suggestion",
|
||||||
|
"teapot",
|
||||||
|
"candle",
|
||||||
|
"dictionary",
|
||||||
|
"powerless banhammer"
|
||||||
};
|
};
|
||||||
|
|
||||||
_redis.HashIncrement($"{Context.Guild.Id}:SlapsRecieved", user.Id.ToString());
|
_redis.HashIncrement($"{Context.Guild.Id}:SlapsRecieved", user.Id.ToString());
|
||||||
|
|
Loading…
Reference in a new issue