forked from ChrisChrome/weather-bot
Smol fix
This commit is contained in:
parent
d491fda5c8
commit
9f31d18a6f
2
index.js
2
index.js
|
@ -483,7 +483,7 @@ xmpp.on("stanza", (stanza) => {
|
|||
description: `There is likely an issue with permissions. Please notify the server owner if possible.
|
||||
Guild: ${channel.guild.name} (${channel.guild.id})
|
||||
Channel: ${channel.name} (${channel.id})
|
||||
Guild Owner: ${channel.guild.owner.username} (${channel.guild.owner.id})`,
|
||||
Guild Owner: <@${channel.guild.ownerId}> (${channel.guild.ownerId})`,
|
||||
color: 0xff0000
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue