No description
Find a file
Miguel da Mota 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
.vscode feat: started with basic commands, added dependencies, started working on lavalink impl 2024-02-21 09:58:26 +01:00
src fix: get_self_vc_id throws an error 2024-03-06 09:13:23 +01:00
.gitignore fix: several improvements 2024-03-03 23:30:31 +01:00
Cargo.lock fix: several improvements 2024-03-03 23:30:31 +01:00
Cargo.toml WIP: started to impl. songbird 2024-02-23 19:05:45 +01:00