misc/add compliment bridge command
This commit is contained in:
@@ -148,7 +148,7 @@ class Karma(commands.Cog):
|
||||
"""Karma Cog for Havoc"""
|
||||
def __init__(self, bot):
|
||||
importlib.reload(constants)
|
||||
self.bot = bot
|
||||
self.bot: discord.Bot = bot
|
||||
self.util = Util(self.bot)
|
||||
# self.karma_regex = regex.compile(r'(\w+)(\+\+|\-\-)')
|
||||
self.karma_regex: Pattern = regex.compile(r'(\b\w+(?:\s+\w+)*)(\+\+($|\s)|\-\-($|\s))')
|
||||
|
||||
Reference in New Issue
Block a user