Skip to content

Commit 1918b80

Browse files
committed
don't return in map
1 parent 5dfbeb5 commit 1918b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ client.on("ready", async () => {
3535

3636
await Promise.all(
3737
client.guilds.cache.map((guild) => {
38-
return checkForRoles(guild);
38+
checkForRoles(guild);
3939
})
4040
);
4141
}

0 commit comments

Comments
 (0)