Add a piece of low fat mozzarella to the !slap command
This commit is contained in:
parent
5a50ba5820
commit
611b179d62
1 changed files with 3 additions and 2 deletions
|
@ -76,7 +76,8 @@ namespace Geekbot.Bot.Commands.Randomness
|
|||
"teapot",
|
||||
"candle",
|
||||
"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)]}");
|
||||
|
@ -127,4 +128,4 @@ namespace Geekbot.Bot.Commands.Randomness
|
|||
e.UserId.Equals(userId.AsLong()));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue