KeyNotFoundException at OnBetterChatFixed

BetterChat has updated their API and this has broken part of Notify To Discord. 

Failed to call hook 'OnBetterChat' on plugin 'NotifyToDiscord v0.0.10' (KeyNotFoundException: The given key was not present in the dictionary.)
  at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at Oxide.Plugins.NotifyToDiscord.OnBetterChat (System.Collections.Generic.Dictionary`2[TKey,TValue] dict) [0x00028] in <1df8b8351b144637924c703edccda763>:0
  at Oxide.Plugins.NotifyToDiscord.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x003a0] in <1df8b8351b144637924c703edccda763>: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
since the API update notify to discord runs with errors.... i've posted in the support section for that plugin but it seems buzz is afk and has been for a while..... any pointers on how i can edit the plugin to rectify the issue?
In response to MikeHawke ():
since the API update notify to discord runs with errors.... i've posted in the support section for t...
Change the .Text too .Message in the OnBetterChat hook area.
Thanks Wulf you star! i'll give it a go now

Merged post

var txt = (dict["Message"]); 

Worked a Charm!

Getting errror

Failed to call hoook"OnBetterChat" on plugin 'NotifyToDisocrd v0.0.10' (KeyNotFoundException: The given key was not present in the dictionary.) 
Merged post

cheers Wulf, that worked. Thanks mate
where do i change the .text to .Message?
Spine77
where do i change the .text to .Message?

Find ".Text", replace with ".Message"

there are 4 .texts, do i replace all of them?

Merged post

Never mind i got it, thx!
This is fixed in the next version.
Locked automatically