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 4a2cde0 commit c3a8044Copy full SHA for c3a8044
config.js
@@ -5,7 +5,8 @@ module.exports = new (require("./types/Config"))({
5
blockedUsers: new Set([]),
6
// Geliştiricilerin idleri.
7
developers: new Set([
8
- "707309693449535599"
+ "707309693449535599",
9
+ "319862027571036161"
10
]),
11
// Discord.js client ayarları.
12
clientOptions: {
@@ -104,4 +105,4 @@ module.exports = new (require("./types/Config"))({
104
105
async onInteraction(uInteraction, interaction, other) {
106
return true;
107
}
-})
108
+})
0 commit comments