flaree / flare-cogs

Various cogs written for Red-DiscordBot
MIT License
76 stars 69 forks source link

[Tips] Fix and simplify monkeypatch #127

Closed Zephyrkul closed 3 years ago

Zephyrkul commented 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.

flaree commented 3 years ago

Thanks for the fix Zeph 😁