Shift arguments so time option works
Some checks failed
CI / CI (push) Has been cancelled

This commit is contained in:
SileNce5k 2025-05-12 17:55:45 +02:00
parent 4f57499cca
commit b1dfc5891c
Signed by: SileNce
GPG key ID: B0A142BB4291B204

View file

@ -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.shit();
sendText = await getTopArtists(message.author.id, args, message.guild);
break;
case "cover":