summaryrefslogtreecommitdiff
path: root/src/bot.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/bot.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/bot.ts')
-rw-r--r--src/bot.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bot.ts b/src/bot.ts
index 452df4f..cd085b5 100644
--- a/src/bot.ts
+++ b/src/bot.ts
@@ -82,7 +82,7 @@ client.on('warn', console.warn)
client.on('guildCreate', guild => {
console.log(`Joined server: ${guild.name}`)
- guild.owner?.send('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())
+ guild.owner?.send('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())
//@ts-ignore
client.guilds.cache.get('704032355987488791')?.channels.cache.get('706818034999754792')?.send(`Joined server: **${guild.name}**.`)
})