Skip to content

Commit

Permalink
Updated a LOT of easter eggs 😉
Browse files Browse the repository at this point in the history
  • Loading branch information
gideontong committed Jun 4, 2019
1 parent 8e17aba commit f982ae2
Show file tree
Hide file tree
Showing 5 changed files with 33,771 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ process.on('uncaughtException', function (err) {
bot.on("ready", function () {
console.log('[Info] The Discord bot has begun startup...')
console.log(`[Info] Connected to Discord as: ${bot.user.tag} with the id: ${bot.user.id}! Prefix: ${config.prefix}, branch: ${config.branch}, version: ${config.version}`)
bot.user.setActivity('Puma Pants', { type: 'WATCHING' })
bot.user.setActivity('people take my photo', { type: 'WATCHING' })
.then(presence => console.log(`[Info] Activity set to ${presence.game ? presence.game.name : 'none'}`))
.catch(console.error);
require('child_process').exec('cd dashboard && node WebServer.js', (err, stdout, stderr) => {
Expand Down
Loading

1 comment on commit f982ae2

@gideontong
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, if you're reading this, you're not going to find my API key.

Please sign in to comment.