diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-07-27 21:29:16 -0400 |
|---|---|---|
| committer | Alee14 <Alee14498@gmail.com> | 2017-07-27 21:29:16 -0400 |
| commit | 3bc9cd39cd5181a9d0ce326106327153f6a23274 (patch) | |
| tree | 5a68d2a9d9554eb6a423095bea049aab0b0fa46a | |
| parent | 367d4604695753ecea6ebdc4d7f2b5e6cd675d62 (diff) | |
| download | AleeBot-3bc9cd39cd5181a9d0ce326106327153f6a23274.tar.gz AleeBot-3bc9cd39cd5181a9d0ce326106327153f6a23274.tar.bz2 AleeBot-3bc9cd39cd5181a9d0ce326106327153f6a23274.zip | |
Editing the credits
| -rw-r--r-- | aleebot.js | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -5,8 +5,7 @@ * * This script is made by Alee14 and other people. * Some stuff was made by Victor Tran (vicr123), swawesome95 (no longer a dev), Rain and AKidFromTheUK. - * Please say thanks to swawesome95 to laying the basics of this bot, thanks to vicr123 for - * letting me use some of his source code, and Rain for improving some of the code. + * Please say thanks to swawesome95 to laying the basics of this bot, and Rain for improving some of the code. * * *************************************/ const Discord = require('discord.js'); @@ -32,7 +31,7 @@ client.on('ready', () => { switch (Math.floor(Math.random() * 1000) % 27) { case 0: presence.game.name = "with ban buttons"; - break; //SCRUATCHO + break; case 1: presence.game.name = "AleeOS or ShiftOS"; break; |
