mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-21 20:54:58 +05:00
raaar
This commit is contained in:
parent
4d9ed056a7
commit
02e31e8d9a
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@ module.exports = client => [
|
|||
id: guild.id,
|
||||
});
|
||||
|
||||
return guildData.plugins.monitoring.messageUpdate;
|
||||
return guildData.plugins?.monitoring?.messageUpdate;
|
||||
},
|
||||
setNew: async ({ guild, newData }) => {
|
||||
const guildData = await client.findOrCreateGuild({
|
||||
|
|
Loading…
Reference in a new issue