diff options
| author | 8cy <[email protected]> | 2020-10-01 18:16:36 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-10-01 18:16:36 -0700 |
| commit | 0f4d9fd6666b72e8adac3fc50e15ce2340277e4a (patch) | |
| tree | 3ab0560a3ae9d00404c529fd348151af8c4a1fc0 /server/src/commands/bot/Invite.ts | |
| parent | fix: json typos, feat: utils (diff) | |
| download | dep-core-0f4d9fd6666b72e8adac3fc50e15ce2340277e4a.tar.xz dep-core-0f4d9fd6666b72e8adac3fc50e15ce2340277e4a.zip | |
maintainence: change urls and name
Diffstat (limited to 'server/src/commands/bot/Invite.ts')
| -rw-r--r-- | server/src/commands/bot/Invite.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/commands/bot/Invite.ts b/server/src/commands/bot/Invite.ts index a25a20c..1751a11 100644 --- a/server/src/commands/bot/Invite.ts +++ b/server/src/commands/bot/Invite.ts @@ -21,7 +21,7 @@ export default class InviteBot extends Command { public exec(msg: Message): Promise<Message> { const embed = this.client.util.embed() .setColor(colour) - .setDescription('To invite the bot, please use [this link](https://kyzer.co/discord/bots/uwufier/).'); + .setDescription('To invite the bot, please use [this link](https://discordapp.com/api/oauth2/authorize?client_id=699473263998271489&permissions=8&scope=bot).'); return msg.channel.send(embed); } }
\ No newline at end of file |