lukaqueres / Frequency

Discord bot with features including: planning, administration, and music playing.
http://theplanbot.com
GNU Affero General Public License v3.0
2 stars 0 forks source link

Add volume setting in to database #11

Closed lukaqueres closed 1 year ago

lukaqueres commented 2 years ago

Whole point of this operation is to make volume with upper limit, and keep volume in column. So bot could search database for it, so it doesn't reset after each music start.

When volume is called it checks if its volume isn't ( that ) high as it could ( f.g. 20000000000000[...]000000 ). If its value is correct, it save it to the database, and ofc affecs volume itself. When music starts playing, bot checks database, and get volume as it is set.

lukaqueres commented 1 year ago

I g it is not needed