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