aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-07-18 16:45:54 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-07-18 16:45:54 -0400
commita6ac0dd9f89e51513c0be5810f41a27447816d6e (patch)
tree9560d5ce313ecad0fb8fb12d4079cb125c432f04
parent2c0d76634e4b2da7180c73a64f9a860303b010ef (diff)
downloadtanzanite-a6ac0dd9f89e51513c0be5810f41a27447816d6e.tar.gz
tanzanite-a6ac0dd9f89e51513c0be5810f41a27447816d6e.tar.bz2
tanzanite-a6ac0dd9f89e51513c0be5810f41a27447816d6e.zip
fix invite
-rw-r--r--src/commands/info/invite.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/info/invite.ts b/src/commands/info/invite.ts
index 923c54a..79251dc 100644
--- a/src/commands/info/invite.ts
+++ b/src/commands/info/invite.ts
@@ -28,6 +28,6 @@ export default class InviteCommand extends BushCommand {
url: `https://discord.com/api/oauth2/authorize?client_id=${this.client.user.id}&permissions=2147483647&scope=bot%20applications.commands`
})
);
- return await message.util.reply({ components: [ButtonRow] });
+ return await message.util.reply({ content: 'You can invite me here:', components: [ButtonRow] });
}
}