def remind(self, ctx, when: FutureTime, *, message: commands.clean_content='nothing'):
"""Adds a reminder that will go off after a certain amount of time."""
await self._add_reminder(ctx, when.dt, message)
文章目录