From a8575f6f250d6d9e68a5677d3a559e9108f67645 Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Mon, 8 Apr 2024 12:34:15 +0200 Subject: [PATCH] Add parsemention require... --- commands/misc/fm.js | 1 + 1 file changed, 1 insertion(+) 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.',