mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-19 21:40:51 +02:00
Minor Code Improvements
This commit is contained in:
@@ -12,6 +12,11 @@ module.exports = class InviteCommand extends Command {
|
||||
|
||||
async run(msg) {
|
||||
const invite = await this.client.generateInvite('1345846343');
|
||||
return msg.say(`Add me to your server with this link:\n${invite}\nOr, come to my server with this link:\n${this.client.options.invite}`);
|
||||
return msg.say(
|
||||
`Add me to your server with this link:
|
||||
${invite}
|
||||
Or, come to my server with this link:
|
||||
${this.client.options.invite}`
|
||||
);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user