Skip to content

Commit f482d6e

Browse files
committed
FIX BUG: Umursanmayan Orta İsimler
1 parent 405e8ee commit f482d6e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ async function load() {
142142
console.info(`[BİLGİ] ("${rltPath}") "${event.id}" adlı event yüklendi. (${Date.now() - start}ms sürdü.)`);
143143
})
144144

145+
// Önce ismi daha uzun olanlar test edilsin diye.
146+
Underline.interactions.sort((a, b) => b.name.length - a.name.length);
147+
145148
if (Underline.events.size) {
146149
console.info(`[BİLGİ] ${Underline.events.size} event yüklendi.`);
147150
} else {

0 commit comments

Comments
 (0)