summaryrefslogtreecommitdiff
path: root/src/commands
diff options
context:
space:
mode:
author8cy <[email protected]>2020-04-21 10:54:46 -0700
committer8cy <[email protected]>2020-04-21 10:54:46 -0700
commitd3323ae5ba9903e16af4cf6cd8cb71918a4d6d46 (patch)
treecc6f90f826404899a583b3db41b1200c732d6ef9 /src/commands
parentremove npm scripts, add version cmd, v7.3.1 (diff)
downloaddep-core-d3323ae5ba9903e16af4cf6cd8cb71918a4d6d46.tar.xz
dep-core-d3323ae5ba9903e16af4cf6cd8cb71918a4d6d46.zip
formatting, v7.3.2
Diffstat (limited to 'src/commands')
-rw-r--r--src/commands/utility/version.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/utility/version.ts b/src/commands/utility/version.ts
index 14d555c..cdb08c8 100644
--- a/src/commands/utility/version.ts
+++ b/src/commands/utility/version.ts
@@ -25,7 +25,7 @@ export default class VersionUtility extends Command {
m.edit(`** **`);
let emb = new MessageEmbed()
- .setDescription('uwufier\'s current build version is v7.3.1' + emoji.random())
+ .setDescription('uwufier\'s current build version is v7.3.2. ' + emoji.random())
.setColor(0xFFCC4D)
msg.channel.send(emb);