Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
Added more functionality | v1.0.3-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
CrawlTheDev committed Jun 1, 2021
1 parent e10e559 commit f35d870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/core/invite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default class InviteCommand implements ICommand {

async execute(ctx: CommandContext) {
ctx.channel.send(
'https://discord.com/oauth2/authorize?client_id=835258987800821791&scope=bot&permissions=8&redirect_uri=http://proxity.ml'
`https://discord.com/oauth2/authorize?client_id=${ctx.bot.user.id}&scope=bot&permissions=8`
);
}
}

0 comments on commit f35d870

Please sign in to comment.