aboutsummaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
authorGravatar hundredrab <[email protected]>2018-10-11 01:54:19 +0530
committerGravatar hundredrab <[email protected]>2018-10-11 01:54:19 +0530
commitaf52b46c79aab27500c273cc4262ffe57ae87fe8 (patch)
tree27a091126f2f1924ba093121f86686f7b6ac41fe /bot
parentFix #27: Add spooky reactions. (diff)
Add skull-and-crossbones to spookyreacts.
Diffstat (limited to 'bot')
-rw-r--r--bot/cogs/spookyreact.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/bot/cogs/spookyreact.py b/bot/cogs/spookyreact.py
index 1afdb196..f5534626 100644
--- a/bot/cogs/spookyreact.py
+++ b/bot/cogs/spookyreact.py
@@ -6,7 +6,8 @@ SPOOKY_TRIGGERS = {
'doot': "\U0001F480",
'pumpkin': "\U0001F383",
'halloween': "\U0001F383",
- 'jack-o-lantern': "\U0001F383"
+ 'jack-o-lantern': "\U0001F383",
+ 'danger': "\U00002620"
}