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

Remove unused discord_export command

This commit is contained in:
Steffo 2024-05-20 02:04:36 +02:00
parent 8d553e8fd9
commit fc01b66e39
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -1,11 +0,0 @@
function discord_export
if test -z "$DISCORD_TOKEN"
echo_error "\$DISCORD_TOKEN is not set."
return
end
set channels "--channel "$argv
set channels (string split -- " " "$channels")
discord-chat-exporter-cli export --bot --token $DISCORD_TOKEN $channels
end