Skip to content
This repository has been archived by the owner on Oct 27, 2024. It is now read-only.

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Urbaexyz committed Sep 26, 2021
1 parent 5b460da commit 980c516
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const start = async (urbae = new urbae()) => {
console.log(color('------------------------------------------------------------------------', 'white'))
console.log(color('[CREATOR]', 'aqua'), color('Thoriq Azzikra', 'magenta'))
console.log(color('[BOT]', 'aqua'), color('URBAE BOT is now Online!', 'magenta'))
console.log(color('[VER]', 'aqua'), color('2.6.2', 'magenta'))
console.log(color('[VER]', 'aqua'), color('2.6.4', 'magenta'))
urbae.onStateChanged((state) => {
console.log(color('-> [STATE]'), state)
if (state === 'CONFLICT') urbae.forceRefocus()
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "whatsapp-bot",
"version": "2.6.2",
"version": "2.6.4",
"description": "whatsapp-bot with NodeJS",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 980c516

Please sign in to comment.