Skip to content
This repository has been archived by the owner on Dec 19, 2018. It is now read-only.

Commit

Permalink
Add 51 guildUnavailable Logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Ray committed Oct 21, 2018
1 parent c4f5f62 commit 05b6419
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions events/guildUnavailable.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = (client, guild) => {
const guildName = guild.name;
const guildID = guild.id;
client.channels.get('503374691046653963').send(`Guild ${guildName} with ID ${guildID} has become unavailable to the client.`);
};

0 comments on commit 05b6419

Please sign in to comment.