From 64cf12bdf5bfed0e3b39fe67a966495e76b2edfb Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Fri, 5 May 2017 14:01:20 +0000 Subject: [PATCH] Meow --- commands/random/currency.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/random/currency.js b/commands/random/currency.js index b352e344..61e6f21f 100644 --- a/commands/random/currency.js +++ b/commands/random/currency.js @@ -1,6 +1,6 @@ const { Command } = require('discord.js-commando'); const request = require('superagent'); -const codes = require('./codes'); +const codes = require('./currencycodes'); module.exports = class CurrencyCommand extends Command { constructor(client) {