From 6621937b629a10971a0e82b8a13c2690f826b717 Mon Sep 17 00:00:00 2001 From: Snazzah Date: Thu, 24 Jun 2021 05:31:54 +0000 Subject: [PATCH] chore(lint): Auto-fix linting errors --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index e6fcbc0..82c2d8b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -6,4 +6,4 @@ if (path.parse(process.cwd()).name === 'dist') import { connect } from './bot'; -connect(); \ No newline at end of file +connect();