Skip to content

Commit

Permalink
added __userhelp__
Browse files Browse the repository at this point in the history
  • Loading branch information
LanceMaverick committed Mar 16, 2017
1 parent adbaaf9 commit 5c4adfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions beards/botebeard/python/botebeard/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
logger = logging.getLogger(__name__)

class BoteBeard(BeardChatHandler):
__userhelp__ = "Get player and ship statistics for World of Warships"
__commands__ = [
('wowsnew', 'add_profile', 'add your profile to the db'),
('wowsstats', 'player_stats', 'see your total stats'),
Expand Down

0 comments on commit 5c4adfa

Please sign in to comment.