0.3.5 • Published 5 years ago

esmcord v0.3.5

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
5 years ago

GitHub issues GitHub forks GitHub stars GitHub license GitHub last commit


Example Usage

import { Client } from 'esmcord';

const esmcord = new Client(process.env.TOKEN, {
  debug: false,
});

esmcord.on('Ready', time => {
  console.log(`Ready at ${time}`);
});

esmcord.connect();

Contributing

Contributions are what make the open source community such a fantastic place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request
0.3.5

5 years ago

0.3.4

5 years ago

0.3.0

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.3

5 years ago

0.2.13

5 years ago

0.2.12

5 years ago

0.2.11

5 years ago

0.2.10

5 years ago

0.2.9

5 years ago

0.2.8

5 years ago

0.2.7

5 years ago

0.2.6

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.4-beta

5 years ago

0.1.4-alpha.1

5 years ago

0.1.4-alpha

5 years ago

0.1.3-alpha

5 years ago