6d4319e9e5
WIP: tried some stuff, still not playing. I suspect that lavalink does not get connected properly
2024-05-21 03:04:55 +02:00
880e81646d
WIP: code compiles now, connects to VC, does not play audio yet
2024-05-20 04:07:10 +02:00
6685163c96
WIP: started working on lavalink rewrite, this is not compiling yet
2024-05-19 04:24:40 +02:00
2b4e21736c
fix: removed warnings
2024-04-04 10:07:11 +02:00
72a1fe8af3
chore: updates and formatting
2024-03-10 21:40:52 +01:00
2f89b9dbb9
fix: fixed merge conflicts
2024-03-10 21:39:59 +01:00
a72f9753a2
feat: added current position to nowplaying command
2024-03-10 21:36:10 +01:00
59bf59295e
chore: rename music_queue::get_head
to next
2024-03-10 21:07:52 +01:00
eecb61b9f5
Merge branch 'master' of ssh://git.moonleay.net:8020/DiscordBots/Rustendo
2024-03-10 20:58:25 +01:00
d471bfcb06
feat: added nowplaying command
2024-03-10 20:58:05 +01:00
f3fec5292a
chore: use VecDeque
for music queue
2024-03-10 20:11:39 +01:00
05fae26549
fix: bug fixes
2024-03-10 19:46:27 +01:00
ed89386ed9
Merge branch 'fix/music-queue-improvements'
2024-03-10 19:39:01 +01:00
1879b4ee0f
fix: music queue improvements
2024-03-10 19:36:28 +01:00
ba0f1fb959
feat: added skip command, reworked embed messages
...
fix: fixed issue with queue not working properly
2024-03-10 19:36:02 +01:00
29392dc72d
chore: improve checks
2024-03-10 17:46:35 +01:00
fc32017a10
fix: mutex lock
2024-03-10 16:19:19 +01:00
e79b4142de
[WIP] fix: music queue bugs
2024-03-10 15:39:11 +01:00
c6af238f06
WIP: working on removing unsafe from appliction
2024-03-10 15:27:18 +01:00
9c1f6bee6d
chore: clippy improvements
2024-03-09 20:09:17 +01:00
e1cf394362
WIP: continued work on queue
2024-03-09 20:06:08 +01:00
a06299fb6f
feat: started to impl queue system
2024-03-09 00:25:12 +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
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