diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-10-16 13:30:05 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-10-16 13:30:05 -0400 |
commit | 678a2dbbe5ba88a84874a03fbbdaa4ef2427f92f (patch) | |
tree | 1c44f288ae07f4a2178ce0f18afff4c67f654a12 /src/listeners/message | |
parent | 1302940db738a6e32316db06ad1cbace83537c32 (diff) | |
download | tanzanite-678a2dbbe5ba88a84874a03fbbdaa4ef2427f92f.tar.gz tanzanite-678a2dbbe5ba88a84874a03fbbdaa4ef2427f92f.tar.bz2 tanzanite-678a2dbbe5ba88a84874a03fbbdaa4ef2427f92f.zip |
links and change support message
Diffstat (limited to 'src/listeners/message')
-rw-r--r-- | src/listeners/message/autoThread.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/listeners/message/autoThread.ts b/src/listeners/message/autoThread.ts index 8db3979..8f2c4eb 100644 --- a/src/listeners/message/autoThread.ts +++ b/src/listeners/message/autoThread.ts @@ -46,7 +46,7 @@ export default class autoThreadListener extends BushListener { const embed = new MessageEmbed() .setTitle('NotEnoughUpdates Support') .setDescription( - `Welcome to Moulberry Bush Support:tm:\n\nPlease make sure you have the latest prerelease found in <#693586404256645231>.\nAdditionally if you need help installing the mod be sure to read <#737444942724726915> for a guide on how to do so.` + `Welcome to Moulberry Bush Support:tm:\n\nPlease make sure you have the latest version found in <#693586404256645231>.\nAdditionally if you need help installing the mod be sure to read <#737444942724726915> for a guide on how to do so.` ) .setColor('BLURPLE'); void thread |