vsTerminus / Goose

Goose Bot - A semi-useful Discord Bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: CAH/PYX command

vsTerminus opened this issue · comments

Need to hook up to CardCast API and create a !cah / !pyx command that allows the user to specify black or white cards and have the bot fill in whatever the user left out.

  • White cards identified by "w "
  • Anything else considered to be a black card
  • Blanks identified by underscore(s), or if no blanks in text assumed to be a question with the blank at the end
  • "w _" for random white card
  • Random black card with specific number of blanks, also fills them in with random white cards: "!pyx "

Examples:

  • !pyx w The boners of the elderly.
  • !pyx When I pooped, what came out of my butt?
  • !pyx CTV Presents "____": The story of ____
  • !pyx 2
  • !pyx w A Bick Black Dick w A Bigger Blacker Dick w The Biggest Blackest Dick

No cardcast integration - instead using cah-cards by Grinnz.

Command exists and functions with all above functionality and a little more.