SquidDev-CC / FAQBot-CC

A Discord bot for answering frequently asked questions regarding CC.
MIT License
7 stars 11 forks source link

make everything a / command #32

Closed CitizenFoffie closed 3 years ago

CitizenFoffie commented 3 years ago

things like /eval

Wojbie commented 3 years ago

Problem with that idea is that / commands disable ability to write newline. It would make writing multi line code to execute a bit annoying. One would have to write out all the code and then go back to beginning of message to add /eval.

SquidDev commented 3 years ago

As Wojbie said, there's really not any benefit to converting eval - it ends up being incredibly clunky to use. I also believe that you can't use slash commands in replies

CitizenFoffie commented 3 years ago

I was just using eval as a example, maybe not everything then.

SquidDev commented 3 years ago

The only other non-slash commands are %help and %about. I guess you could put them under a /cc sub-command, I guess it just doesn't feel worth it?