Skip to content

Commit

Permalink
about command improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
UsrBinLuna committed Dec 24, 2024
1 parent eee7a13 commit 817f52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/general/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = {
.addFields(
{
name: 'Version',
value: `${version}`,
value: `\`${version}\``,
inline: true
},
{
Expand Down

0 comments on commit 817f52f

Please sign in to comment.