refactoring and adding limit command option

This commit is contained in:
2023-01-14 21:44:02 -03:00
parent 205b865592
commit 25bd8f306b
9 changed files with 159 additions and 130 deletions

2
app.js
View File

@@ -1,7 +1,7 @@
const fs = require('fs');
const path = require('path');
const { Collection, Client, GatewayIntentBits, Events } = require('discord.js');
const { getRandomElementFromArray } = require('./constants');
const { getRandomElementFromArray } = require('./utils/constants');
require('dotenv').config();
const enviroment = process.env.NODE_ENV;