diff options
| author | Unknown <Alee14498@gmail.com> | 2017-10-21 12:10:18 -0400 |
|---|---|---|
| committer | Unknown <Alee14498@gmail.com> | 2017-10-21 12:13:14 -0400 |
| commit | 31f897f9aa82a8132c297a0f40080e05d3f501af (patch) | |
| tree | 215aa3b2c3485dccb82eacc0e7207bc8c0edf940 | |
| parent | 03a862f27a6b606918b489102d5025e7e47cefa6 (diff) | |
| download | AstralMod-ATC-31f897f9aa82a8132c297a0f40080e05d3f501af.tar.gz AstralMod-ATC-31f897f9aa82a8132c297a0f40080e05d3f501af.tar.bz2 AstralMod-ATC-31f897f9aa82a8132c297a0f40080e05d3f501af.zip | |
Revert "Added a new command"
This reverts commit 0a291d72853794aefb3433c73a0d5a7129725bbe.
| -rw-r--r-- | bot.js | 13 |
1 files changed, 4 insertions, 9 deletions
@@ -1027,8 +1027,7 @@ function messageChecker(oldMessage, newMessage) { "about Tells you about AstralMod\n" + "copyright Tells you about AstralMod\n" + "license Tells you about AstralMod\n" + - "warranty Tells you about AstralMod\n" + - "contribute Tells you about AstralMod\n\n" + + "warranty Tells you about AstralMod\n\n" + "ping|pong Asks AstralMod to reply with a message\n\n" + "These commands need to be prefixed with bot:\n" + "```"; @@ -1037,14 +1036,14 @@ function messageChecker(oldMessage, newMessage) { case "about": case "license": message.author.send( - "AstralMod " + amVersion + " - Copyright © Victor Tran, Rylan Arbour and Alee14 2017. Licensed under the GNU General Public License, version 3 (or any later version). For more info, type in bot:copyright in a channel with AstralMod.\n" + - "This was modified by Alee14 and if you want to help me contribute to this do mod:contribute or bot:contribute" + "AstralMod " + amVersion + " - Copyright © Victor Tran and Rylan Arbour 2017. Licensed under the GNU General Public License, version 3 (or any later version). For more info, type in bot:copyright in a channel with AstralMod.\n" + + "https://github.com/vicr123/AstralMod" ); commandProcessed = true; break; case "copyright": message.author.send( - "Copyright (C) 2017 Victor Tran, Rylan Arbour and Alee14\n\n" + + "Copyright (C) 2017 Victor Tran and Rylan Arbour\n\n" + "This program is free software: you can redistribute it and/or modify\n" + "it under the terms of the GNU General Public License as published by\n" + @@ -1149,10 +1148,6 @@ function messageChecker(oldMessage, newMessage) { message.reply("Ha, you found an easter egg! Take that, :egg:"); commandProcessed = true; break; - case "contribute" - message.reply("Ooh! I can see you want to contribute to this bot :D\nHere's the link to my repo: https://github.com/Alee14/AstralMod-1.0\nAnd if you want to see the original AstralMod here's the link: https://github.com/vicr123/AstralMod"); - commandProcessed = true; - break; case "uptime": var timeString; // What we'll eventually put into the message var uptime = parseInt(client.uptime); // Get uptime in ms |
