diff options
| author | Alee <alee14498@gmail.com> | 2018-04-01 10:13:24 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-04-01 10:13:24 -0400 |
| commit | e2aa39c7ebe4a545c6ca0ca15799a24ce9c9e788 (patch) | |
| tree | 32591cf66f6e7021d71ee8e4762bfa653bac1ed2 | |
| parent | 8147f7eea1c6a4354f86c93bcc5c65a8621bddb5 (diff) | |
| download | AleeBot-e2aa39c7ebe4a545c6ca0ca15799a24ce9c9e788.tar.gz AleeBot-e2aa39c7ebe4a545c6ca0ca15799a24ce9c9e788.tar.bz2 AleeBot-e2aa39c7ebe4a545c6ca0ca15799a24ce9c9e788.zip | |
Console license
| -rw-r--r-- | bot_discord.js | 7 |
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();
|
