CactusDev / CactusBot

An open source, community-written service-agnostic chat bot
MIT License
30 stars 6 forks source link

Custom storage commands #156

Open AlphaBravoKilo opened 7 years ago

AlphaBravoKilo commented 7 years ago

An example of what I was thinking about

Mod: !qommand add fruits Apple, Pineapple, Orange, Lemon, Lime, Strawberry Bot: Added command fruits User: !fruits Bot: Apple User: !fruits Bot: Orange Mod: !qommand include fruit Blueberry Bot: Added 'Blueberry' to fruit Mod: !qommand remove fruit Bot: Removed command fruit

Of course, implementation can (should?) be different.

2Cubed commented 7 years ago

I like it! Maybe use !storage, and similar syntaxes to !quote's?

!storage add fruit

!fruit add Apple
!fruit add Orange
!fruit add Lemon

!fruit
Orange