-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0.1.2 - New update! Check Releases.md for more information!
- Loading branch information
Showing
11 changed files
with
46 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,26 @@ | |
|
||
--- | ||
|
||
## Version `0.1.2` 📝 | ||
|
||
- Added `<Message>.isMentioned` method. This property is used to check if the message is mentioning the bot. | ||
- Example: | ||
```ts | ||
client.On("message", (message) => { | ||
if (message.isMentioned()) { | ||
message.Reply("Hello!"); | ||
} | ||
}); | ||
``` | ||
- Improved logging for WebSocket events. | ||
- Updated license notices at the top of each file to reflect the new repository owner change. | ||
|
||
Update to this version by running the following command in your terminal: | ||
|
||
```bash | ||
deno add jsr:@nin0chat/[email protected] | ||
``` | ||
|
||
## Version `0.1.1` 📝 | ||
|
||
- Added `<Client>.Once` method. This method is the same as `<Client>.On`, but it only runs once. | ||
|
@@ -31,9 +51,3 @@ | |
- `@/Main.ts` | ||
- `@/Utilities/Types.ts` | ||
- `@/Utilities/Logger.ts` | ||
|
||
Update to this version by running the following command in your terminal: | ||
|
||
```bash | ||
deno add jsr:@nin0chat/[email protected] | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters