Skip to content

Instantly share code, notes, and snippets.

@vrutkovs
Created March 2, 2016 14:56
Show Gist options
  • Select an option

  • Save vrutkovs/02bbf3c5c180e390c1b2 to your computer and use it in GitHub Desktop.

Select an option

Save vrutkovs/02bbf3c5c180e390c1b2 to your computer and use it in GitHub Desktop.
query = "SELECT slug, value FROM nick_values NATURAL JOIN nicknames \
WHERE key = 'karma' ORDER BY value DESC LIMIT ?"
karmalist = bot.db.execute(query, top_limit).fetchall()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment