I am trying to make a more than 1 input command in discord.js

前端 未结 0 1951
悲哀的现实
悲哀的现实 2020-12-22 05:41

This is my current code for a command I am working on:

bot.on("message", async msg => {
    if (msg.content.startsWith(`${prefix}apply`)) {
              


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题