Commit graph

29 commits

Author SHA1 Message Date
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
1dcd0ab66b
added .vscode to gitignore 2024-03-10 19:35:08 +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
ef06cbc90b
feat: added lazy_static 2024-03-09 20:05:49 +01:00
b493209a36
chore!: removed .vscode 2024-03-09 20:05:20 +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
edc22a91f2
Merge remote-tracking branch 'origin/master'
# Conflicts:
#	src/commands/play.rs
#	src/util/user_util.rs
2024-03-06 23:31:26 +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
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