Improve VC leave handling, host now lets you get the current session host, swapped skip/sticker alias, updated xm plugin

This commit is contained in:
Essem 2022-08-27 13:27:42 -05:00
parent e8337c40f4
commit 3392c3c89e
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C
6 changed files with 64 additions and 37 deletions

View file

@ -25,7 +25,7 @@ class StickerCommand extends Command {
}
static description = "Gets a raw sticker image";
static aliases = ["s", "stick"];
static aliases = ["stick"];
static arguments = ["[sticker]"];
}