مرحبا .. بدرس ال functions استخدم المحاضر export و import ولكن انا عندي مشروع حبيت اطبق عليه نفس الفكرة ولا عرفت كيف ممكن استخدمها واستدعيها بملف اخر
جربت الكود المكتوب بالصورة ولكن ظهر لي خطأ
(node:22976) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension.
(Use `node --trace-warnings ...` to show where the warning was created)
C:\Users\Devo_\Downloads\Bot-Template\src\telegram\index.js:11
export const login = bot.on('message', (msg) => {
^^^^^^
SyntaxError: Unexpected token 'export'
وما هي طريقة ال import الصحيحة بهذي الحالة؟