adding more stuff to !slap
This commit is contained in:
parent
2db4db2451
commit
aa971d04f5
1 changed files with 10 additions and 1 deletions
|
@ -33,7 +33,16 @@ namespace Geekbot.net.Commands
|
||||||
"flat hand",
|
"flat hand",
|
||||||
"strip of bacon",
|
"strip of bacon",
|
||||||
"feather",
|
"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)]}");
|
await ReplyAsync($"{Context.User.Username} slapped {user.Username} with a {things[_random.Next(things.Count - 1)]}");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue