Skip to content
#

discord-bot

Here are 14,248 public repositories matching this topic...

Discord4J
nothub
nothub commented Feb 27, 2022

Description:
This PR adds a dependabot configuration for gradle and github-actions dependencies.

Justification:
Dependabot automates the task of checking dependencies for new releases.
When testing dependabot with the Discord4J project, it found several dependencies that are using outdated versions. Configuring dependabot seemed a better c

JasonHorkles
JasonHorkles commented Dec 20, 2021

Why?

So having multiple bots send logs to the same channel doesn't cause the other servers to try to run a log as a command

What and How?

Add option to ignore bots, pretty easy in JDA

Are there alternatives?

Ignoring all commands which is basically already possible, but this should be easy enough

Checks

  • I have used the search at least once to check if my idea has alrea
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

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