!gameslist <count> - Returns a list of the top 20 games and the number of people who have played that game. if you pass a limit it will show that many games instead.
!whoplayed <gamename> - Returns a list of players who have played the game.
Minigames:
!credits - Lists your current credits.
!bet <amount> - Start a game of BlackJack.
!hit - Draw a card
!stand - Show the cards
...
...
@@ -588,6 +606,15 @@ Stuff:
out_string=out_string[1900:]
return
ifmessage.content.startswith('!credits'):
member=db_get_member(message.author.id)
ifnotmember:
client.send_message(message.author,"There was a problem looking up your information.")