mirror of
https://github.com/Steffo99/config-fish.git
synced 2024-12-23 07:14:22 +00:00
8 lines
No EOL
188 B
Fish
8 lines
No EOL
188 B
Fish
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 |