Migrate play command to slash command

This commit is contained in:
Max Isom 2021-12-12 20:22:21 -05:00
parent fa4ba0bb9a
commit dcb1351791
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880
9 changed files with 153 additions and 172 deletions

View file

@ -21,7 +21,7 @@ export interface QueuedSong {
length: number;
playlist: QueuedPlaylist | null;
isLive: boolean;
addedInChannelId: Snowflake;
addedInChannelId?: Snowflake;
}
export enum STATUS {