Explorar o código

Dim inline reply symbol

ayn2op %!s(int64=3) %!d(string=hai) anos
pai
achega
e00cb1c8eb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)