v25.8.5@uwuzu1.6.4

This commit is contained in:
2025-08-25 06:11:36 +09:00
parent db719b8312
commit bbf2d66b57
11 changed files with 353 additions and 7 deletions
+12
View File
@@ -0,0 +1,12 @@
type MiQType =
"Buffer" |
"Base64"
export interface MiQOptions {
type: MiQType;
color: boolean;
text: string;
iconURL: string;
userName: string;
userID: string;
}