From 7e76394c1e6a27b26f620f03712c813efe141d7d Mon Sep 17 00:00:00 2001 From: Christopher Angelo Date: Mon, 8 Jun 2020 05:46:49 +0700 Subject: [PATCH] bump: 3.0.4 Signed-off-by: Christopher Angelo --- events/ready.ts | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/events/ready.ts b/events/ready.ts index b7abace..b1e9df7 100644 --- a/events/ready.ts +++ b/events/ready.ts @@ -5,7 +5,7 @@ const presenceData: PresenceData = { afk: false, activity: { type: 'WATCHING', - name: 'for ~!help | v3.0.3' + name: 'for ~!help | v3.0.4' } } diff --git a/package.json b/package.json index 28ab229..7d47e7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lyrics-finder", - "version": "3.0.3", + "version": "3.0.4", "description": "Lyrics Finder bot on Discord", "main": "index.js", "repository": "https://github.com/angeloanan/lyrics-finder",