This commit is contained in:
Christopher Cookman 2025-01-12 03:04:56 -07:00
parent 96912d325a
commit d491fda5c8

View file

@ -483,7 +483,7 @@ xmpp.on("stanza", (stanza) => {
description: `There is likely an issue with permissions. Please notify the server owner if possible. description: `There is likely an issue with permissions. Please notify the server owner if possible.
Guild: ${channel.guild.name} (${channel.guild.id}) Guild: ${channel.guild.name} (${channel.guild.id})
Channel: ${channel.name} (${channel.id}) Channel: ${channel.name} (${channel.id})
Guild Owner: ${channel.guild.owner.user.username} (${channel.guild.owner.user.id})`, Guild Owner: ${channel.guild.owner.username} (${channel.guild.owner.id})`,
color: 0xff0000 color: 0xff0000
} }
] ]