mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-05 04:13:08 +02:00
fix
This commit is contained in:
parent
a40290141b
commit
393bdb6b79
@ -1,7 +1,7 @@
|
||||
module.exports = {
|
||||
event: 'messageReactionAdd',
|
||||
execute: async (client, r, u) => {
|
||||
const guild = r.message;
|
||||
const guild = r.message.guild;
|
||||
if (!guild) return;
|
||||
|
||||
let settings = await guild.settings;
|
||||
|
Loading…
Reference in New Issue
Block a user