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

Commit

Permalink
Version bump to v 1.2.4 (non-beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuff committed Dec 24, 2018
1 parent 4430ee5 commit 4dfde54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discordify",
"version": "1.2.3",
"version": "1.2.4",
"description": "The last Discord music bot we'll ever need!",
"main": "./src/bot.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/embeds.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
embed: {
color: embed_color,
footer: {
text: `This bot is running Discordify v${version} (beta)`
text: `This bot is running Discordify v${version}`
},
fields: [
{
Expand Down Expand Up @@ -225,7 +225,7 @@ module.exports = {
footer: {
text: `Sent from #${message.obj.channel.name}
in ${message.obj.guild.name} by Discordify
v${version} (beta)`
v${version}`
},
fields: [
{
Expand Down

0 comments on commit 4dfde54

Please sign in to comment.