diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-01-02 14:14:41 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-01-02 14:14:41 -0500 |
| commit | dcd4a1ae040862d3bad7d226eee44cd479de2c99 (patch) | |
| tree | b8f34dbce63e2ddd5f7d845cd05042df6faf747d /bot_discord.js | |
| parent | cc7c5d83ff8b1e5040c92a00e54e161fd9080db3 (diff) | |
| download | AleeBot-dcd4a1ae040862d3bad7d226eee44cd479de2c99.tar.gz AleeBot-dcd4a1ae040862d3bad7d226eee44cd479de2c99.tar.bz2 AleeBot-dcd4a1ae040862d3bad7d226eee44cd479de2c99.zip | |
more copyright update
Diffstat (limited to 'bot_discord.js')
| -rw-r--r-- | bot_discord.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot_discord.js b/bot_discord.js index 522b13a..5de4685 100644 --- a/bot_discord.js +++ b/bot_discord.js @@ -44,7 +44,7 @@ const rl = readline.createInterface({ prompt: '> '.gray
});
-console.log(`AleeBot ${settings.abVersion}: Copyright (C) 2018 AleeCorp`.gray);
+console.log(`AleeBot ${settings.abVersion}: Copyright (C) 2017-2020 Alee Productions`.gray);
console.log('This program comes with ABSOLUTELY NO WARRANTY; for details type `show w\'.'.gray);
console.log ('This is free software, and you are welcome to redistribute it'.gray);
console.log ('under certain conditions; type `show c\' for details.\n'.gray)
|
