Add a piece of low fat mozzarella to the !slap command

This commit is contained in:
Daan Boerlage 2021-07-09 20:21:17 +02:00
parent 5a50ba5820
commit 611b179d62
Signed by: daan
GPG key ID: FCE070E1E4956606

View file

@ -76,7 +76,8 @@ namespace Geekbot.Bot.Commands.Randomness
"teapot", "teapot",
"candle", "candle",
"dictionary", "dictionary",
"powerless banhammer" "powerless banhammer",
"piece of low fat mozzarella"
}; };
await ReplyAsync($"{Context.User.Username} slapped {user.Username} with a {things[new Random().Next(things.Count - 1)]}"); await ReplyAsync($"{Context.User.Username} slapped {user.Username} with a {things[new Random().Next(things.Count - 1)]}");
@ -127,4 +128,4 @@ namespace Geekbot.Bot.Commands.Randomness
e.UserId.Equals(userId.AsLong())); e.UserId.Equals(userId.AsLong()));
} }
} }
} }