summaryrefslogtreecommitdiff
path: root/src/commands/bot/joinmessage.ts
diff options
context:
space:
mode:
author8cy <[email protected]>2020-05-09 16:33:22 -0700
committer8cy <[email protected]>2020-05-09 16:33:22 -0700
commit785d75743d4666f312d15da03de54eda57baad5e (patch)
tree23b94f92595e88daf040f97a21552e22b9e0a50d /src/commands/bot/joinmessage.ts
parentchange youtube cmd bc of error (diff)
downloaddep-core-785d75743d4666f312d15da03de54eda57baad5e.tar.xz
dep-core-785d75743d4666f312d15da03de54eda57baad5e.zip
add google, suggest + add suggest to joinmsg
- account for missing version increments
Diffstat (limited to 'src/commands/bot/joinmessage.ts')
-rw-r--r--src/commands/bot/joinmessage.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/bot/joinmessage.ts b/src/commands/bot/joinmessage.ts
index ed974fd..fe55627 100644
--- a/src/commands/bot/joinmessage.ts
+++ b/src/commands/bot/joinmessage.ts
@@ -24,6 +24,6 @@ module.exports = class InviteBot extends Command {
});
}
run(msg: CommandoMessage) {
- msg.reply('Hi! Thank you for inviting my bot to your server! To view the complete list of commands, do `uwu!help`. If you\'d like, you can also change the prefix using `uwu!prefix change <prefix>`. If you want to contact the lead developer for possible suggestions or to report a bug, please join the support server: https://crack.cf/uwufier-support. ' + emoji.random())
+ msg.reply('Hi! Thank you for inviting my bot to your server! To view the complete list of commands, do `uwu!help`. If you\'d like, you can also change the prefix using `uwu!prefix change <prefix>`. If you want to contact the lead developer for possible suggestions or to report a bug, please join the support server: https://crack.cf/uwufier-support. You can also do `uwu!suggest <thing>.` ' + emoji.random())
}
}; \ No newline at end of file