rust-lang/discord-mods-bot

Bot has stopped responding in the Rust Discord server

ilyvion opened this issue · 2 comments

I don't know what the cause is, but the bot is no longer responding to commands in the Rust Discord server. It does, however, respond over DM, so it's not that the bot is dead.

I can't reproduce this behavior in my own test instance of the bot in my test server, so I'm guessing the underlying cause is potentially hidden away somewhere in the real bot's logs.

Seems like Disord killed off support for message commands over the websocket on Sept 1 for unverified bots that are in 100 servers or more. This bot doesnt fall into that category so im not sure whats going on. Currently investigating and migrating us to slash commands.

Figured it out, we dont need to migrate to slash commands to resolve this issue, but migrating to slash commands in general is a good idea and im going to continue the effort. In the mean time ill be cutting a PR for the short term fix.