-
Notifications
You must be signed in to change notification settings - Fork 130
Expand file tree
/
Copy pathIce Breaker.js
More file actions
18 lines (17 loc) · 914 Bytes
/
Ice Breaker.js
File metadata and controls
18 lines (17 loc) · 914 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
activation_example:!ice breaker, !icebreaker
regex:!(ice breaker|icebreaker)
flag:gmi
*/
//This should add the cold_face emoji and spell out ice breaker with the laser letters
new x_snc_slackerbot.Slacker().send_reaction(current, 'cold_face');
new x_snc_slackerbot.Slacker().send_reaction(current, 'laser-i');
new x_snc_slackerbot.Slacker().send_reaction(current, 'laser-c');
new x_snc_slackerbot.Slacker().send_reaction(current, 'laser-e');
new x_snc_slackerbot.Slacker().send_reaction(current, 'laser-b');
new x_snc_slackerbot.Slacker().send_reaction(current, 'laser-r');
new x_snc_slackerbot.Slacker().send_reaction(current, 'laser-e-1');
new x_snc_slackerbot.Slacker().send_reaction(current, 'laser-a');
new x_snc_slackerbot.Slacker().send_reaction(current, 'laser-k');
new x_snc_slackerbot.Slacker().send_reaction(current, 'laser-e-2');
new x_snc_slackerbot.Slacker().send_reaction(current, 'laser-r-1');