mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-05-13 12:51:35 +02:00
Migrate play command to slash command
This commit is contained in:
parent
fa4ba0bb9a
commit
dcb1351791
9 changed files with 153 additions and 172 deletions
|
@ -21,7 +21,7 @@ export interface QueuedSong {
|
|||
length: number;
|
||||
playlist: QueuedPlaylist | null;
|
||||
isLive: boolean;
|
||||
addedInChannelId: Snowflake;
|
||||
addedInChannelId?: Snowflake;
|
||||
}
|
||||
|
||||
export enum STATUS {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue