Features to be added back
- [x] TypeScript
- [x] lyrics
- [x] reddit command
- [ ] play command options (LeaveTimeout etc)
- [x] saved playlists
- [ ] music trivia - need to be implemented back again after #724
- [x] volume
- [x] speedrun commands
- [x] connect4 game
- [x] tic-tac-toe game
- [x] tv-show-search command
- [x] twitch feature
- [x] news commands
- [x] game-search command
- [ ] remind feature
- [ ] Crowdin #598 (new feature)
you could look here for the tictactoe and connect4 commands to get some ideas.
looks like i need to learn some typescript :D
is Canvas to much of a pain to bring back for tic tac toe and connect4? i remember some installation headaches for some hosting solutions
Much Love -Bacon
Progress update Edited: 10/02/2022
Merged
- [x] #703 Speedrun Command (aka wr)
- [x] #733 - Connect 4 & Tic Tac Toe
- [x] #705 - Play Command Option inactivity timeout & Volume Command
- [x] #714 - Twitch Feature - Twitch Status - Twitch Api - Twitch Announcer
- [x] #711 - play command options (inactivityTime, PlayLiveStreams etc), Shuffle-playlist is a
/playoption - [x] #763 - Remind Command
What's left in Check List
- [ ] guild commands <--- Not 100% sure what this means, like
/ban,/kick(Discord has them build-in but can make it an interface), or the guild command registry in the Discord API and should i move stuff like Twitch Announcer to the guild reg? as it's a guild feature, i haven't figured out a reliable method to make sure the commands are not double listed in discord yet. - [ ] crowdin (New Feature) <--- I need to do research
Much Love -Bacon
Wow this has changed a lot since I last looked at it, looks amazing so far!
I've noticed that if it loses connection, upon reconnecting the status is blank, is there a way to make it set status again upon reconnecting?
@Natemo6348 , that's interesting. I will take a look, and see what's up
Much Love -Bacon
Alright thanks! I may not have noticed it if my internet wasn't so terrible lol
Also idk if some commands are intended to not work in DMs, but commands like /cat and /about hang on "The application did not respond" in DMs
I believe that at the moment, the only command that works in DM's is /reminder
Mainly from the preconditions looking for the guild, when DM's don't have a valid guild
Will look into a possible fix
Much Love -Bacon
@Natemo6348 Check out #775 for the commands not working in DM's
still working on the status on reconnect :D
Much Love -Bacon
@Bacon-Fixation ok, I'll be waiting on an update about it. I guess now I need to see what you changed so that I can update the joke command I'm working on, maybe even open a pull request for it lol
Ok technically this isn't related to this bot, but I still need help, because it causes this code to throw errors at me, and I can't find anything about it anywhere. Whenever my bot goes online, it somehow thinks it's still in servers it's been removed from, which causes the invalid prisma.guild.delete() invocation error, any idea how to get around this?