aboutsummaryrefslogtreecommitdiff
path: root/commands/Moderation/timeout.js
diff options
context:
space:
mode:
authorTheEdgeNK <32907415+TheEdgeNK@users.noreply.github.com>2018-03-11 20:33:17 -0400
committerTheEdgeNK <32907415+TheEdgeNK@users.noreply.github.com>2018-03-11 20:33:17 -0400
commit9056d09d3c397fc3a64f27cfae3ce06c6a758c16 (patch)
tree028381a09b0e608f54cb161a8a4a4b5b1ae748c3 /commands/Moderation/timeout.js
parente3c5468b4748c879892ff520e20b7753d5c1ff0f (diff)
downloadPokeBot-9056d09d3c397fc3a64f27cfae3ce06c6a758c16.tar.gz
PokeBot-9056d09d3c397fc3a64f27cfae3ce06c6a758c16.tar.bz2
PokeBot-9056d09d3c397fc3a64f27cfae3ce06c6a758c16.zip
1.0.1 fixes
Diffstat (limited to 'commands/Moderation/timeout.js')
-rw-r--r--commands/Moderation/timeout.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/Moderation/timeout.js b/commands/Moderation/timeout.js
index cc0aa7d..5fabd5f 100644
--- a/commands/Moderation/timeout.js
+++ b/commands/Moderation/timeout.js
@@ -39,7 +39,7 @@ exports.run = async (bot, msg) => {
.addField('Moderator', msg.author.tag)
.setTimestamp()
.setFooter(`${msg.author.tag} put ${member.user.tag} in time-out.`, msg.author.avatarURL);
- msg.guild.channels.find('name', 'logs').send({ embed });
+ msg.guild.channels.find('id', logChannel).send({ embed });
}
catch (err) {
console.error(err.stack);