summaryrefslogtreecommitdiff
path: root/bot_discord.js
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-04-01 10:13:24 -0400
committerAlee <alee14498@gmail.com>2018-04-01 10:13:24 -0400
commite2aa39c7ebe4a545c6ca0ca15799a24ce9c9e788 (patch)
tree32591cf66f6e7021d71ee8e4762bfa653bac1ed2 /bot_discord.js
parent8147f7eea1c6a4354f86c93bcc5c65a8621bddb5 (diff)
downloadAleeBot-e2aa39c7ebe4a545c6ca0ca15799a24ce9c9e788.tar.gz
AleeBot-e2aa39c7ebe4a545c6ca0ca15799a24ce9c9e788.tar.bz2
AleeBot-e2aa39c7ebe4a545c6ca0ca15799a24ce9c9e788.zip
Console license
Diffstat (limited to 'bot_discord.js')
-rw-r--r--bot_discord.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/bot_discord.js b/bot_discord.js
index 48c8d1a..1f7c36c 100644
--- a/bot_discord.js
+++ b/bot_discord.js
@@ -24,7 +24,12 @@ const abVersion = '2.6.0';
const prefix = 'ab:';
const fs = require('fs');
const config = require('./absettings.json');
-console.log('Welcome to AleeBot NodeJS Terminal!');
+console.log('Welcome to AleeBot NodeJS Terminal!\n');
+
+console.log ('AleeBot: Copyright (C) 2018 AleeCorp');
+console.log ('This program comes with ABSOLUTELY NO WARRANTY; for details type `show w\'.');
+console.log ('This is free software, and you are welcome to redistribute it');
+console.log ('under certain conditions; type `show c\' for details.\n')
client.commands = new Discord.Collection();
client.aliases = new Discord.Collection();