0.3.5 • Published 4 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
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