Skip to content

Commit

Permalink
fix(premium): Fix check url
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Crespi committed Dec 2, 2019
1 parent b78edbb commit 69eed82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/commands/premium/premium.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export default class extends Command {

const userId = message.author.id;
const res = await axios
.get(`https://api.invman.gg/patreon/check/?userId=${userId}`, {
.get(`https://api.invitemanager.gg/patreon/check/?userId=${userId}`, {
auth: this.client.config.bot.apiAuth
})
.catch(() => undefined);
Expand Down

0 comments on commit 69eed82

Please sign in to comment.