BoscoJared / BoscoJared/disparse

[core] abstract sending a direct message for all Discord APIs

Open
#33 0 comments 0 reactions 0 assignees View on GitHub
enhancement good first issue help wanted
Dominant language
Java
Stars
23
Forks
10
PR merge metrics
No merged PRs in 30d

Description

This involves work in all of the modules of disparse, namely:

* disparse-core
* disparse-jda
* disparse-d4j
* disparse-smalld

The goal of this feature is to abstract sending a direct message to a user. In disparse-core, there should be a method added to AbstractDispatcher which is an abstract method left to be implemented by each of jda, d4j, and smalld.

Then in each Dispatcher class for each module, there will be an implementation specific to the underlying library. Also, don't forget about the Dispatcher that is in `disparse-core/src/test/java/disparse/discord/TestDispatcher.java`

This feature can be tested manually for now using the `disparse-testing` module.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.