From e2aa39c7ebe4a545c6ca0ca15799a24ce9c9e788 Mon Sep 17 00:00:00 2001 From: Alee Date: Sun, 1 Apr 2018 10:13:24 -0400 Subject: Console license --- bot_discord.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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(); -- cgit v1.2.3