0.3.5 • Published 4 years ago

esmcord v0.3.5

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
4 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

4 years ago

0.3.4

4 years ago

0.3.0

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.3

4 years ago

0.2.13

4 years ago

0.2.12

4 years ago

0.2.11

4 years ago

0.2.10

4 years ago

0.2.9

4 years ago

0.2.8

4 years ago

0.2.7

4 years ago

0.2.6

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.4-beta

4 years ago

0.1.4-alpha.1

4 years ago

0.1.4-alpha

4 years ago

0.1.3-alpha

4 years ago