Use our own settings file instead of using godotenv

This commit is contained in:
2024-01-21 15:32:26 +01:00
parent 8903709b60
commit f3d11de24e
7 changed files with 81 additions and 26 deletions

5
go.mod
View File

@ -2,10 +2,7 @@ module github.com/TheLovinator1/ANewDawn
go 1.21.6
require (
github.com/bwmarrin/discordgo v0.27.1
github.com/joho/godotenv v1.5.1
)
require github.com/bwmarrin/discordgo v0.27.1
require (
github.com/gorilla/websocket v1.4.2 // indirect