Lang Key 'Commands.Join.Errors.AlreadySignedUp' threw exceptionError

The following is being thrown every so often. I cant really pin down what is causing it or any common events. It doesnt seem to be doing anything bad, but I thought I would bring it to your attention:

[Discord Core] Lang Key 'Commands.Join.Errors.AlreadySignedUp' threw exception
:System.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 <eae584ce26bc40229c1b1aa476bfa589>:0 
  at System.String.FormatHelper (System.IFormatProvider provider, System.String format, System.ParamsArray args) [0x00023] in <eae584ce26bc40229c1b1aa476bfa589>:0 
  at System.String.Format (System.String format, System.Object[] args) [0x00020] in <eae584ce26bc40229c1b1aa476bfa589>:0 
  at Oxide.Plugins.DiscordCore.Lang (System.String key, Oxide.Core.Libraries.Covalence.IPlayer player, System.Object[] args) [0x0001c] in <d20741cc0a054469b9b989dcd2276206>:0  
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Failed to call hook 'DiscordCoreChatCommand' on plugin 'DiscordCore v2.0.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 <eae584ce26bc40229c1b1aa476bfa589>:0 
  at System.String.FormatHelper (System.IFormatProvider provider, System.String format, System.ParamsArray args) [0x00023] in <eae584ce26bc40229c1b1aa476bfa589>:0 
  at System.String.Format (System.String format, System.Object[] args) [0x00020] in <eae584ce26bc40229c1b1aa476bfa589>:0 
  at Oxide.Plugins.DiscordCore.Lang (System.String key, Oxide.Core.Libraries.Covalence.IPlayer player, System.Object[] args) [0x00041] in <d20741cc0a054469b9b989dcd2276206>:0 
  at Oxide.Plugins.DiscordCore.HandleChatCompleteLink (Oxide.Core.Libraries.Covalence.IPlayer player, System.String[] args) [0x0005b] in <d20741cc0a054469b9b989dcd2276206>:0 
  at Oxide.Plugins.DiscordCore.DiscordCoreChatCommand (Oxide.Core.Libraries.Covalence.IPlayer player, System.String cmd, System.String[] args) [0x0010c] in <d20741cc0a054469b9b989dcd2276206>:0 
  at Oxide.Plugins.DiscordCore.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00520] in <d20741cc0a054469b9b989dcd2276206>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <31122a27a2414cd799150f8677cf39d4>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <0fbce81d88d64454b3e7abb24df7026b>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <0fbce81d88d64454b3e7abb24df7026b>:0  
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Thank you for your report. This should be fixed in version 2.0.2. Please try it out and let me know.