Forráskód Böngészése

Update commands.go

Drn 2 éve
szülő
commit
4f574100ce
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      commands.go

+ 1 - 1
commands.go

@@ -187,7 +187,7 @@ func handleCommands() *exrouter.Route {
 					"• **Bots User ID —** `%s`\n"+
 					"• **This Channel ID —** `%s`\n"+
 					"• **This Server ID —** `%s`\n\n"+
-					"• **Versions —`%s, discordgo v%s (modified), Discord API v%s`"+
+					"• **Versions —** `%s, discordgo v%s (modified), Discord API v%s`"+
 					"\n\nRemember to remove any spaces when copying to settings.",
 					ctx.Msg.Author.ID, botUser.ID, ctx.Msg.ChannelID, ctx.Msg.GuildID, runtime.Version(), discordgo.VERSION, discordgo.APIVersion)
 				if _, err := replyEmbed(ctx.Msg, "Command — Info", content); err != nil {