-
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.
chore(deps): update dependency node to v20 (#193)
* feat: initialize bot framework * chore(deps): update eslint dependencies * chore(deps): update dependency eslint to ^8.52.0 * chore(deps): update all non-major dependencies * chore(deps): update eslint dependencies to ^6.9.0 * chore(deps): update dependency @types/node to ^18.18.7 * chore(deps): update eslint dependencies to ^6.9.1 * chore(deps): update dependency @types/node to ^18.18.8 * chore(deps): update dependency node to v20 --------- Co-authored-by: ZenShibata <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
874b5b1
commit e0d9ba6
Showing
38 changed files
with
2,186 additions
and
198 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# The bot's environment (production or development) | ||
NODE_ENV=development | ||
|
||
# The bot's prefix | ||
BOT_PREFIX=/ | ||
|
||
# Developers' number | ||
# Format: country code + number | ||
# Example: 6281010101010 | ||
DEVS=["62xxxxxxxx"] |
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 |
---|---|---|
|
@@ -98,3 +98,5 @@ dist | |
|
||
# TernJS port file | ||
.tern-port | ||
|
||
auth_state/ |
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 |
---|---|---|
@@ -1 +1 @@ | ||
18 | ||
20 |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# @clytage/template | ||
# katheryne | ||
|
||
A template to generate well-configured project base for Clytage. | ||
A useful WhatsApp bot. |
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
Oops, something went wrong.