aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnknown <Alee14498@gmail.com>2017-11-05 19:48:29 -0500
committerUnknown <Alee14498@gmail.com>2017-11-05 19:48:29 -0500
commit258b5ec6ca05507c2ad5eb0fe2914c5bf079419d (patch)
treec6f3af4de3036c4f60ba05e8dcb30c7519d4f7ca
parentf103b2a1b88103baa1082c6774bc925af7bc57b1 (diff)
downloadAstralMod-ATC-258b5ec6ca05507c2ad5eb0fe2914c5bf079419d.tar.gz
AstralMod-ATC-258b5ec6ca05507c2ad5eb0fe2914c5bf079419d.tar.bz2
AstralMod-ATC-258b5ec6ca05507c2ad5eb0fe2914c5bf079419d.zip
vtBoshyTime won't really work
-rw-r--r--bot.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/bot.js b/bot.js
index a995c6c..d970449 100644
--- a/bot.js
+++ b/bot.js
@@ -572,22 +572,22 @@ function postBulletin() {
switch (Math.floor(Math.random() * 1000) % 6) {
case 0:
- channel.send(":warning: PING! Don't forget, the **no expletive** rule is now in effect. Thanks!");
+ channel.send("<:vtBoshyTime:376894053243158528> PING! Don't forget, the **no expletive** rule is now in effect. Thanks!");
break;
case 1:
- channel.send(":warning: PING! If you missed out, don't forget to check out the AstrelTaser channel for a review of the chat!");
+ channel.send("<:vtBoshyTime:376894053243158528> PING! If you missed out, don't forget to check out the AstrelTaser channel for a review of the chat!");
break;
case 2:
- channel.send(":warning: PING! Thanks for coming to the chat everyone!");
+ channel.send("<:vtBoshyTime:376894053243158528> PING! Thanks for coming to the chat everyone!");
break;
case 3:
- channel.send(":warning: PING! Welcome to AstrelTaser Cantral!");
+ channel.send("<:vtBoshyTime:376894053243158528> PING! Welcome to AstrelTaser Cantral!");
break;
case 4:
- channel.send(":warning: PING! For anyone who asks: we're not doing rotations!");
+ channel.send("<:vtBoshyTime:376894053243158528> PING! For anyone who asks: we're not doing rotations!");
break;
case 5:
- channel.send(":warning: PING! Hip Hip Hooray for the mods!");
+ channel.send("<:vtBoshyTime:376894053243158528> PING! Hip Hip Hooray for the mods!");
break;
}
}