Open UB-AICLUB opened 2 months ago
@beaterblank I am planning to work on this issue. Will post question if I have any.
@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 . You are free to make decisions about how the data should be structrured or customised. Make sure to put good commit messages
https://www.conventionalcommits.org/en/v1.0.0/
Refer this for more on how to make good commits
@beaterblank I am planning to work on this issue. Will post question if I have any.
Are u still working on it ? I am willing to collaborate on this one
@beaterblank I am planning to work on this issue. Will post question if I have any.
Are u still working on it ? I am willing to collaborate on this one
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 #2 is finished./ask
Command: