1
Fork 0
mirror of https://github.com/Steffo99/config-fish.git synced 2024-12-22 14:54:23 +00:00

Add quick discord chat exporter

This commit is contained in:
Steffo 2021-10-03 17:58:19 +02:00
parent 5a61f81191
commit be1d8436e6
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -0,0 +1,8 @@
function discord_export
if test -z "$DISCORD_TOKEN_BOT"
echo_error "\$DISCORD_TOKEN_BOT is not set."
exit 1
end
discord-chat-exporter-cli export -c" $argv"
end