Skip to content

Commit

Permalink
version 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Urbaexyz committed Aug 27, 2021
1 parent f3e0b0b commit 585adb8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.5.8', 'magenta'))
console.log(color('[VER]', 'aqua'), color('2.6.0', 'magenta'))
urbae.onStateChanged((state) => {
console.log(color('-> [STATE]'), state)
if (state === 'CONFLICT') urbae.forceRefocus()
Expand Down
2 changes: 1 addition & 1 deletion lib/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const help = (prefix, jame, betime, blockNumber, prem, banned, cts, waver) => {
*┃➥ Repo : github.com/Urbaeexyz/wa-bot*
*┃➥ Library : @open-wa/wa-automate*
*┃➥ Bot Name : Urbaeexyz*
*┃➥ Whatsapp Bot Ver : 2.5.8*
*┃➥ Whatsapp Bot Ver : 2.6.0*
*┃➥ Creator : Thoriq Azzikra*
*┃➥ Date : ${betime}*
*┃➥ Time : ${jame}*
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.5.8",
"version": "2.6.0",
"description": "whatsapp-bot with NodeJS",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 585adb8

Please sign in to comment.