Skip to content
#

discord-bot

Here are 15,315 public repositories matching this topic...

vivekashok1221
vivekashok1221 commented May 8, 2022

image

When setting a reminder with the !remind command, the embed contains a timestamp which states the time at which the reminder will arrive. Same should be done for the embed you get when you edit a reminder, i.e, a timestamp of the newly edited time should

good first issue a: utility t: enhancement
lucian929
lucian929 commented May 2, 2022

Why?

I'd like to send players specific messages and/or commands when they boost the discord.

What and How?

When a player boosts the discord, it should fire a PlayerBoostGuildEvent or something along the lines of that. I suppose the plugin could have an option in the config to run events/messages, but from what I could see the only thing that exists is the LP context.

Are there alte

Catalyst4222
Catalyst4222 commented Feb 17, 2022

What is the feature you're proposing?
Currently, it's hard to check if two objects (e.g. Members) refer to the same item on discord. I would like a way to easily check if two objects are the same, and preferably also be able to store those objects in places that need hashes (sets and dict keys)

One simpler way to do this would be to create a mixin which has methods for __eq__ and `__hash

documentation enhancement good first issue
KILLEliteMaste
KILLEliteMaste commented Jul 23, 2021

Currently i.e. Message#edit(String) only updates the message content instead of removing the embed and components. The method should be changed to "replace" the message with the given new content and corresponding new methods i.e. Message#editContent should be added to only update the specific field.

breaking-change good first issue

Improve this page

Add a description, image, and links to the discord-bot topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the discord-bot topic, visit your repo's landing page and select "manage topics."

Learn more