From 74c3930e0a5ed264f330bc32c27116ead1063c5d Mon Sep 17 00:00:00 2001 From: Ven Date: Thu, 6 Oct 2022 00:42:58 +0200 Subject: add eslint config (#53) * eslint * workflow * lint main --- src/api/Commands.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/api/Commands.ts') diff --git a/src/api/Commands.ts b/src/api/Commands.ts index 3a3e88c..10503e9 100644 --- a/src/api/Commands.ts +++ b/src/api/Commands.ts @@ -1,5 +1,5 @@ import { Channel, Guild } from "discord-types/general"; -import { waitFor } from '../webpack'; +import { waitFor } from "../webpack"; export function _init(cmds: Command[]) { try { -- cgit