0.3.5 • Published 3 years ago

esmcord v0.3.5

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

3 years ago

0.3.4

3 years ago

0.3.0

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.3

3 years ago

0.2.13

3 years ago

0.2.12

3 years ago

0.2.11

3 years ago

0.2.10

3 years ago

0.2.9

3 years ago

0.2.8

3 years ago

0.2.7

3 years ago

0.2.6

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.4-beta

3 years ago

0.1.4-alpha.1

3 years ago

0.1.4-alpha

3 years ago

0.1.3-alpha

3 years ago