disputils icon indicating copy to clipboard operation
disputils copied to clipboard

Some neat utils for discord.py. Making your life as a Discord bot developer easier. (not sure about the future of this libraray)

Results 5 disputils issues
Sort by recently updated
recently updated
newest added

Hey Your module is awesome, just fix some version and reupload it on pypi

I'm trying to have a confirmation pop up when a user adds a reaction to a message, but I see that the BotConfirmation needs a `ctx` argument, which isn't usable...

https://github.com/LiBa001/disputils/blob/313404e02c781a999c44d7f3e87548c01e9cc7da/disputils/abc.py#L27 Add a try-except statement to make sure that we have enough permissions to ``send_messages`` and ``embed_links`` Also make sure that we have ``add_reaction`` and ``manage_messages`` to add and remove...

Removing embed.Empty sentinel in favor of None for discord.py 2.0+ compatibility