diff options
| author | 8cy <[email protected]> | 2020-05-09 16:33:22 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-05-09 16:33:22 -0700 |
| commit | 785d75743d4666f312d15da03de54eda57baad5e (patch) | |
| tree | 23b94f92595e88daf040f97a21552e22b9e0a50d /src/bot.ts | |
| parent | change youtube cmd bc of error (diff) | |
| download | dep-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.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}**.`) }) |