diff --git a/README.md b/README.md index 1afa256..dda4822 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Modumind -Experimental Discord bot +Discord booru bot with a side of management and tasking Credits: Rapptz/discord.py diff --git a/src/cogs/periodic.py b/src/cogs/periodic.py index 76242d3..49a85c5 100644 --- a/src/cogs/periodic.py +++ b/src/cogs/periodic.py @@ -17,3 +17,9 @@ class Post: def __init__(self, bot): self.bot = bot + + for task in u.tasks['periodic_gpm']: + self.bot.loop.create_task() + + async def _check_posts(self, user, channel): + pass diff --git a/src/utils/utils.py b/src/utils/utils.py index 791b274..19a5948 100644 --- a/src/utils/utils.py +++ b/src/utils/utils.py @@ -68,7 +68,7 @@ def dump(obj, filename, *, json=False): settings = setdefault('misc/settings.pkl', {'del_ctx': [], 'prefixes': {}}) -tasks = setdefault('cogs/tasks.pkl', {'auto_del': [], 'auto_rev': []}) +tasks = setdefault('cogs/tasks.pkl', {'auto_del': [], 'auto_rev': [], 'periodic_gpm': []}) temp = setdefault('temp/temp.pkl', {'startup': ()}) RATE_LIMIT = 2.2