clemmy/commands/communities.sh
2023-01-17 01:46:39 +11:00

4 lines
241 B
Bash

#Community hoardan
follow(){ post "community/follow" "{\"community_id\":$1,\"follow\":true}"; }
unfollow(){ post "community/follow" "{\"community_id\":$1,\"follow\":false}"; }
following(){ echo "use <home> instead"; } # Maybe this will help.