When using DiscordCommands in version 1.30.0 and using DiscordCore in Version 0.16.0 and then doing /command on the new feature that MJSU added so we can execute commands on a bot channel, well this error appears on console from DiscordCore
[Discord Core] Error in message create:
System.NullReferenceException: Object reference not set to an instance of an object
at Oxide.Plugins.DiscordCore.Discord_MessageCreate (Oxide.Ext.Discord.DiscordObjects.Message message) [0x003d6] in <8d45c09382d34a6e8ba1f77bc067e61a>:0 Idk why does that appear, I have this setted up on my discordcore json
"Discord API Key": "not showing this lol!",
"Bot Guild ID (Can be left blank if bot in only 1 guild)": "",
"Discord Join Code": "neither showing this lol !",
"Enable Commands In Bot Channel": true,
"Bot Channel Name or Id": "Neither this lol !",
"In Game Chat Command": "dc",
"Discord Bot Join Command": "join",
"Discord Bot Plugins Command": "plugins",
"Discord Bot Help Command": "help",
"Discord Bot Leave Command": "leave",
"Discord Bot Commands Command": "command",
"Enable Discord Server Join Notification": true,
"Enable Linking Discord To Rust": true,
"Use DiscordAuth": true,
"Use DiscordConnect": false,
"Use External Hooks": false
}the error appears on my console when I try to do it on the bot chat & bot DMS of DiscordCommands :/