clemmy/commands/commands.sh

8 lines
289 B
Bash
Raw Normal View History

2023-01-17 01:46:39 +11:00
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=$*"; }