feat: live-Volume während Wiedergabe (inlineVolume state) + Anzeige Gesamtanzahl Sounds
This commit is contained in:
parent
826b07e994
commit
9a97a9d7bb
5 changed files with 28 additions and 8 deletions
|
|
@ -3,6 +3,11 @@ export type Sound = {
|
|||
name: string;
|
||||
};
|
||||
|
||||
export type SoundsResponse = {
|
||||
items: Sound[];
|
||||
total: number;
|
||||
};
|
||||
|
||||
export type VoiceChannelInfo = {
|
||||
guildId: string;
|
||||
guildName: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue