smilegodly / mewbot

A discord bot with some cool features made with Python.
2 stars 3 forks source link

time_check() in Funcs class needs to be rewritten #6

Closed smilegodly closed 4 years ago

smilegodly commented 4 years ago

time_check() in func.py uses methods (commands.get_channel, ...) that no longer exist in the rewrite branch of the discord API. This functionality needs to be rewritten so that it works for the updated rewrite branch of the discord API.