Commit graph

9 commits

Author SHA1 Message Date
29392dc72d chore: improve checks 2024-03-10 17:46:35 +01:00
9c1f6bee6d chore: clippy improvements 2024-03-09 20:09:17 +01:00
a16d8a6b60
feat: bot now plays songs, started to work on queue system 2024-03-08 01:18:30 +01:00
b2ba381e44
fix: fixed not being able to get guild struct, continued work on play command 2024-03-06 23:30:39 +01:00
af50d54729 fix: get_self_vc_id throws an error
The problem was that `ctx.cache.current_user()` uses an Arc and needs to get the value first before passing it to as a parameter. Assigning it to a variable first and referencing it, fixes the issue
2024-03-06 09:13:23 +01:00
cfd051be3f
feat: added getting data from discord 2024-03-05 12:08:19 +01:00
4d6e665a3b
fix: fixed import errors
feat: removed unneeded functions, added logging to user_util
2024-03-04 23:39:36 +01:00
2c82dbb019 fix: several improvements 2024-03-03 23:30:31 +01:00
50202dfdf5
WIP: continued working on play and stop command, there are still errors and it does not work, it does compile though 2024-02-24 03:05:27 +01:00