Repositories (1)

BuddieBot
2 snippets stored for this repo
return "Rate This Thot", fmt.Sprintf("%s's Thot Score: %s/100", user, score)
	case "pickme":
		return "Rate This Pick-Me", fmt.Sprintf("%s's Pick-Me Score: %s/100", user, score)
	case "neckbeard":
		return "Rate This Neck Beard", fmt.Sprintf("%s's Neck Beard Score: %s/100", user, score)
	case "looks":
		return "Rate These Looks", fmt.Sprintf("%s's Looks Score: %s/100", user, score)
},
				{
					Type:        discordgo.ApplicationCommandOptionSubCommand,
					Name:        "neckbeard",
					Description: "Neck Beard Rating",
					Required:    false,
					Options: []*discordgo.ApplicationCommandOption{