diff --git a/events/client/messageReactionAdd.js b/events/client/messageReactionAdd.js index 78246c70..4c1d6818 100644 --- a/events/client/messageReactionAdd.js +++ b/events/client/messageReactionAdd.js @@ -1,7 +1,6 @@ import { EmbedBuilder } from 'discord.js'; import fs from 'node:fs'; import db from '../../models/index.js'; -global.boards = {}; export default { name: 'messageReactionAdd', diff --git a/events/client/messageReactionRemove.js b/events/client/messageReactionRemove.js index 91b6c28e..869819a5 100644 --- a/events/client/messageReactionRemove.js +++ b/events/client/messageReactionRemove.js @@ -1,7 +1,6 @@ import { EmbedBuilder } from 'discord.js'; import fs from 'node:fs'; import db from '../../models/index.js'; -global.boards = {}; export default { name: 'messageReactionRemove',