Created
March 2, 2016 14:56
-
-
Save vrutkovs/02bbf3c5c180e390c1b2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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