You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon startup if discord is a client, the invite link for the bot has hardcoded permissions = 0 in the logs. This means the bot will have no permission to read or write messages
Describe the bug
Upon startup if discord is a client, the invite link for the bot has hardcoded permissions = 0 in the logs. This means the bot will have no permission to read or write messages
packages/client-discord/src/index.ts:
`
I also ran into an issue with dupe reactions causing a crash due to colliding ids
And gave the bot a new /joinchannel command to tell the bot to join a specific channel
To Reproduce
Just start the agent with a character card with discord enabled, you will see the following in the logs:
�[32m [2024-11-29T00:37:59.270Z] ✓ Use this URL to add the bot to your server: �[0m
�[32m [2024-11-29T00:37:59.270Z] ✓ https://discord.com/api/oauth2/authorize?client_id=8&permissions=0&scope=bot%20applications.commands �[0m
Expected behavior
We should see proper permissions for the bot to be able to respond and write messages
Additional context
Will create a PR that fixes all 3 issues described
The text was updated successfully, but these errors were encountered: