Skip to content

Commit

Permalink
Update banned.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinaisslaying authored Aug 19, 2021
1 parent 8c9bc31 commit af04d9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Util/Services/banned.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export async function check(user: string): Promise<boolean> {
}

export async function updateBanlist() {
await global.redis?.del("bans");
const bans = await guilds.main.fetchBans();
await global.redis?.hmset(
"bans",
Expand Down

0 comments on commit af04d9a

Please sign in to comment.