mirror of
https://github.com/Steffo99/config-fish.git
synced 2024-12-22 14:54:23 +00:00
Remove unused discord_export command
This commit is contained in:
parent
8d553e8fd9
commit
fc01b66e39
1 changed files with 0 additions and 11 deletions
|
@ -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
|
|
Loading…
Reference in a new issue