From ed9a93715577159cf908408db0ea2d57127e26d3 Mon Sep 17 00:00:00 2001 From: Bsian Date: Tue, 19 May 2020 17:49:10 -0400 Subject: [PATCH] Apply suggestion to src/commands/djs.ts --- src/commands/djs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/djs.ts b/src/commands/djs.ts index c94a0c1..250fa95 100644 --- a/src/commands/djs.ts +++ b/src/commands/djs.ts @@ -17,7 +17,7 @@ export default class DJS extends Command { try { if (!args[0]) return this.client.commands.get('help').run(message, [this.name]); - let res: AxiosResponse; + let res: AxiosResponse; try { res = await axios.get(`https://djsdocs.sorta.moe/v2/embed?src=master&q=${args[0]}`); } catch (err) {