clemmy/commands/communities.sh

4 lines
237 B
Bash
Raw Normal View History

2023-01-17 01:46:39 +11:00
#Community hoardan
2023-07-02 19:28:33 +10:00
follow(){ post "community/follow" '{"community_id":'$1',"follow":true}'; }
unfollow(){ post "community/follow" '{"community_id":'$1',"follow":false}'; }
2023-01-17 01:46:39 +11:00
following(){ echo "use <home> instead"; } # Maybe this will help.