Explore modern discord bots for your server!
Most Voted
Explore Most Voted bots.
No bots found
Recently Added
Explore Recently Added bots.
No bots found
Most Used
Explore Most Used bots.
No bots found
Make your bots stand out with easy API management
Manage your bots with our easy to use API. We provide a simple and easy to use API to manage your bots. You can easily manage your bots with our API.
1const { Client } = require("vcodes.js");
2const dbl = new Client("eyJhbGciOiJIUzI1NiJ9...");
3
4dbl.on("ready", (bot) => {
5 console.log(`${bot.profile.username}`)
6})
7
8dbl.on("vote", data => {
9 console.log(`${data.user.username} voted`);
10})
11
12dbl.on("reminder", data => {
13 console.log(`${data.id} can vote again`);
14})
Want to add your bot?
You can add your bot to our list, just click the button below.
vCodes
Do you want to add and expand your Discord bots to reach more audiences? Here vCodes are here for you. You can add your Discord bots.
© 2019 - 2024 vCodes, All rights reserved.
Made with ❤ by Void Development