yellowtides / owenbot-hs

A utility bot written in Haskell for the Edinburgh Informatics Class of ‘24’s main messaging platform (Discord server).
https://yellowtid.es/owenbot-hs/
BSD 3-Clause "New" or "Revised" License
8 stars 7 forks source link

Support multiple quote responses #40

Open jacobjwalters opened 3 years ago

jacobjwalters commented 3 years ago

It'd be nice to allow adding multiple quotes under the same name, and picking from them at random. The tricky part about this would be removing quotes from the system once added, as the current command wouldn't let you specify which entry is to be removed.