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 405e8ee commit f482d6eCopy full SHA for f482d6e
index.js
@@ -142,6 +142,9 @@ async function load() {
142
console.info(`[BİLGİ] ("${rltPath}") "${event.id}" adlı event yüklendi. (${Date.now() - start}ms sürdü.)`);
143
})
144
145
+ // Önce ismi daha uzun olanlar test edilsin diye.
146
+ Underline.interactions.sort((a, b) => b.name.length - a.name.length);
147
+
148
if (Underline.events.size) {
149
console.info(`[BİLGİ] ${Underline.events.size} event yüklendi.`);
150
} else {
0 commit comments