Skip to content

Commit

Permalink
Update tickets_commands.go (#1623)
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
alis0nc authored Mar 24, 2024
1 parent 2db85bd commit 45db78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tickets/tickets_commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ func createLogs(gs *dstate.GuildSet, conf *models.TicketConfig, ticket *models.T
// download attachments
OUTER:
for _, att := range msg.Attachments {
msg.Content += fmt.Sprintf("(attatchment: %s)", att.Filename)
msg.Content += fmt.Sprintf("(attachment: %s)", att.Filename)

totalAttachmentSize += att.Size
if totalAttachmentSize > 500000000 {
Expand Down

0 comments on commit 45db78b

Please sign in to comment.