mirror of
https://github.com/FranP-code/shopping-discord-bot.git
synced 2025-10-13 00:22:44 +00:00
refactoring and adding limit command option
This commit is contained in:
2
app.js
2
app.js
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user