Correctif import + library Opus + Fix util Twitch

This commit is contained in:
Angels-dev
2024-08-09 02:05:09 +02:00
parent 586f68b0df
commit 6bfc3839f6
16 changed files with 178 additions and 1621 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import axios from 'axios'
import path from 'path'
import fs from 'fs'
interface Game {
export interface Game {
name: string
link: string
}