Don't init global variables here
This commit is contained in:
parent
df722f8ffb
commit
a8e98740b3
2 changed files with 0 additions and 2 deletions
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue