My Discord.js bot is running (online and shows in console) but it won't respond to commands
问题 So, one day I was using TeamViewer to connect to my RPi3 and told it to reboot. As soon as it finished, I connected to the pi, started the bot, and it looked like it was starting up properly. When I went to send a command on discord, the bot didn't respond. The bot is still running though. I tried changing some of the code, but nothing changed. Here's the code: // Load up the discord.js library const Discord = require("discord.js"); // This is your client. Some people call it `bot`, some