Skip to content

xyuzuu/mochimaru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mochimaru Bot

Simpel Base Telegram Bot Using Telegraf

Install

  1. Clone the repository:
git clone ttps://github.com/Im-Dims/mochimaru-bot.git
cd mochimaru-bot
  1. install module
npm install

If npm install failed, try using yarn instead of npm

npm install -g yarn
yarn install
  1. Start Bot
node .

# or
npm start

# start bot using pm2
npm run pm2

License

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.

Contoh membuat plugin

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
}

Authors

⚠️ WARNING: This Project Is Under Development

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published