Add an angry message to lore
This commit is contained in:
parent
599dff39a8
commit
8f4ff8e119
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ MAX_PINS = 100
|
||||||
MAX_LORE = 30
|
MAX_LORE = 30
|
||||||
LORE_FILE = 'lore.json'
|
LORE_FILE = 'lore.json'
|
||||||
CHANNELS = {}
|
CHANNELS = {}
|
||||||
ANGER_MESSAGES = [':anger:', ':angry:']
|
ANGER_MESSAGES = [':anger:', ':angry:', 'glaring @ u']
|
||||||
|
|
||||||
LORE_RE = re.compile(r'!lore\s+(?P<count>\d+)')
|
LORE_RE = re.compile(r'!lore\s+(?P<count>\d+)')
|
||||||
SCRIBE_RE = re.compile(r'!scribe\s+(?P<message>.*)')
|
SCRIBE_RE = re.compile(r'!scribe\s+(?P<message>.*)')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue