1
Fork 0
mirror of https://github.com/Steffo99/config-fish.git synced 2024-10-16 14:27:34 +00:00

Fix discord_export bug

This commit is contained in:
Steffo 2021-10-04 00:13:24 +02:00
parent dd7f8d2a66
commit 205db49877
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -4,5 +4,10 @@ function discord_export
exit 1
end
discord-chat-exporter-cli export -c" $argv"
set channels "--channel "$argv
set channels (string split -- " " "$channels")
echo_progress $channels
discord-chat-exporter-cli export --bot $channels
end