Begin the purge

This commit is contained in:
Essem 2022-06-07 22:14:16 -05:00
parent 1a86730489
commit 4ac90bc761
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C
17 changed files with 0 additions and 337 deletions

View file

@ -1,13 +0,0 @@
import Command from "../../classes/command.js";
class InviteCommand extends Command {
async run() {
return "You can invite me to your server here: <https://projectlounge.pw/invite>";
}
static description = "Gets my invite link";
static aliases = ["botinfo", "credits"];
static slashAllowed = false;
}
export default InviteCommand;