File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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+ } )
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ Kullanımı basit ancak bir yandanda içinde birçek özellik barındıran disco
55## Özellikler
66
77- ✅ ** SelectMenu ve Button desteği.**
8+ - ✅ ** SelectMenu ve Button tam component ve options desteği.**
89- ✅ ** Autocomplate(otomatik tamamlama) desteği.**
910- ✅ ** Sağtık menü desteği.**
1011- ✅ ** Slash command desteği.**
You can’t perform that action at this time.
0 commit comments