Browse Source
[commands] Fix missing `re` import in Context
pull/6736/head
Nadir Chowdhury
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
discord/ext/commands/context.py
|
@ -24,6 +24,7 @@ DEALINGS IN THE SOFTWARE. |
|
|
|
|
|
|
|
|
import discord.abc |
|
|
import discord.abc |
|
|
import discord.utils |
|
|
import discord.utils |
|
|
|
|
|
import re |
|
|
|
|
|
|
|
|
__all__ = ( |
|
|
__all__ = ( |
|
|
'Context', |
|
|
'Context', |
|
|