We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dfbeb5 commit 1918b80Copy full SHA for 1918b80
index.ts
@@ -35,7 +35,7 @@ client.on("ready", async () => {
35
36
await Promise.all(
37
client.guilds.cache.map((guild) => {
38
- return checkForRoles(guild);
+ checkForRoles(guild);
39
})
40
);
41
}
0 commit comments