1
0
mirror of https://github.com/stryan/mumble-discord-bridge.git synced 2024-11-22 13:25:45 -05:00

don't clear channel ID on auto toggle

This commit is contained in:
stryan 2022-03-02 17:06:35 -05:00
parent 7010fd277a
commit 5d413e3806

View File

@ -150,7 +150,6 @@ func (l *DiscordListener) MessageCreate(s *discordgo.Session, m *discordgo.Messa
go l.Bridge.AutoBridge()
} else {
l.Bridge.DiscordSession.ChannelMessageSend(m.ChannelID, "Auto mode disabled")
l.Bridge.DiscordChannelID = ""
l.Bridge.AutoChanDie <- true
l.Bridge.Mode = BridgeModeManual
}