Tags: eat-your-broccoli/TS-Discord-Bot
Tags
version 1.0.4 (#42) * Merge/v1.03 (#35) * Version 1: Music streaming, queue (#13) * Issue/#2 utility commands (#3) * feat: added StatusCommand * feat: added JoinChannel * feat: added LeaveCommand * Issue/#4 localization support (#5) * feat: localization support * code cleanup * updated to discord api v13 (#7) * Issue/#8 use discord v13 slash commands (#9) * add slash-commands to a guild * Command supports Interactions * try catch wrapper for command execution * feat: join-Command * updated readme, removed unused intents * updated leave, status * Issue/#1 youtube audio streaming (#11) * wip * feat: play yt songs * Issue/#10 song queue (#12) * config: allow param-reassign * change: handle unhandledErrors * added Song, Queue and Player * change: Command has property client * change: RadioCommand uses AudioPlayer * feat: added QueueCommand * added skip and pause description * refactoring * added skip, pause command * feat: stop player on empty queue, no listeners * feat: volume control * V1.0.1 (fix docker script) (#16) * Issue/#2 utility commands (#3) * feat: added StatusCommand * feat: added JoinChannel * feat: added LeaveCommand * Issue/#4 localization support (#5) * feat: localization support * code cleanup * updated to discord api v13 (#7) * Issue/#8 use discord v13 slash commands (#9) * add slash-commands to a guild * Command supports Interactions * try catch wrapper for command execution * feat: join-Command * updated readme, removed unused intents * updated leave, status * Issue/#1 youtube audio streaming (#11) * wip * feat: play yt songs * Issue/#10 song queue (#12) * config: allow param-reassign * change: handle unhandledErrors * added Song, Queue and Player * change: Command has property client * change: RadioCommand uses AudioPlayer * feat: added QueueCommand * added skip and pause description * refactoring * added skip, pause command * feat: stop player on empty queue, no listeners * feat: volume control * fix: docker script (#15) * Issue/#37 crash on no volume dir (#38) * create dir if not exists * fix: create dir if not exists * feat: add youtube songs by search string (#41)
Merge branch 'develop' # Conflicts: # src/commands/Command.ts # src/commands/radio/PauseCommand.ts # src/commands/radio/QueueCommand.ts # src/commands/radio/RadioCommand.ts # src/commands/radio/SkipCommand.ts # src/commands/radio/VolumeCommand.ts # src/commands/util/HelpCommand.ts # src/commands/util/JoinCommand.ts # src/commands/util/LeaveCommand.ts # src/utility/Radio/getAudioPlayer.ts # src/utility/Radio/playNextSongInQueue.ts # src/utility/Voice/leaveVoiceChannel.ts
V1.0.1 (fix docker script) (#16) * Issue/#2 utility commands (#3) * feat: added StatusCommand * feat: added JoinChannel * feat: added LeaveCommand * Issue/#4 localization support (#5) * feat: localization support * code cleanup * updated to discord api v13 (#7) * Issue/#8 use discord v13 slash commands (#9) * add slash-commands to a guild * Command supports Interactions * try catch wrapper for command execution * feat: join-Command * updated readme, removed unused intents * updated leave, status * Issue/#1 youtube audio streaming (#11) * wip * feat: play yt songs * Issue/#10 song queue (#12) * config: allow param-reassign * change: handle unhandledErrors * added Song, Queue and Player * change: Command has property client * change: RadioCommand uses AudioPlayer * feat: added QueueCommand * added skip and pause description * refactoring * added skip, pause command * feat: stop player on empty queue, no listeners * feat: volume control * fix: docker script (#15)
Version 1: Music streaming, queue (#13) * Issue/#2 utility commands (#3) * feat: added StatusCommand * feat: added JoinChannel * feat: added LeaveCommand * Issue/#4 localization support (#5) * feat: localization support * code cleanup * updated to discord api v13 (#7) * Issue/#8 use discord v13 slash commands (#9) * add slash-commands to a guild * Command supports Interactions * try catch wrapper for command execution * feat: join-Command * updated readme, removed unused intents * updated leave, status * Issue/#1 youtube audio streaming (#11) * wip * feat: play yt songs * Issue/#10 song queue (#12) * config: allow param-reassign * change: handle unhandledErrors * added Song, Queue and Player * change: Command has property client * change: RadioCommand uses AudioPlayer * feat: added QueueCommand * added skip and pause description * refactoring * added skip, pause command * feat: stop player on empty queue, no listeners * feat: volume control