From c8b8ba0bc5774bda115c368e8ce30a74b72b7231 Mon Sep 17 00:00:00 2001 From: Alee Date: Sun, 11 Nov 2018 21:29:28 -0500 Subject: removed db webview --- bot_discord.js | 1 - 1 file changed, 1 deletion(-) (limited to 'bot_discord.js') 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, -- cgit v1.2.3