Added nowplaying alias, update lava-xm-plugin, only require natives when processing images locally, reimplement cache limit
This commit is contained in:
parent
3d97811f20
commit
1cafef76d7
6 changed files with 15 additions and 13 deletions
|
@ -42,7 +42,7 @@ class NowPlayingCommand extends MusicCommand {
|
|||
}
|
||||
|
||||
static description = "Shows the currently playing song";
|
||||
static aliases = ["playing", "np"];
|
||||
static aliases = ["playing", "np", "current"];
|
||||
}
|
||||
|
||||
export default NowPlayingCommand;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue