Skip to content

jonas-mtl/Whatsapp-web.js-TypeScript-Handler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo
Whatsapp-web.js TypeScript Handler

Simple system for Whatsapp-web.js completely wtitten in TypeScript ~ Made by Jonas

Fork Repo node.js

Github Stars Personal Discord

⚡️ Features

  • Functions Handler
  • File System

📝 Installation Guide

  • You will need to install the TypeScript compiler either globally or in your workspace to transpile TypeScript source code to JavaScript:
    • download Guidenpm install -g typescript@lastest Version 4.7.x +.
  • Adjust the settings in ./src/config.ts so everything suits you:
  • Install all dependencies by using npm install
  • To run the bot:
    • build first with npm run build / tsc >> start the bot with npm run start (to start once) / npm run nodemon (to restart automatically on build) - you will need to npm install -g nodemon

⚙️ Commands & Event Options

Functions:

Structure

name: string;
execute: (...args: any[], client) => any;
Option Description Type Default Required?
name Event name, for example: .on('ready') string Yes
execute Code being executed on Event Yes

⭐️ Made by Jonas#1713

If you want to say thank you or/and support active development of the Handler:

  • Add a GitHub Star to the project.
  • Please give proper credits when you use the Handler, especially if you want to edit and post to public.

Discord Profile

⚠️ License

The Minimalistic Discord.js v14 TypeScript Handler is available under the MIT License

About

a TypeScript handler for Whatsapp-web.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published