From aa971d04f5f54dd47b9b6e03044fe55d94174e03 Mon Sep 17 00:00:00 2001 From: runebaas Date: Thu, 18 Jan 2018 23:40:38 +0100 Subject: [PATCH] adding more stuff to !slap --- Geekbot.net/Commands/Slap.cs | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Geekbot.net/Commands/Slap.cs b/Geekbot.net/Commands/Slap.cs index ecbbe83..570ddda 100644 --- a/Geekbot.net/Commands/Slap.cs +++ b/Geekbot.net/Commands/Slap.cs @@ -33,7 +33,16 @@ namespace Geekbot.net.Commands "flat hand", "strip of bacon", "feather", - "piece of pizza" + "piece of pizza", + "moldy banana", + "sharp retort", + "printed version of wikipedia", + "panda paw", + "spiked sledgehammer", + "monstertruck", + "dirty toilet brush", + "sleeping seagull", + "sunflower" }; await ReplyAsync($"{Context.User.Username} slapped {user.Username} with a {things[_random.Next(things.Count - 1)]}"); }