Discord.js unable to login after using Client#destroy()

后端 未结 1 850
太阳男子
太阳男子 2021-01-27 00:20
switch (command[0])
{
  case \'restart\':
    if(msg.author.id == config[\"owner\"]){
      msg.channel.send(preEmbed(\'clientRest         


        
相关标签:
1条回答
  • 2021-01-27 01:00

    According to discord.js' github repo, you get that message when you don't provide a token, so make sure you are providing the token correctly.

    0 讨论(0)
提交回复
热议问题