This repository has been archived on 2024-01-30. You can view files and clone it, but cannot push or open issues or pull requests.
anitrox/commands/invite.js

9 lines
268 B
JavaScript

module.exports = {
name: 'invite',
description: 'Sends invite to add the bot to a server.',
execute(client, message) {
message.channel.send("PTB: https://discord.com/oauth2/authorize?client_id=489125054261755925&scope=bot&permissions=66186303");
},
};