Skip to content

asos-a/asos-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Welcome

This is official version of asos language

Installion

$ npm i asos-new

Start

Create a file name index.js, now, use this code:

const Asos = require('asos-new')
const client = new Asos.Client();

client.on('message', msg => {
    if (msg.content === 'ping') {
      msg.reply('pong');
    }
  });

client.login('your bot token')

Now, using this command to switch on the bot: $ node . Congratulation, you made a bot!!!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published