aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-01-02 14:14:41 -0500
committerAndrew Lee <alee14498@protonmail.com>2020-01-02 14:14:41 -0500
commitdcd4a1ae040862d3bad7d226eee44cd479de2c99 (patch)
treeb8f34dbce63e2ddd5f7d845cd05042df6faf747d
parentcc7c5d83ff8b1e5040c92a00e54e161fd9080db3 (diff)
downloadAleeBot-dcd4a1ae040862d3bad7d226eee44cd479de2c99.tar.gz
AleeBot-dcd4a1ae040862d3bad7d226eee44cd479de2c99.tar.bz2
AleeBot-dcd4a1ae040862d3bad7d226eee44cd479de2c99.zip
more copyright update
-rw-r--r--bot_discord.js2
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)