Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tickets: Make ticket closing prompt more granular #1808

Draft
wants to merge 6 commits into
base: dev
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
tickets: Remove unnecessary comma from closing prompt
Co-authored-by: Joseph Liu <jo3.l.dev@outlook.com>
Wolveric and jo3-l authored Dec 30, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit f81416f7aa1376126eace81e1efdc782e3f31da7
2 changes: 1 addition & 1 deletion tickets/tickets_bot.go
Original file line number Diff line number Diff line change
@@ -224,7 +224,7 @@ func closeTicket(gs *dstate.GuildSet, currentTicket *Ticket, ticketCS *dstate.Ch
closingMsgBuilder.WriteString("\nDownloading attachments.")
}

closingMsgBuilder.WriteString("\nThis may take a while, if the ticket is long.")
closingMsgBuilder.WriteString("\nThis may take a while if the ticket is long.")
closingMsg = closingMsgBuilder.String()
}