Ver código fonte

Dim inline reply symbol

ayn2op 3 anos atrás
pai
commit
e00cb1c8eb
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      messages_text.go

+ 1 - 1
messages_text.go

@@ -37,7 +37,7 @@ func (mt *MessagesText) newMessage(m *discord.Message) error {
 		fmt.Fprintf(mt, `["%s"]`, m.ID)
 
 		if m.ReferencedMessage != nil {
-			fmt.Fprint(mt, "[::d]")
+			fmt.Fprint(mt, "[::d]")
 
 			// Author
 			mt.newAuthor(m.ReferencedMessage)