Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aiess not taking bot commands anymore #6

Open
STCapricorn opened this issue May 4, 2022 · 5 comments
Open

Aiess not taking bot commands anymore #6

STCapricorn opened this issue May 4, 2022 · 5 comments

Comments

@STCapricorn
Copy link

I'm not sure what happened, but Aiess seems to have stopped responding to bot commands altogether. It still posts in text channels just fine.

@Naxesss
Copy link
Owner

Naxesss commented May 12, 2022

Discord is adding message intents soon. This means bots won't be able to read message contents, which will make text commands as-is unfeasible. Because of that, I've removed text commands and instead added slash commands (+ping -> /ping).

To get these comamnds to work on the desktop version of Discord, you need to re-invite the bot with the applications.commands scope.

https://discord.com/api/oauth2/authorize?client_id=680467769573244928&permissions=0&scope=bot%20applications.commands

Feel like there should be an easier way to do this, but it is what it is I guess.

@Rekunan
Copy link

Rekunan commented May 12, 2022

Instead of removing text commands altogether, why not keep them in and give warnings that they'll soon no longer work? Or at least keep them in and have it respond that the text commands are depreciated, similar to how Bathbot does with some commands:

The main issue I have with what you did was that this GitHub issue was the only way I was able to learn about this change.

@Naxesss
Copy link
Owner

Naxesss commented May 14, 2022

That's a good idea, will definitely try doing that once I'm done with uni stuff.

@Sitoria
Copy link

Sitoria commented Jun 8, 2022

it works now
can close this issue
image

@Rekunan
Copy link

Rekunan commented Jun 8, 2022

slash commands were already working, but this issue is about text commands not working (like +filters)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants