mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
ReactionRoles: add extra debug info for unknown messages
This commit is contained in:
parent
8a1df3f314
commit
cfd713ff5f
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ export class ReactionRolesPlugin extends ZeppelinPlugin<TConfigSchema> {
|
|||
} catch (e) {
|
||||
if (e instanceof DiscordRESTError) {
|
||||
logger.warn(
|
||||
`Reaction roles for unknown message ${channelId}/${messageId} in guild ${this.guild.name} (${this.guildId})`,
|
||||
`Reaction roles for unknown message ${channelId}/${messageId} in guild ${this.guild.name} (${this.guildId}) (error code ${e.code})`,
|
||||
);
|
||||
return;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue