diff options
| author | Alee14 <Alee14498@gmail.com> | 2017-05-31 16:27:22 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-31 16:27:22 -0400 |
| commit | f82320da6ebf7f4a5b07ea3920558533e3d46e94 (patch) | |
| tree | 5e486a5b38c37c548ff5f143bfb1d51a193dfe6b | |
| parent | ce87a5ac76b5372866992a200be5449f6f42289b (diff) | |
| download | AleeBot-f82320da6ebf7f4a5b07ea3920558533e3d46e94.tar.gz AleeBot-f82320da6ebf7f4a5b07ea3920558533e3d46e94.tar.bz2 AleeBot-f82320da6ebf7f4a5b07ea3920558533e3d46e94.zip | |
Create aleemod.js
| -rw-r--r-- | aleemod.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(); |
