Bug: Tracking add didn't work
Closed this issue · 1 comments
Erisa commented
Erisa commented
Restart fixed it, related to bad state in log channel helper
[2024-07-24 14:13:36 +00:00] [Error] Error during invocation of interaction command "tracking" by "erisachu"
System.Collections.Generic.KeyNotFoundException: The given key 'investigations' was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at Cliptok.Commands.InteractionCommands.TrackingInteractions.PermadehoistSlashCommands.TrackingAddSlashCmd(InteractionContext ctx, DiscordUser discordUser) in /app/Commands/InteractionCommands/TrackingInteractions.cs:line 32
at DSharpPlus.SlashCommands.SlashCommandsExtension.RunCommandAsync(BaseContext context, MethodInfo method, IEnumerable`1 args)
at DSharpPlus.SlashCommands.SlashCommandsExtension.<>c__DisplayClass49_0.<<InteractionHandler>b__0>d.MoveNext()