diff options
| author | Alee <alee14498@gmail.com> | 2018-05-27 18:14:42 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-05-27 18:14:42 -0400 |
| commit | 39e713d2da5091aa1e0867a5911462d91c16c4cf (patch) | |
| tree | d3aa28f1c48267a3d17ad92ecae8d03a8d2f76d8 /test.js | |
| parent | 7d1cb659df49b9b447a161f67b1c059fb2dcd6b0 (diff) | |
| download | AleeBot-39e713d2da5091aa1e0867a5911462d91c16c4cf.tar.gz AleeBot-39e713d2da5091aa1e0867a5911462d91c16c4cf.tar.bz2 AleeBot-39e713d2da5091aa1e0867a5911462d91c16c4cf.zip | |
Removed economy features
Diffstat (limited to 'test.js')
| -rw-r--r-- | test.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,6 @@ *
* *************************************/
const Discord = require('discord.js');
-const economy = require('discord-eco');
const moment = require('moment');
const readline = require('readline');
const DBL = require("dblapi.js");
@@ -111,6 +110,7 @@ client.on('ready', () => { client.on('guildCreate', guild => {
log(`[i] New guild joined: ${guild.name} (id: ${guild.id}). This guild has ${guild.memberCount} members!`);
+ message.author.send(':wave: Hello! Thanks for inviting AleeBot!\nFor help type `ab:help`, and if you want to set the prefix `ab:setprefix [prefix]`')
});
|
