Yeah, I even tried the updated version that was on the old discord and it throws an error when loading:
Cannot load [AdvancedItemFilter] because an exception occurred [D:\EB\3rdParty\_CONFIGS_\Default\AdvancedItemFilter\Content-451673343\AdvancedItemFilter.cs(121,40) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
D:\EB\3rdParty\_CONFIGS_\Default\AdvancedItemFilter\Content-451673343\Tasks\IdentifyItems.cs(54,40) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
D:\EB\3rdParty\_CONFIGS_\Default\AdvancedItemFilter\Content-451673343\Tasks\OverlordTask.cs(73,40) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
D:\EB\3rdParty\_CONFIGS_\Default\AdvancedItemFilter\Content-451673343\Tasks\StashToSpecificTab.cs(121,40) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
D:\EB\3rdParty\_CONFIGS_\Default\AdvancedItemFilter\Content-451673343\Helpers\MiscHelpers.cs(47,38) : error CS0117: 'BotManager' does not contain a definition for 'CurrentBot'
].
System.Exception: D:\EB\3rdParty\_CONFIGS_\Default\AdvancedItemFilter\Content-451673343\AdvancedItemFilter.cs(121,40) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
D:\EB\3rdParty\_CONFIGS_\Default\AdvancedItemFilter\Content-451673343\Tasks\IdentifyItems.cs(54,40) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
D:\EB\3rdParty\_CONFIGS_\Default\AdvancedItemFilter\Content-451673343\Tasks\OverlordTask.cs(73,40) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
D:\EB\3rdParty\_CONFIGS_\Default\AdvancedItemFilter\Content-451673343\Tasks\StashToSpecificTab.cs(121,40) : warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
D:\EB\3rdParty\_CONFIGS_\Default\AdvancedItemFilter\Content-451673343\Helpers\MiscHelpers.cs(47,38) : error CS0117: 'BotManager' does not contain a definition for 'CurrentBot'
at Loki.Bot.ThirdPartyLoader.(Dictionary`2 , String )