We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 589c6e3 commit 1f5d19fCopy full SHA for 1f5d19f
plugins/labhub.py
@@ -96,7 +96,7 @@ def TEAMS(self, new):
96
self._teams = new
97
98
# Ignore LineLengthBear, PycodestyleBear
99
- @re_botcmd(pattern=r'^(?:(?:invite)|(?:inv))\s+(?:(?:@?([\w-]+)(?:\s*(?:to)\s+(\w+))?)|(me))$',
+ @re_botcmd(pattern=r'^(?:(?:welcome)|(?:inv)|(?:invite))\s+(?:(?:@?([\w-]+)(?:\s*(?:to)\s+(\w+))?)|(me))$',
100
re_cmd_name_help='invite [to team]')
101
def invite_cmd(self, msg, match):
102
"""
0 commit comments