1
0
Fork 0
mirror of synced 2024-06-27 18:50:35 +12:00

Imported re for regex use

This commit is contained in:
phxntxm 2016-08-05 17:00:16 -05:00
parent 3deed243ce
commit 796ae55ffd

View file

@ -1,6 +1,7 @@
from discord.ext import commands
from .utils import config
from .utils import checks
import re
class Tags: