command-flow icon indicating copy to clipboard operation
command-flow copied to clipboard

`commandflow-discord` should use Application commands

Open yusshu opened this issue 2 years ago • 1 comments

commandflow-discord currently uses messages to detect commands. We should use Application Commands instead since it's a more user-friendly and native way to create bot commands.

Also, bots can't read message contents without a privileged intent

yusshu avatar Oct 19 '23 20:10 yusshu

Yeah, it should be done that way, it’s only programmed like that since the module predates discord application commands, but this should be worked on

FixedDev avatar Oct 20 '23 15:10 FixedDev