Ian Riley
@IanRiley1
Hello, I've been very interested in incorporating repl.it into our classrooms at my university. However, something that I've noticed is that there doe
Bobanbusiness can someone fix this? its discord.js:
TypeError: Cannot read property 'id' of undefined
at Object.run (/home/runner/V13-1/commands/moderation/kick.js:40:17)
at Client. (/home/runner/V13-1/index.js:94:17)
at Client.emit (node:events:394:28)
at MessageCreateAction.handle (/home/runner/V13-1/node_modules/discord.js/src/client/actions/MessageCreate.js:23:14)
at Object.module.exports [as MESSAGECREATE] (/home/runner/V13-1/nodemodules/discord.js/src/client/websocket/handlers/MESSAG1 year ago
Maria-Fernan109 import java.util.Scanner;
public class Main {
public static void main(string[] args) {
Scanner sc = new Scanner (System.in);
String cadena;
System.out.println("Introduce un nombre:");
Cadena = sc.nextLine();
System.out.println("Buenos Días" + cadena);
}
}
2 years ago