diff options
| author | Alee <alee14498@gmail.com> | 2018-11-11 21:29:28 -0500 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-11-11 21:29:28 -0500 |
| commit | c8b8ba0bc5774bda115c368e8ce30a74b72b7231 (patch) | |
| tree | 3cc5685adfe1694f5c8f791bd6631431f2c0c845 /bot_discord.js | |
| parent | 33b5905e04184778afcb2e39509bc1a1f57b4558 (diff) | |
| download | AleeBot-c8b8ba0bc5774bda115c368e8ce30a74b72b7231.tar.gz AleeBot-c8b8ba0bc5774bda115c368e8ce30a74b72b7231.tar.bz2 AleeBot-c8b8ba0bc5774bda115c368e8ce30a74b72b7231.zip | |
removed db webview
Diffstat (limited to 'bot_discord.js')
| -rw-r--r-- | bot_discord.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bot_discord.js b/bot_discord.js index cdff499..405cd4c 100644 --- a/bot_discord.js +++ b/bot_discord.js @@ -200,7 +200,6 @@ client.on('ready', () => { setInterval(() => {
dbl.postStats(client.guilds.size, client.shards.Id, client.shards.total);
}, 1800000);
- db.createWebview('password', 4000);
client.user.setPresence({
status: 'online',
afk: false,
|
