@lumiastream/lumia-types 3.7.4 → 3.7.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -85,14 +85,7 @@ export interface SongRequestItem {
|
|
|
85
85
|
* duplicate it here.
|
|
86
86
|
*/
|
|
87
87
|
export interface SongRequestConfig {
|
|
88
|
-
enabled: boolean;
|
|
89
|
-
/** Trigger word for the system chatbot command. Default: `!sr`. */
|
|
90
|
-
triggerCommand: string;
|
|
91
|
-
cooldownPerUserSeconds: number;
|
|
92
|
-
cooldownGlobalSeconds: number;
|
|
93
88
|
maxRequestsPerUserInSession: number;
|
|
94
|
-
/** When true, requests land in `pending` until a mod / streamer approves. */
|
|
95
|
-
approvalRequired: boolean;
|
|
96
89
|
maxQueueSize: number;
|
|
97
90
|
maxSongDurationSeconds: number;
|
|
98
91
|
allowYouTubeUrls: boolean;
|
|
@@ -101,7 +94,6 @@ export interface SongRequestConfig {
|
|
|
101
94
|
/** Required for free-text → YouTube Data API v3 search. */
|
|
102
95
|
youtubeApiKey?: string;
|
|
103
96
|
preferredPlaybackTarget: SongRequestPlaybackTarget;
|
|
104
|
-
announceInChat: boolean;
|
|
105
97
|
chatTemplateAdded: string;
|
|
106
98
|
chatTemplateNowPlaying: string;
|
|
107
99
|
chatTemplateDenied: string;
|