1
1
mirror of https://github.com/Burn-E99/GroupUp.git synced 2026-01-06 19:37:54 -05:00

update report

This commit is contained in:
Ean Milligan (Bastion)
2023-01-11 22:57:58 -05:00
parent d8bd5694fb
commit 9cb615e68d

View File

@ -25,6 +25,6 @@ export const generateReport = (msg: string) => ({
embeds: [{
color: infoColor2,
title: 'USER REPORT:',
description: msg || 'No message',
description: msg,
}],
});