diff --git a/commands/misc/fm.js b/commands/misc/fm.js index 90eb0d6..d86b263 100644 --- a/commands/misc/fm.js +++ b/commands/misc/fm.js @@ -2,6 +2,7 @@ const fmlogin = require("../../util/lastfm/fmlogin"); const getCurrentScrobble = require("../../util/lastfm/getCurrentScrobble"); const getTopTracks = require("../../util/lastfm/getTopTracks"); const help = require("../info/help"); +const parseMention = require("../../util/parseMention"); module.exports = { name: 'fm', description: 'Last fm commands. See `help fm` for more info.',