Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
Whipstickgostop committed Dec 14, 2023
1 parent 22aa479 commit ac02eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamerbot/2.guide/11.csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ All C# actions have access to a Dictionary, `args`, containing the current argum
::callout{icon=i-mdi-lightbulb color=amber}
In the event that the `args` Dictionary does not contain your key, a `KeyNotFound` exception will be thrown.
- It is best practice to first check for a given key using `ContainsKey` or utlize `TryGetValue`, exampled below.
- `CPH.TryGetArg<T>`{lang=cs} is available in v0.2.2+
- `CPH.TryGetArg<T>`{lang=cs} is available in v0.2.3+
::

::code-group
Expand Down

0 comments on commit ac02eea

Please sign in to comment.