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

8 lines
289 B
Bash

actions="notifs notifs2 comments freepost shitpost follow unfollow home deref whoami login"
#Endpoints in other files mostly.
source commands/accounts.sh
source commands/communities.sh
source commands/lurking.sh
source commands/posts.sh
#Misc
deref(){ getauth "resolve_object" "" "q=$*"; }