ErdbeerbaerLP / DiscordIntegration-Forge

Forge version of the Discord Integration mod
https://modrinth.com/plugin/dcintegration
MIT License
100 stars 55 forks source link

[BUG] Unable to link MC and Discord accounts #187

Closed jonman364 closed 3 years ago

jonman364 commented 3 years ago

What happened?

What should happen?

Steps to reproduce

Version

Platform

Mod version: 2.1.0-1.16

Config file

Additional info

goethenorris commented 3 years ago

Typing /discord link into Minecraft gives "this subcommand is disabled" Typing /discord link prompts unknown command

Version 1.16.5 Forge on MineOS in Freenas 11.4u4

jonman364 commented 3 years ago

I guess I always have to go the hard route. Reading through the code I noticed that link is a DM command. Going back and reading the response from /discord link closer I saw that it indeed says "Send this command as a direct message to the bot..."

DM-ing the bot works as expected.

MoXAriApph commented 2 years ago

Necrobumping here, this bug is hitting us on our 1.18.2 server, sending command in DM, sending in channel it's linked to, etc. does not work whatsoever, no reaction from the bot whatsoever.

Gunner76th commented 2 years ago

Necrobumping here, this bug is hitting us on our 1.18.2 server, sending command in DM, sending in channel it's linked to, etc. does not work whatsoever, no reaction from the bot whatsoever.

1.12.2 and 1.18.2 are broken due to changes in bot slash command permissions. Because of this, all commands other than /kill no longer work until the bot's code is updated to the new permissions system method.

MoXAriApph commented 2 years ago

Oh rip, will be waiting for that, as a heads up for anyone rn, using the Webhook works instead