FormatException at Discord_MessageCreateFixed
I think I have everything installed right. The Bot is online
. Although, the some of the commands clash with other bots I have. The /help command works, But anything else throws the error below:

(21:46:25) | [Oxide] 9:46 PM [Error] Failed to call hook 'Discord_MessageCreate' on plugin 'DiscordCore v0.12.1' (FormatException: Index (zero based) must be greater than or equal to zero and less than the size of the argument list.) at System.Text.StringBuilder.AppendFormatHelper (System.IFormatProvider provider, System.String format, System.ParamsArray args) [0x000ff] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 at System.String.FormatHelper (System.IFormatProvider provider, System.String format, System.ParamsArray args) [0x00023] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 at System.String.Format (System.String format, System.Object[] args) [0x00020] in <1f0c1ef1ad524c38bbc5536809c46b48>:0 at Oxide.Plugins.DiscordCore.Lang (System.String key, Oxide.Core.Libraries.Covalence.IPlayer player, System.Object[] args) [0x0001c] in <2192a33822434a9db75c75baab68ee72>:0 at Oxide.Plugins.DiscordCore.HandleDiscordJoin (Oxide.Ext.Discord.DiscordObjects.Message message) [0x000b2] in <2192a33822434a9db75c75baab68ee72>:0 at Oxide.Plugins.DiscordCore.Discord_MessageCreate (Oxide.Ext.Discord.DiscordObjects.Message message) [0x0036a] in <2192a33822434a9db75c75baab68ee72>:0 at Oxide.Plugins.DiscordCore.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x005dd] in <2192a33822434a9db75c75baab68ee72>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <9affce1cd15c4ec183941adef8db1722>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <4452f821def6406d834e4149849fe7ea>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <4452f821def6406d834e4149849fe7ea>:0
Hi @krazy,

Thank you for your report. If you got this error then your bot is setup correctly. This was an issue with moving to the lang api. This is fixed in the latest version 0.12.2.

Thanks,
MJSU
In response to MJSU ():
Hi @krazy,

Thank you for your report. If you got this error then your bot is setup correc...
Thanks you for getting this fixed. I'll try again.
Locked automatically