0.3.5 • Published 5 years ago
esmcord v0.3.5
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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - 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