1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-12-25 14:47:29 +00:00

WIP periodic posting cog

This commit is contained in:
Myned 2017-12-01 18:05:11 -05:00
parent be0d0916f6
commit 000e7a86e7

18
src/main/cogs/periodic.py Normal file
View file

@ -0,0 +1,18 @@
import asyncio
import json
from datetime import datetime as dt
import discord as d
from discord import errors as err
from discord.ext import commands as cmds
from discord.ext.commands import errors as errext
from misc import exceptions as exc
from misc import checks
from utils import utils as u
class Post:
def __init__(self, bot):
self.bot = bot