next #2

Manually merged
sneak merged 4 commits from next into master 2020-09-09 04:03:00 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 6ec52ebca9 - Show all commits

View File

@ -72,7 +72,7 @@ func (b *Bot) Main() int {
// Lets create a bot channel for logging debug messages into
b.CreateBotDebuggingChannelIfNeeded()
msg := fmt.Sprintf("_**%s** (version `%s`) is now starting up", b.BotName, b.Version)
msg := fmt.Sprintf("_**%s** (version `%s`) is now starting up_", b.BotName, b.Version)
b.SendMsgToDebuggingChannel(msg, "")
// Lets start listening to some channels via the websocket!