AGuyNamedJens / FactorioChatBot

Two-Directional chat bot connecting Discord and Factorio chats together, written in nodejs.
MIT License
13 stars 9 forks source link

[BUG] Messages sent in Discord doesn't appear ingame #16

Closed christian1211 closed 1 year ago

christian1211 commented 1 year ago

Describe the bug Messages sent in the Discord channel does't appear ingame. Messages sent ingame do appear in the Discord channel. Also the startup messages appears in Discord channel and also ingame.

To Reproduce Installed everything as described. I cannot find any error message.

Expected behavior Messages sent in the Discord channel should appear ingame.

AGuyNamedJens commented 1 year ago

Did you enable the so-called Message intent on the bot at discord's developer portal? They've added that last year

christian1211 commented 1 year ago

That was the problem, thank you very much!