async def resetPoke(self): """ Task that resets Poke """ if int(time.time()) - int(poke.get()[1]) > 259200: await self.client.get_guild(int(self.client.constants.CallOfCode))\ .get_channel(int(self.client.constants.DidierPosting))\ .send("Poke is gereset door inactiviteit. <@!{}> is hem!".format(int(poke.reset())))
async def reset(self, ctx): new = poke.reset() await ctx.send("Poke is gereset. <@!{}> is hem!".format(str(new)))