You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Discord bot that can keep track of user reactions. User reactions will be stored on a database in form of karma to see who is the meme lord.
3
-
A player has been implemented that can play mp3 files to the users.
4
-
Pomodoro timer is implemented, giving the users the ability to start timers, while working. When the time is up, the bot will join the room and play a mp3 files to alert the user, that the timer has ended.
5
-
2
+
Discord bot that can keep track of user reactions. User reactions will be stored on a database in form of karma.
3
+
Can keep track of multiple pomodoro timers. Saves the timers in a database. Notifies when timer is up by playing mp3 files.
4
+
Player cog that can play local mp3 files aswell as youtube links.
5
+
Watch2gether cog to create watch2gether rooms with the desired video.
awaitmessage.channel.send('{} has {} total karma. {} opdutter and {} neddutter'.format(x["Name"], x["Opdutter"] -x["Neddutter"], x["Opdutter"], x["Neddutter"]))
0 commit comments