added multiple game support

This commit is contained in:
2022-05-13 00:06:45 -05:00
parent 0d76c3484f
commit 62b6f2628f
3 changed files with 42 additions and 10 deletions

4
bot.js

@ -29,6 +29,10 @@ client.on('interactionCreate', async interaction => {
}
});
client.on("error", async error => {
});
client.once("ready", () => {
console.log("Ready");
});