Commit graph

13 commits

Author SHA1 Message Date
d72577c245 fix: improvements by clippy 2024-03-06 10:06:31 +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
57e9bca8f0 Merge pull request 'Several improvements' (#2) from migueldamota/Rustendo:several-improvements into master
Reviewed-on: #2
2024-03-03 22:38:59 +00: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
a1a78d6598 Merge pull request 'Fixing a problem with the return type of interaction_create' (#1) from migueldamota/Rustendo:fix/add-missing-await into master
Reviewed-on: #1
2024-02-23 19:30:09 +01:00
1fd1bc893c chore: formatting 2024-02-23 19:25:19 +01:00
ba42e009f4 fix: interaction_create event 2024-02-23 19:22:19 +01:00
d48de636f9
WIP: started to impl. songbird 2024-02-23 19:05:45 +01:00
d6a2cb5c8b
feat: started with basic commands, added dependencies, started working on lavalink impl 2024-02-21 09:58:26 +01:00
9dad9bbda3
big bang 2024-02-17 02:28:24 +01:00