Skip to content

Commit

Permalink
remove unneeded vars
Browse files Browse the repository at this point in the history
  • Loading branch information
ezelkow1 committed Sep 10, 2022
1 parent 1a0a4d4 commit 6ef4c95
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,10 @@ type GameKey struct {

// Configuration for bot
type Configuration struct {
Token string
DbFile string
UserFile string
ListPMOnly bool
OwnerID string
GuildID string
AppID string
Token string
DbFile string
GuildID string
AppID string
}

// Variables used for command line parameters or global
Expand Down

0 comments on commit 6ef4c95

Please sign in to comment.