remove unused import

This commit is contained in:
The Foxon 2022-12-31 15:44:51 +12:00
parent c146636317
commit 893c3695ce

View File

@ -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()