1
0
mirror of https://github.com/mgerb/go-discord-bot synced 2026-01-11 01:22:48 +00:00

fix: channel join sound bug

This commit is contained in:
2022-03-23 22:13:28 -05:00
parent 6b8db59e98
commit 149ba48802
7 changed files with 64 additions and 74 deletions

View File

@@ -1,7 +1,6 @@
package bot
import (
"os"
"time"
"github.com/bwmarrin/discordgo"
@@ -13,7 +12,6 @@ import (
// keep reference to discord session
var _session *discordgo.Session
var _token string
var _sc chan os.Signal
// SendEmbeddedNotification - sends notification to default room
func SendEmbeddedNotification(title, description string) {