diff --git a/commands/misc/fm.js b/commands/misc/fm.js
index cda2f45..3efd216 100644
--- a/commands/misc/fm.js
+++ b/commands/misc/fm.js
@@ -38,12 +38,14 @@ module.exports = {
             case "topalbums":
             case "topalbum":
             case "abl": 
+                args.shift();
                 sendText = await getTopAlbums(message.author.id, args, message.guild)
                 break;
             case "topartists":
             case "topartist":
             case "ta":
             case "as":
+                args.shift();
                 sendText = await getTopArtists(message.author.id, args, message.guild);
                 break;
             case "cover":