diff --git a/events/client/messageReactionAdd.js b/events/client/messageReactionAdd.js index 78246c7..4c1d681 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 91b6c28..869819a 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',