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 6ad2cc0 commit 870f727Copy full SHA for 870f727
index.ts
@@ -38,7 +38,7 @@ client.on("ready", async () => {
38
39
await Promise.all(
40
client.guilds.cache.map((guild) => {
41
- checkForRoles(guild);
+ checkForRoles(guild); // skipcq JS-0042
42
})
43
);
44
}
@@ -95,3 +95,4 @@ process.on("exit", (code) => {
95
console.log("Now exiting...");
96
console.log(`Exited with status code: ${code}`);
97
});
98
+
0 commit comments