diff options
| author | 8cy <[email protected]> | 2020-04-23 02:11:00 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-23 02:11:00 -0700 |
| commit | 5ac7d3481b6c72732c941b7c8908376d1f13d16c (patch) | |
| tree | 7319b9aecefdf9da875fc2fb286fb2ee30714b2f /src/commands/utility/version.ts | |
| parent | formatting, v7.3.2 (diff) | |
| download | dep-core-5ac7d3481b6c72732c941b7c8908376d1f13d16c.tar.xz dep-core-5ac7d3481b6c72732c941b7c8908376d1f13d16c.zip | |
remove nek, add clientid, v7.3.3
Diffstat (limited to 'src/commands/utility/version.ts')
| -rw-r--r-- | src/commands/utility/version.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/utility/version.ts b/src/commands/utility/version.ts index cdb08c8..e540338 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.2. ' + emoji.random()) + .setDescription('uwufier\'s current build version is **v7.3.3**. ' + emoji.random()) .setColor(0xFFCC4D) msg.channel.send(emb); |