diff options
| author | Unknown <Alee14498@gmail.com> | 2017-11-05 19:48:29 -0500 |
|---|---|---|
| committer | Unknown <Alee14498@gmail.com> | 2017-11-05 19:48:29 -0500 |
| commit | 258b5ec6ca05507c2ad5eb0fe2914c5bf079419d (patch) | |
| tree | c6f3af4de3036c4f60ba05e8dcb30c7519d4f7ca | |
| parent | f103b2a1b88103baa1082c6774bc925af7bc57b1 (diff) | |
| download | AstralMod-ATC-258b5ec6ca05507c2ad5eb0fe2914c5bf079419d.tar.gz AstralMod-ATC-258b5ec6ca05507c2ad5eb0fe2914c5bf079419d.tar.bz2 AstralMod-ATC-258b5ec6ca05507c2ad5eb0fe2914c5bf079419d.zip | |
vtBoshyTime won't really work
| -rw-r--r-- | bot.js | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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; } } |
