Create Channel Switch Logger
问题 I'm trying to create a channel switch logger which allows me to specify a channel where the messages get posted. So, for example, I create a TextChannel called "Channel Switches". When now a user changes voice channel, it should appear a message in this Channel. (eg. <USER> left channel <CHANNEL> and joined <CHANNEL>. ) MY PROBLEM IS: I get no errors and the Bot is not responding... Here my first try: var Discord = require('discord.js'); var logger = require("winston"); var auth = require(".