senchabot-opensource / monorepo

Open source Discord bot and Twitch bot monorepo. Senchabot apps and packages.
https://senchabot.app
GNU General Public License v3.0
86 stars 23 forks source link

New Feature Request: Add custom command variables #86

Open rasitds opened 1 year ago

rasitds commented 1 year ago

We can create a system that can be used to add custom command variables, such as !acmdvar social https://instagram.com/instagram, and then users can use these custom command variables within the command context when creating their custom commands, such as !acmd me lorem ipsum {social}.

!acmdvar -> add command variable !ucmdvar -> update command variable !dcmdvar -> delete command variable !lcmdvar -> list command variables cc @csoylu

csoylu commented 1 year ago

So as i understand it, we need to be able to create commands where some variables can be inserted using curly brackets and also a command to list the different variables that can be used?

rasitds commented 1 year ago

Yes, exactly like that.