EverOddish / DrFujiBot

DrFujiBot is a client-side Twitch chat bot that provides a command-based interface to Pokemon data.
GNU General Public License v3.0
9 stars 9 forks source link

Allow a custom quotee in !addquote #3

Closed EverOddish closed 4 years ago

EverOddish commented 5 years ago

Change the !addquote command to optionally accept a "-q " argument before the actual quote, and use that quotee value in the new Quote object (rather than the configured default quotee setting).

For example,

!addquote This is something funny

results in Quote #1 "This is something funny" -PokemonChallenges

!addquote -q Realtime When I met Ruby at Disneyland

results in Quote #1 "When I met Ruby ad Disneyland" -Realtime

EverOddish commented 4 years ago

Thanks!