Simpel Base Telegram Bot
- Clone the repository:
git clone https://github.com/KhrlMstfa/elyxsha-bot.git
cd elyxsha-bot
- install module
npm install
npm install -g yarn
yarn install
- Start Bot
node .
This project is licensed under the MIT License, which means you are free to use, modify, and distribute the code, but you must include the original copyright and license notice in any copy of the project or substantial portion of it.
export default {
//kosongkan saja jika ingin mematikan
command: [""],
help: [""],
tags: [""],
use: "",
//ubah ke true jika ingin menyalakan
admin: false,
group: false,
owner: false,
run: async (bot, { client }) => {
//your script code
}
}