Simpel Base Telegram Bot Using Telegraf
- Clone the repository:
git clone ttps://github.com/Im-Dims/mochimaru-bot.git
cd mochimaru-bot- install module
npm installnpm install -g yarn
yarn install- Start Bot
node .
# or
npm start
# start bot using pm2
npm run pm2This 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.
module.exports = {
//kosongkan saja jika ingin mematikan
command: [""],
help: [""],
tags: [""],
use: "", // ini opsional jika kamu memakai Func.example, sebaiknya ga usah make use, fungsinya sama aja:v, sama sama example:v
run: async (bot, {
sock
}) => {
//your script code
},
//ubah ke true jika ingin menyalakan
admin: false,
group: false,
owner: false
}Mochimaru Bot is currently in active development. Features may change frequently, and stability is not guaranteed.
Use at your own risk. Contributions, bug reports, and suggestions are welcome!