diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-05-31 16:26:45 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-31 16:26:45 -0400 |
| commit | ce87a5ac76b5372866992a200be5449f6f42289b (patch) | |
| tree | 4034dc2073ce9c4facc4d448cde2c782af61f36b | |
| parent | cf991388797f6cad0525d7f11bdf7ad99b2fa77b (diff) | |
| download | AleeBot-ce87a5ac76b5372866992a200be5449f6f42289b.tar.gz AleeBot-ce87a5ac76b5372866992a200be5449f6f42289b.tar.bz2 AleeBot-ce87a5ac76b5372866992a200be5449f6f42289b.zip | |
Update aleebot.js
| -rw-r--r-- | aleebot.js | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +/**************************************** + * + * AleeBot and AleeMod for AleeArmy Community + * Copyright (C) 2017 Alee14 + * + * This script is made by Alee14 and other people. + * Some stuff was made by Victor Tran (vicr123) and swawesome95 (no longer a dev). + * Please say thanks to swawesome95 to laying the basics of this bot and thanks for vicr123 for + * letting me use some of his source code. + * + * *************************************/ const Discord = require('discord.js'); const client = new Discord.Client(); |
