Yeah that's all... bot deletes the messages I type on the discord server, I know that's supposed to happen but after it deletes my message, nothing happens... not even the rust in-game players can see my messages
Discord messages not showing in-game
Can you confirm that you have linked your discord and rust with DiscordCore or use an alternative auth method and have enabled that in the DiscordCore config?
I used DiscordCore and this is what it's inside of it
"Enable Linking Discord To Rust": true,
"Use DiscordAuth": true,
"Use DiscordConnect": true,
"Use External Hooks": true
}
I've done o.reload to DiscordCore and DiscordChat, still nothing... not working this is the config I have on discord chat json
{
"Chat Channel name or id": "735994121788981258",
"Team Channel name or id": "Team",
"Join / Leave Channel name or id": "736282162642550924",
"Add discord tag to chat": true,
"Use bot to display message": true,
"Discord tag text": "Discord",
"Discord tag color": "5f79d6",
"Text Filter": {
"@everyone": "everyone",
"@here": "here"
},
"Ignored Commands": [
"!rust"
],
"Plugin Support": {
"AdminChat Settings": {
"Exclude from chat channel": true,
"Admin chat channel": "admin-chat",
"Admin Chat Prefix": "@",
"Enable AdminChat Plugin Support": false
},
"ChatTranslator Settings": {
"Discord Server Chat Language": "en"
}
}
}Oh and I don't really know what's the Join / Leave channel Id so I just setted it up to a random channel, everything else is good
Those settings for DiscordCore would be invalid. Only one of these should be true:
"Enable Linking Discord To Rust": true, // If you're using DiscordCores linking system
"Use DiscordAuth": true, // If you're using DiscordAuths linking system
If you're using DiscordAuth can you confirm you have linked your account with discord there?
"Enable Linking Discord To Rust": true, // If you're using DiscordCores linking system
"Use DiscordAuth": true, // If you're using DiscordAuths linking system
If you're using DiscordAuth can you confirm you have linked your account with discord there?
Yes I'm using DiscordAuth and linked my acc in there
Can you please try the latest version 1.0.2 and let me know if that solves your issues?