Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Commit

Permalink
🚑 Fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasCtrl committed Oct 13, 2020
1 parent 067072c commit 884d183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/utils/reactMessage.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { MessageEmbed } = require('discord.js')
const { colors } = require('../connfig/config.json')
const { colors } = require('../config/config.json')
const { getGuild } = require('../models/servers')

String.prototype.contains = function (toCheck) {
Expand Down

0 comments on commit 884d183

Please sign in to comment.