mirror of
https://github.com/Steffo99/config-fish.git
synced 2024-12-22 14:54:23 +00:00
Fix discord_export bug
This commit is contained in:
parent
dd7f8d2a66
commit
205db49877
1 changed files with 6 additions and 1 deletions
|
@ -4,5 +4,10 @@ function discord_export
|
||||||
exit 1
|
exit 1
|
||||||
end
|
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
|
end
|
Loading…
Reference in a new issue