当用户输入密码时, Sudo的pwfeedback选项可用于提供视觉反馈。每次按键都会打印一个星号。添加此选项是为...
50 changes: 36 additions & 14 deletions 50 Commands/Info/poll.js Original file line numberDiff line numberDiff line change @@ -4,13 +4,17 @@ module.exports = { data: new SlashCommandBuilder() .setName("poll") .setDescription("Create a poll and send it to a certain channel")...