diff options
| author | 8cy <[email protected]> | 2020-04-23 02:40:29 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-23 02:40:29 -0700 |
| commit | 8982033d856bf8f50487eb6af742d83a9b6f741e (patch) | |
| tree | f60985fa38323541431586f67f3f9a98bad6b97c /dist/commands/utility/version.js | |
| parent | Create README.md (diff) | |
| download | dep-core-8982033d856bf8f50487eb6af742d83a9b6f741e.tar.xz dep-core-8982033d856bf8f50487eb6af742d83a9b6f741e.zip | |
add invite cmd, v.7.3.5
Diffstat (limited to 'dist/commands/utility/version.js')
| -rw-r--r-- | dist/commands/utility/version.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/commands/utility/version.js b/dist/commands/utility/version.js index c7fb70a..c5a16be 100644 --- a/dist/commands/utility/version.js +++ b/dist/commands/utility/version.js @@ -28,7 +28,7 @@ class VersionUtility extends discord_js_commando_1.Command { msg.channel.send('Please wait...').then(m => { m.edit(`** **`); let emb = new discord_js_1.MessageEmbed() - .setDescription('uwufier\'s current build version is **v7.3.3**. ' + emoji_random_1.default.random()) + .setDescription('uwufier\'s current build version is **v7.3.5**. ' + emoji_random_1.default.random()) .setColor(0xFFCC4D); msg.channel.send(emb); }); |