mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-20 05:51:35 +02:00
Fix
This commit is contained in:
@@ -14,7 +14,7 @@ module.exports = class InviteCommand extends Command {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async run(msg) {
|
async run(msg) {
|
||||||
const invite = await this.client.generateInvite('372632641');
|
const invite = await this.client.generateInvite(372632641);
|
||||||
return msg.say(stripIndents`
|
return msg.say(stripIndents`
|
||||||
To invite me to your server, use this link:
|
To invite me to your server, use this link:
|
||||||
<${invite}>
|
<${invite}>
|
||||||
|
|||||||
Reference in New Issue
Block a user