aboutsummaryrefslogtreecommitdiff
path: root/rest.sh
blob: e4824d84863d152f2e79ac365862a1d6a79eac39 (plain)
1
2
3
atrocity_rest() {
	curl -X "$1" "https://discord.com/api/v10/$2" -H "authorization: Bot $ATROCITY_TOKEN" -H "content-type: application/json" --data "$3" 2>/dev/null
}