Closed Zephyrkul closed 3 years ago
From https://discord.com/channels/240154543684321280/249915052130435074/856935319819124766
This prevents the Context.send monkeypatch from raising KeyErrors by using str.format_map, and also simplifies its logic.
Context.send
str.format_map
Thanks for the fix Zeph 😁
From https://discord.com/channels/240154543684321280/249915052130435074/856935319819124766
This prevents the
Context.send
monkeypatch from raising KeyErrors by usingstr.format_map
, and also simplifies its logic.