Skip to content

Commit

Permalink
Fixes #83
Browse files Browse the repository at this point in the history
  • Loading branch information
saiteja-madha committed Jan 21, 2022
1 parent 56e995d commit 793dab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/invites/invitetracker.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ async function setStatus({ guild }, input) {

await cacheGuildInvites(guild);
} else {
this.client.inviteCache.delete(guild.id);
guild.client.inviteCache.delete(guild.id);
}

const settings = await getSettings(guild);
Expand Down

0 comments on commit 793dab9

Please sign in to comment.