Skip to content

Commit

Permalink
Updated Guides and Goals (#134)
Browse files Browse the repository at this point in the history
* Update README.md

* Update commands-guide.md

* Update events-guide.md

* Update commands-guide.md
  • Loading branch information
JT2M0L3Y committed Nov 8, 2024
1 parent 698def9 commit 2dd8cc3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,9 @@ The project aims to:
* [x] Administrator Role Compatible
* [x] Multi-User Chat Generation (Multiple users chatting at the same time) - This was built in from Ollama `v0.2.1+`
* [x] Automatic and Manual model pulling through the Discord client
* [ ] Allow others to create their own models personalized for their own servers!
* [ ] Documentation on creating your own LLM
* [ ] Documentation on web scrapping and cleaning

## Documentation
These are guides to the feature set included and the events triggered in this app.
These are guides to the features and capabilities of this app.
* [User Slash Commands](./docs/commands-guide.md)
* [Client Events](./docs/events-guide.md)

Expand Down
3 changes: 1 addition & 2 deletions docs/commands-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ This is a guide to all of the slash commands for the app.
```
/message-stream stream true
```
> [!NOTE]
> This is a very slow progress on Discord because "spamming" changes within 5 seconds is not allowed.
**This is a very slow progress on Discord because "spamming" changes within 5 seconds is not allowed.**

3. Message Style
This command allows a user to select whether to embed the app's response.
Expand Down
8 changes: 4 additions & 4 deletions docs/events-guide.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
## Events Guide
This is a guide to all of the client events for the app.

> [!NOTE] Each of these is logged to the console for a developer to track.
> [!NOTE]
> * Each of these is logged to the console for a developer to track.
> * Possible interactions include commands, buttons, menus, etc.
1. ClientReady
This event signifies that the Discord app is online.
Expand All @@ -11,8 +13,6 @@ This is a guide to all of the client events for the app.
This event signifies that a user interacted from Discord in some way.
Here commands are selected from a knowledge bank and executed if found.

> [!NOTE] Possible interactions include commands, buttons, menus, etc.
3. MessageCreate
This event signifies that a message was sent.
Here user questions and comments for the LLM are processed.
Expand All @@ -24,4 +24,4 @@ This is a guide to all of the client events for the app.

4. ThreadDelete
This event signifies that a Discord Thread was deleted.
Here any preferences set for interaction within the thread are cleared away.
Here any preferences set for interaction within the thread are cleared away.

0 comments on commit 2dd8cc3

Please sign in to comment.