aboutsummaryrefslogtreecommitdiffstats
path: root/bot/monkey_patches.py
diff options
context:
space:
mode:
authorGravatar Izan <[email protected]>2022-02-16 23:52:55 +0000
committerGravatar Izan <[email protected]>2022-02-16 23:52:55 +0000
commita921f487833de7cedb690bfa2468eb98d2392596 (patch)
treeed2a283206b122f31b0ff6e8166a6852bc6e88cd /bot/monkey_patches.py
parentMerge remote-tracking branch 'origin/main' into main (diff)
parentAdd topics for `#programming-pedagogy` channel (diff)
Merge remote-tracking branch 'origin/main' into main
Diffstat (limited to 'bot/monkey_patches.py')
-rw-r--r--bot/monkey_patches.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/monkey_patches.py b/bot/monkey_patches.py
index 19965c19..925d3206 100644
--- a/bot/monkey_patches.py
+++ b/bot/monkey_patches.py
@@ -6,7 +6,7 @@ from discord import Forbidden, http
from discord.ext import commands
log = logging.getLogger(__name__)
-MESSAGE_ID_RE = re.compile(r'(?P<message_id>[0-9]{15,20})$')
+MESSAGE_ID_RE = re.compile(r"(?P<message_id>[0-9]{15,20})$")
class Command(commands.Command):