Skip to content

Commit

Permalink
added missing v to djs version on info command
Browse files Browse the repository at this point in the history
  • Loading branch information
Ballaual committed Mar 31, 2023
1 parent 98683d1 commit de67c82
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion commands/Bot/info.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module.exports = {
},
{
name: "<:djs:1091295192956547072> Discord.js Version",
value: `\`${version}\``,
value: `\`v${version}\``,
inline: true
},
{
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dicobo",
"version": "1.0.6",
"version": "1.0.7",
"description": "a discordbot written in discord.js v14 using (/) commands",
"main": "app.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "1.0.6",
"version": "1.0.7",
"note": "DO NOT EDIT this file, unless you know what you are doing here!"
}

0 comments on commit de67c82

Please sign in to comment.