From 86f688ddbe8ec52e1890b2796edf8e5583987612 Mon Sep 17 00:00:00 2001 From: Blake Date: Mon, 9 Jul 2018 15:55:51 +1000 Subject: [PATCH] Update bot.js --- bot.js | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/bot.js b/bot.js index 2119f41..b8f3b5f 100644 --- a/bot.js +++ b/bot.js @@ -1,3 +1,29 @@ +/* + +MIT License + +Copyright (c) 2018 zBlakee + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +*/ + const Discord = require("discord.js"); const { Collection } = require("discord.js"); const Database = require("./structures/PostgreSQL"); @@ -151,4 +177,4 @@ setInterval(function() { name: random[Math.floor(Math.random()*3)] } }) -}, 30000) \ No newline at end of file +}, 30000)