Browse Source

[commands] Fix missing `re` import in Context

pull/6736/head
Nadir Chowdhury 4 years ago
committed by GitHub
parent
commit
5ea5f32479
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      discord/ext/commands/context.py

1
discord/ext/commands/context.py

@ -24,6 +24,7 @@ DEALINGS IN THE SOFTWARE.
import discord.abc
import discord.utils
import re
__all__ = (
'Context',

Loading…
Cancel
Save