-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dicord Client #1
Comments
@beaterblank I am planning to work on this issue. Will post question if I have any. |
Cool go through the resources lmk if u have any questions about the architecture . https://www.conventionalcommits.org/en/v1.0.0/ Refer this for more on how to make good commits |
Are u still working on it ? |
Hey @kcbhola3030, not much is left in this issue. All the required functions are created and out for PR review. |
Issue Overview: Discord Bot Command Implementation
This issue focuses on developing a Discord bot that processes messages based on specific commands. The primary goal is to implement two key commands:
/remember
and/ask
. Multiple developers may collaborate on this task.Resources:
Command Specifications:
/remember
Command:Core Members
role and can only be used in a designated channel.embed:8001
(during development, uselocalhost:8001
) to save it The request body will be{"text":"an example text", "metadata":{...}}
, the contents of metadata are TBD and left for the developer to decide and the response will return{"message":"Task started successfully"}
during development use a dummy link or ignore this part till Embedder #2 is finished./ask
Command:The text was updated successfully, but these errors were encountered: