We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e884a6c commit b251798Copy full SHA for b251798
core/changelog.py
@@ -42,7 +42,7 @@ def embed(self):
42
class ChangeLog:
43
44
changelog_url = 'https://raw.githubusercontent.com/kyb3r/modmail/master/CHANGELOG.md'
45
- regex = re.compile(r'# (v\d\.\d\.\d)([\S\s]*?(?=# v))')
+ regex = re.compile(r'# (v\d+\.\d+\.\d+)([\S\s]*?(?=# v))')
46
47
def __init__(self, bot, text):
48
self.bot = bot
0 commit comments