Skip to content

Commit c3a8044

Browse files
authored
Bump Version
1 parent 4a2cde0 commit c3a8044

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ module.exports = new (require("./types/Config"))({
55
blockedUsers: new Set([]),
66
// Geliştiricilerin idleri.
77
developers: new Set([
8-
"707309693449535599"
8+
"707309693449535599",
9+
"319862027571036161"
910
]),
1011
// Discord.js client ayarları.
1112
clientOptions: {
@@ -104,4 +105,4 @@ module.exports = new (require("./types/Config"))({
104105
async onInteraction(uInteraction, interaction, other) {
105106
return true;
106107
}
107-
})
108+
})

0 commit comments

Comments
 (0)