added multiple game support
This commit is contained in:
4
bot.js
4
bot.js
@ -29,6 +29,10 @@ client.on('interactionCreate', async interaction => {
|
||||
}
|
||||
});
|
||||
|
||||
client.on("error", async error => {
|
||||
|
||||
});
|
||||
|
||||
client.once("ready", () => {
|
||||
console.log("Ready");
|
||||
});
|
||||
|
Reference in New Issue
Block a user