diff --git a/funcs/__init__.py b/funcs/__init__.py index 973ce81..a4d0599 100644 --- a/funcs/__init__.py +++ b/funcs/__init__.py @@ -1,4 +1,4 @@ -"""A collection of all Gwendolyn functions""" +"""A collection of all Gwendolyn functions.""" __all__ = ["helloFunc", "cap", "imageFunc", "logThis", "findWikiPage", "makeFiles", "emojiToNumber", "fiarReactionTest", "deleteGame", "stopServer", "checkBalance", "giveMoney", "addMoney", "triviaCountPoints", "triviaStart", "triviaAnswer", "blackjackShuffle", "blackjackStart", "blackjackPlayerDrawHand", "blackjackContinue", "blackjackFinish", "blackjackHit", "blackjackStand", "blackjackDouble", "blackjackSplit", "parseFourInARow", "fourInARowAI", "spellFunc", "monsterFunc", "nameGen", "tavernGen", "movieFunc", "roll_dice", "parseChar", "parseRoll", "critRoll", "parseDestiny"] diff --git a/funcs/games/__init__.py b/funcs/games/__init__.py index 0056a07..44e1407 100644 --- a/funcs/games/__init__.py +++ b/funcs/games/__init__.py @@ -1,4 +1,4 @@ -"""Functions for games Gwendolyn can play""" +"""Functions for games Gwendolyn can play.""" __all__ = ["checkBalance", "giveMoney", "addMoney","triviaCountPoints", "triviaStart", "triviaAnswer", "blackjackShuffle", "blackjackStart", "blackjackPlayerDrawHand", "blackjackContinue", "blackjackFinish", "blackjackHit", "blackjackStand", "blackjackDouble", "blackjackSplit", "parseFourInARow", "fourInARowAI"] diff --git a/funcs/lookup/__init__.py b/funcs/lookup/__init__.py index cac2b29..7b46bbf 100644 --- a/funcs/lookup/__init__.py +++ b/funcs/lookup/__init__.py @@ -1,4 +1,4 @@ -"""Gwendolyn functions for looking things up""" +"""Gwendolyn functions for looking things up.""" __all__ = ["spellFunc", "monsterFunc"] diff --git a/funcs/other/__init__.py b/funcs/other/__init__.py index c024164..d1b0edb 100644 --- a/funcs/other/__init__.py +++ b/funcs/other/__init__.py @@ -1,4 +1,4 @@ -"""Misc. functions for Gwendolyn""" +"""Misc. functions for Gwendolyn.""" __all__ = ["nameGen", "tavernGen", "movieFunc"] diff --git a/funcs/roll/__init__.py b/funcs/roll/__init__.py index 173ab00..243ed83 100644 --- a/funcs/roll/__init__.py +++ b/funcs/roll/__init__.py @@ -1,4 +1,4 @@ -"""I stole this""" +"""I stole this.""" __all__ = ["roll_dice"] diff --git a/funcs/swfuncs/__init__.py b/funcs/swfuncs/__init__.py index a2e1007..daa0118 100644 --- a/funcs/swfuncs/__init__.py +++ b/funcs/swfuncs/__init__.py @@ -1,4 +1,4 @@ -"""Functions related to the Star Wars TTRPG""" +"""Functions related to the Star Wars TTRPG.""" __all__ = ["parseChar", "parseRoll", "critRoll", "parseDestiny"]