index
:
personal/DLAP.git
old-version
stable
testing
A Discord bot that lets you play local audio tracks in your server. Written for Discord.JS v14
Alee
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AudioBackend.js
Age
Commit message (
Expand
)
Author
2022-07-17
Updated to v14
Andrew Lee
2022-07-17
Couple of tweaks
Andrew Lee
2022-07-13
Renamed skip to next, added previous command
Andrew Lee
2022-07-12
Fixed stopBot function
Andrew Lee
2022-07-12
Fixed about; No longer requiring guild id for deploy command
Andrew Lee
2022-07-11
Fully implemented order playlist
Andrew Lee
2022-07-10
Fixed an issue where it doesn't shuffle properly
Andrew Lee
2022-07-10
Added another eslint rule
Andrew Lee
2022-07-09
ESLint
Andrew Lee
2022-07-09
Fixed reshuffle and shuffle; Player has error event
Andrew Lee
2022-07-09
Using Durstenfeld shuffle, replacing Fisher-Yates
Andrew Lee
2022-07-08
New command; Some tweaks
Andrew Lee
2022-07-07
New shuffling system (not bug free yet); Tweaks and fixes on other commands
Andrew Lee
2022-07-06
Cleaning up some stuff; Deprecating botOwner as Admin is required for commands
Andrew Lee
2022-07-05
Removed help; Updated all the new commands; Finally removed final control pan...
Andrew Lee
2022-07-05
The start of scrapping the control panel feature
Andrew Lee
2022-04-22
Buttons can now be disabled from control
Andrew Lee
2022-04-03
Audio states on control; Control can be ran once; Ping update, etc
Andrew Lee
2022-03-30
Fixed list command; Fixed name on some files
Andrew Lee
2022-03-30
Renamed project; Auto creates music folder when not detected; Removed audio l...
Andrew Lee
2022-03-29
New command; Every Discord interation is async
Andrew Lee
2022-03-29
"More buttons" almost works; Merging stop functions into one
Andrew Lee
2022-03-29
Permission system on certain commands
Andrew Lee
2022-03-28
Removed old cmd handler; Brought back join; New cmd
Andrew Lee
2022-03-28
Fixed the leave button
Andrew Lee
2022-03-28
Added more buttons to control command
Andrew Lee
2022-03-28
Oh I am dumb :P
Andrew Lee
2022-03-27
Half converted the codebase EMS + added ideas
Andrew Lee
2022-03-26
Audio stuff is now on its own file
Andrew Lee