Skip to content

About Don't forget to give Star Repo and subscribe to Yt Rullzy ๐ŸŽ

Notifications You must be signed in to change notification settings

Izumii44/elyxsha-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Elyxsha-Bot

Simpel Base Telegram Bot

Install

  1. Clone the repository:
git clone https://github.com/KhrlMstfa/elyxsha-bot.git
cd elyxsha-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 .

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

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
    }
}

Authors

About

About Don't forget to give Star Repo and subscribe to Yt Rullzy ๐ŸŽ

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published