Hello,
I have Rustcord, Discord Commands and discord chat mods running already. I am having trouble getting this /pm command in my Discord. I have it all filled out with the api key, discord id and I have True for "Allow Discord Commands In Direct Messages": true,". When I type /pm <name> <message> in the Rustcord text channel in my Discord the pm message doesn't execute. Does anyone else have this issue? Can anyone help please?
I can't get to workSolved
Do you have a Discord Extension supported linking plugin? DiscordCore, DiscordAuth, DiscordConnect and are linked with one of those plugins?
Hello kind person,
I use DiscordCore.
Merged post
SRTBull FTW <3
4weed2weed0Hello kind person,
I use DiscordCore.
Merged post
SRTBull FTW <3
Can you share your config? Be sure to remove the bot token.
{
"Discord Bot Token": "SUPER TOP SECRET PASSWORDS",
"Allow Discord Commands In Direct Messages": true,
"Allow Discord Commands In Guild": false,
"Allow Guild Commands Only In The Following Guild Channel Or Category (Channel ID Or Category ID)": [],
"Enable Effect Notification": true,
"Notification Effect": "assets/prefabs/locks/keypad/effects/lock.code.lock.prefab",
"Discord Extension Log Level (Verbose, Debug, Info, Warning, Error, Exception, Off)": "Info"
}
Based on your config you only have to set up to work in DM's to the bot. If you want it to work within your discord server you would need to enable "Allow Discord Commands in Guild" and set the Guild Command Channel Id to have it work in the channel you mentioned above.
Hello,
Here is my config now. I am getting this message when I try to pm.
{
"Discord Bot Token": "TOP SECRET",
"Allow Discord Commands In Direct Messages": true,
"Allow Discord Commands In Guild": true,
"Allow Guild Commands Only In The Following Guild Channel Or Category (Channel ID Or Category ID)": [
"895692234937229312"
],
"Enable Effect Notification": true,
"Notification Effect": "assets/prefabs/locks/keypad/effects/lock.code.lock.prefab",
"Discord Extension Log Level (Verbose, Debug, Info, Warning, Error, Exception, Off)": "Info"
}
You aren't linked with a link plugin that is supported by Discord Link. Need to have DiscordCore, DiscordAuth, or DiscordConnect installed and linked through one of those plugins. There may be more out there but those are the ones on uMod that are supported.
Here is my DiscordCore config:
{
"Discord Bot Token": "API here",
"Discord Server ID (Optional if bot only in 1 guild)": "",
"Discord Server Name Override": "",
"Discord Server Join Code": "",
"Enable Discord Server Welcome DM Message": true,
"Link Settings": {
"Link Code Generator Characters": "numbers here",
"Link Code Length": 6,
"Allow Commands To Be Used In Guild Channels": false,
"Allow Guild Commands Only In The Following Guild Channel Or Category (Channel ID Or Category ID)": [],
"Link / Unlink Announcement Channel Id": "",
"Guild Link Message Settings": {
"Enable Guild Link Message": false,
"Message Channel ID": "numbers here"
}
},
"Discord Extension Log Level (Verbose, Debug, Info, Warning, Error, Exception, Off)": "Info"
}
Have you linked with DiscordCore? If you check the DiscordCore.json in oxide/data you should see your steamId / Discord Id in that file somewhere.
There isnt an Oxide->Data file for this mod https://gyazo.com/3f42fe8b7c0e471e3950d6c009341fb3
It wouldn't be in a folder it would be in the Data directory itself.
MJSUIt wouldn't be in a folder it would be in the Data directory itself.
I don't understand what you mean by "data directory". I know the data file. Where would this be locted in my admin panel? It isn't linked for sure https://gyazo.com/27f807059b900126f5fd2be0cadea4af
Merged post
I have decided to not use this mod. Thank you