Updated Event Types

This commit is contained in:
Ahmad 2025-03-01 00:32:51 -05:00
parent 3762e554b4
commit e59415ac62
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
7 changed files with 54 additions and 24 deletions

View file

@ -376,7 +376,7 @@ export default async function logAction(payload: LogActionPayload) {
case 'channelCreate':
case 'channelDelete': {
fields.push(
{ name: 'Channel', value: `<#${payload.channel.id}>`, inline: true },
{ name: 'Channel', value: `<#${payload.channel.id}> (#${payload.channel.name})`, inline: true },
{
name: 'Type',
value: