Skip to content

Commit

Permalink
killed orphans
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobjurek committed Jan 13, 2025
1 parent ec71a16 commit 4b6706d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions commands/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,8 @@ func LogUserReaction(s *discordgo.Session, m *discordgo.MessageReactionAdd) {
func ChannelMessageFilter(s *discordgo.Session, m *discordgo.MessageCreate) {
var verificationChannel = "1215484329736671282"
var rolesChannel = "1215525696286232626"
//var welcomeChannel = "756753996408029254"

channels := []string{verificationChannel, rolesChannel} //welcome channel
channels := []string{verificationChannel, rolesChannel}

for _, channel := range channels {
if m.ChannelID == channel {
Expand Down

0 comments on commit 4b6706d

Please sign in to comment.