This commit is contained in:
parent
4f57499cca
commit
b1dfc5891c
1 changed files with 2 additions and 0 deletions
|
@ -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":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue