remove unneeded deps

This commit is contained in:
MapleLeaf
2021-12-25 13:17:57 -06:00
parent d14086a60c
commit e4a46cfb51
3 changed files with 1 additions and 601 deletions

View File

@@ -1,4 +1,4 @@
import "dotenv/config.js"
import "dotenv/config"
import { getEnvironmentValue } from "./helpers/get-environment-value.js"
const testBotToken = getEnvironmentValue("TEST_BOT_TOKEN")