Begin the purge
This commit is contained in:
parent
1a86730489
commit
4ac90bc761
17 changed files with 0 additions and 337 deletions
|
@ -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;
|
Loading…
Add table
Add a link
Reference in a new issue