Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
small fix
  • Loading branch information
dewstouh authored Jun 22, 2022
1 parent 63f9938 commit 3d29fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ for(const idioma of idiomas){
Object.freeze(client.la)

function requerirhandlers() {
["command", "events", "distube", "reaccion_roles", "tickets", "sugerencias", "sorteos", "bienvenida"].forEach(handler => {
["command", "events", "distube", "reaccion_roles", "tickets", "sugerencias", "sorteos"].forEach(handler => {
try {
require(`./handlers/${handler}`)(client, Discord)
} catch (e) {
Expand Down

0 comments on commit 3d29fa6

Please sign in to comment.