A simple extension for discord.py which provides basic timer support. import datetime from discord.ext import commands, timers bot = commands.Bot(command_prefix="!") bot.timer_manager = timers.TimerManager(bot) @bot.command(name="remind") async def remind(ctx, time, *, text): """Remind to do something on a date. ...
What is discord and why should you use it?
Whether you’re part of a school club, gaming group, worldwide art community, or just a handful of friends that want to spend time together, Discord makes it easy to talk every day and hang out more often. ...
How many embeds can I add to my discord bot?
In addition, you can make an unlimited number of custom embeds, for example, to ask for help. Also, an activity meter has been built into the Discord Bot, which counts how many messages users have sent and how many times they have reacted to messages. -> Users with such ranks will be able to use staff commands (%removestaffrole to remove the role) ...