misc/add compliment bridge command

This commit is contained in:
2025-02-14 07:10:09 -05:00
parent 43ecfc6633
commit 2c2d191a08
5 changed files with 66 additions and 5 deletions

View File

@@ -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))')