Commit graph

78 commits

Author SHA1 Message Date
02090ff884
update deps (madness) 2023-02-12 00:22:42 +01:00
ebf75e6c08
Revert "remove useless comment?"
This reverts commit 922c261e9e.

This comment is not useless
2023-02-11 19:14:38 +01:00
596919ea7b
bump @discordjs/opus 2023-02-11 19:10:10 +01:00
0b820e645e
Add pages support for queue 2023-02-11 17:58:12 +01:00
336d18d810
add shuffle and remove 2023-02-11 17:14:34 +01:00
71af333da4
WIP: Add subcommands for queue 2023-02-11 16:58:14 +01:00
e1e0399970
Can't subcommand a command who have option 2023-02-11 16:27:26 +01:00
bcd49c4d09
Send multiples embed in case of long lyrics 2023-02-11 16:19:39 +01:00
8b606215ed
add repeat command 2023-02-11 15:37:00 +01:00
5ac1d5f7f1
fix issue when no lyrics were found 2023-02-11 00:30:32 +01:00
13246cd46b
fix strings 2023-02-11 00:11:47 +01:00
0f71cc546c
Add lyrics 2023-02-10 19:22:26 +01:00
6f89ed1856
remove useless eslint comment 2023-02-10 19:07:04 +01:00
a21fb3437c
Add todos 2023-02-10 18:48:41 +01:00
d867096f39
Add a todo 2023-02-10 18:48:32 +01:00
94e2333df2
use nowplaying fn 2023-02-10 18:41:55 +01:00
3a871a3350
add skipto command 2023-02-10 18:32:24 +01:00
fdf5f488ad
Add skip command 2023-02-10 18:21:09 +01:00
5414ff9f7b
Add queue 2023-02-10 18:16:55 +01:00
91c6e5fe37
add pause/resume command 2023-02-10 17:45:10 +01:00
fee7af21d2
fix locales string 2023-02-10 17:41:46 +01:00
43dfdba4b3
add nowplaying 2023-02-10 17:31:23 +01:00
3a2efd1c82
npm update 2023-02-10 17:14:32 +01:00
922c261e9e
remove useless comment? 2023-02-10 00:11:56 +01:00
593da97e33
support for playlist 2023-02-05 23:53:59 +01:00
04ab72ab66
change metadata folder 2023-02-05 23:53:48 +01:00
065d23359d
install node-fetch 2023-02-05 01:13:17 +01:00
6473d0769e
use locales 2023-02-05 01:04:50 +01:00
ae5f8799a8
add stop command 2023-02-05 01:01:30 +01:00
54847dbc49
use dev version 2023-02-05 00:52:57 +01:00
ddd277907c
use audioonly 2023-02-05 00:46:09 +01:00
b9ddfc5c22
support once too 2023-02-04 20:25:12 +01:00
8a5778d8b9
add some events 2023-02-04 20:24:09 +01:00
4e7645c0e1
add play command as a simple copy paste from guides 2023-02-04 20:02:26 +01:00
5feb1b2742
add the player 2023-02-04 19:43:06 +01:00
72869224e1
add a comment 2023-02-04 19:42:51 +01:00
1fabba3c3a
remove ffmpeg 2023-02-04 19:19:43 +01:00
22475d4d11
add draft of play command 2023-02-04 19:10:26 +01:00
c4347d3d7a
remove useless dep 2023-02-04 18:37:20 +01:00
0961c0808d
add dependencies 2023-02-04 14:53:44 +01:00
Anri
70237b56c0 fix prettier filename (#59)
Co-authored-by: Mylloon <kennel.anri@tutanota.com>
Reviewed-on: https://git.kennel.ml/ConfrerieDuKassoulait/Botanique/pulls/59
2023-01-20 03:44:02 +01:00
Anri
646f08ae4a fix: quotes not working (#60)
- add intent
- fix regex edited by prettier

Co-authored-by: Mylloon <kennel.anri@tutanota.com>
Reviewed-on: https://git.kennel.ml/ConfrerieDuKassoulait/Botanique/pulls/60
2023-01-20 03:43:54 +01:00
Anri
23c6b6eb48 Meta: Use of Prettier (#58)
Usage of Prettier alongs with ESlint

Co-authored-by: Mylloon <kennel.anri@tutanota.com>
Reviewed-on: https://git.kennel.ml/ConfrerieDuKassoulait/Botanique/pulls/58
2023-01-17 23:11:22 +01:00
Anri
42b4257ac0 fix: fix/archive (#56)
Checklist:

- [x] Suivre les indications de `CONTRIBUTING.md`
- [x] Référence aux tickets (par exemple `Closes #xyz`)

- add scope to commands
- fix issues with #55

Since the commands added with #55 are only for specific guilds, they are now scoped only for thoses guilds

Co-authored-by: Mylloon <kennel.anri@tutanota.com>
Reviewed-on: https://git.kennel.ml/ConfrerieDuKassoulait/Botanique/pulls/56
Co-authored-by: Anri <anri@noreply.git.kennel.ml>
Co-committed-by: Anri <anri@noreply.git.kennel.ml>
2023-01-17 22:05:38 +01:00
loonatiny
e380cb908a feat: command archive (#55)
Checklist:

- [x] Suivre les indications de `CONTRIBUTING.md`
<!-- - [ ] Augmente de 1 le numéro de version (soit `x.y.z`, augmentez `z` si
bugfix, `y` si ajout de fonctionnalité et `x` si grande nouveautée) -->
- [x] Référence aux tickets (par exemple `Closes #xyz`)

Co-authored-by: FRANCOIS tanya <fr.tanyan@gmail.com>
Co-authored-by: Mylloon <kennel.anri@tutanota.com>
Co-authored-by: Anri <anri@noreply.git.kennel.ml>
Reviewed-on: https://git.kennel.ml/ConfrerieDuKassoulait/Botanique/pulls/55
2023-01-17 14:28:59 +01:00
Anri
74678e0464 Fix: Permissions Docker (#54)
Co-authored-by: Mylloon <kennel.anri@tutanota.com>
Reviewed-on: https://git.kennel.ml/ConfrerieDuKassoulait/Botanique/pulls/54
2023-01-17 13:21:54 +01:00
Anri
3c1fee1de2 fix: fix/docker-52 (#53)
Checklist:

- [x] Suivre les indications de `CONTRIBUTING.md`
- [x] Référence aux tickets (par exemple `Closes #xyz`)

Closes #52

Co-authored-by: Mylloon <kennel.anri@tutanota.com>
Reviewed-on: https://git.kennel.ml/ConfrerieDuKassoulait/Botanique/pulls/53
2023-01-17 12:34:51 +01:00
Anri
8f096b9589 feat: Reminders (#44)
Checklist:

- [x] Suivre les indications de `CONTRIBUTING.md`
- [x] Référence aux tickets (par exemple `Closes #xyz`)

Closes #1

Additional changes:
- use of ChatInputCommandInteraction (part of v14)
- fixed locales progress bars
- updates dependencies
- better handle of errors
- support of modals
- support of buttons

Co-authored-by: Mylloon <kennel.anri@tutanota.com>
Reviewed-on: https://git.kennel.ml/ConfrerieDuKassoulait/Botanique/pulls/44
2023-01-17 12:15:14 +01:00
Anri
9d5c65bf9d bump versions (#43)
Reviewed-on: https://git.kennel.ml/ConfrerieDuKassoulait/Botanique/pulls/43
2022-07-27 21:46:09 +02:00
Anri
f6ff50449c feat: quote (#42)
Reviewed-on: https://git.kennel.ml/ConfrerieDuKassoulait/Botanique/pulls/42
2022-07-27 13:00:23 +02:00