✨
This commit is contained in:
11
gwendolyn/funcs/games/__init__.py
Normal file
11
gwendolyn/funcs/games/__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
"""Game functions for Gwendolyn."""
|
||||
|
||||
__all__ = ["Money", "Games"]
|
||||
|
||||
from .money import Money
|
||||
|
||||
class Games():
|
||||
def __init__(self, bot):
|
||||
"""Initialize the class."""
|
||||
self.bot = bot
|
||||
self.database = bot.database
|
||||
Reference in New Issue
Block a user