Skip to content

Instantly share code, notes, and snippets.

@Californ1a
Created December 6, 2020 01:59
Show Gist options
  • Save Californ1a/8eb257f67677f19c6057fd1a32227229 to your computer and use it in GitHub Desktop.
Save Californ1a/8eb257f67677f19c6057fd1a32227229 to your computer and use it in GitHub Desktop.
nightbot custom command hard clue count
$(eval const api = $(urlfetch json https://spreadsheets.google.com/feeds/cells/SHEETID/1/public/full?alt=json); `Rank: ${api.feed.entry[141].content.$t}, Count: ${parseInt(api.feed.entry[142].content.$t, 10).toLocaleString()} - https://secure.runescape.com/m=hiscore/a=13/ranking?table=29&category_type=1&user=PLAYERNAME`)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment