From 893c3695cea3162e01b57ad722db3ebd3066d2b6 Mon Sep 17 00:00:00 2001 From: The-Foxon Date: Sat, 31 Dec 2022 15:44:51 +1200 Subject: [PATCH] remove unused import --- src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 87c7712..99274ba 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,6 +1,5 @@ import dotenv from 'dotenv'; import { ActivityType, Client, GatewayIntentBits } from 'discord.js' -import { queryGameServerInfo } from 'steam-server-query'; import axios from 'axios'; dotenv.config()