v3.5.0 push 5

This commit is contained in:
DJj123dj
2023-12-14 21:37:29 +01:00
parent 94510bbfb0
commit 20b617f6eb
9 changed files with 162 additions and 72 deletions
+1 -1
View File
@@ -220,7 +220,7 @@ const getTicketStats = async (guild,channelid) => {
createdAt: (typeof createdAt == "undefined") ? new Date().getTime() : createdAt,
createdBy: (typeof createdBy == "undefined") ? 0 : createdBy,
messageAmount,
participants:participants,
participants:participants.slice(0,50),
ticketName:channel.name,
status: (typeof status == "undefined") ? "open" : status
}