From 0d35c0116c38d1f8642e4c8d8f36509f7500bb05 Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Mon, 27 Apr 2020 08:00:29 -0700 Subject: A New World, v8.0.0 - change some formatting - add throttling to all commands - change timout in welcome and clear - add another edge case to welcome and darling - use new mongo.connect params for stability - move some commands around - remove some tsingnores for idk in total, epic update 8) --- dist/commands/server/server.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dist/commands/server/server.js') diff --git a/dist/commands/server/server.js b/dist/commands/server/server.js index bed088b..737131e 100644 --- a/dist/commands/server/server.js +++ b/dist/commands/server/server.js @@ -17,8 +17,8 @@ module.exports = class ServerServer extends discord_js_commando_1.Command { memberName: 'server', description: 'Gives you information about the current server.', throttling: { - usages: 2, - duration: 60 + usages: 5, + duration: 30 }, guildOnly: true, examples: [ -- cgit v1.2.3