Fixed deprecation of HTML Transcripts interactions

This commit is contained in:
DJj123dj
2025-01-25 22:54:50 +01:00
parent 213ec32225
commit 6516857866
5 changed files with 44 additions and 14 deletions
+1
View File
@@ -26,6 +26,7 @@ const moduleInstalled = (id:string, throwError:boolean) => {
}
}
moduleInstalled("@discordjs/rest",true)
moduleInstalled("discord.js",true)
moduleInstalled("ansis",true)
moduleInstalled("formatted-json-stringify",true)