first try. ads broken.

This commit is contained in:
2021-01-22 15:26:47 -07:00
parent 493d179ed4
commit 489139f66b
4 changed files with 38 additions and 13 deletions

View File

@ -8,11 +8,11 @@ import (
"samhofi.us/x/keybase/v2/types/chat1"
)
/*var BoobsAd = chat1.UserBotCommandInput{
Name: "eyebleach",
var BoobsAd = chat1.UserBotCommandInput{
Name: "boobs",
Usage: "",
Description: "Sends some cute critters",
}*/
Description: "Sends some titties",
}
func Boobs(m chat1.MsgSummary, b *keybasebot.Bot) (bool, error) {
path, desc, err := getRandomRedditMedia(b, "boobs", "top", 100)