Conversation
Get developement v2 up to date
Implemented .env file so the token doesnt get refreshed every time a new branch gets pushed
…iscordKarmaBot into Development-branch-v2
Threading is working. Pomodoro not fully implemented, but works in parallel with rest of program. Test implementation of bot joining a room and playing a sound. TODO list has been added for future features that will be added.
Todo's updated. New mp3 file added - Not implemented. Pomodoro threading working - Not fully implemented yet. !play basic version for pomodoro timer is working - Will receive some extra care later, not final yet.
User input for pomodoro now correctly and more efficiently gets all the integers out of the string.
New mp3 file added. Todo's updated. Bot now leaves room when lønnes pomodoro bot's timer stops until this pomodoro timer starts working.
Added seperate file for all things related to playing sounds in voice channels. Pomodoro timer is finally working, with both user input and default timers, if no time is specified. Constants file added for all constants, such as file locations and pomodoro timers. A little experimentation with calculating remaining time of pomodoro timer.
Bot.py now has implemented !time, that calls pomodoro.py's method which returns the remanining time on the current timer.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implemented Pomodoro timer which has default values for timers.
Ability for bot to join rooms and play mp3 files to the user.