new commands: recent and rejoin, fixed some stuff

This commit is contained in:
ayeuhugyu 2024-01-03 15:38:22 -08:00
parent 89b75481e9
commit 921febf278
6 changed files with 5 additions and 4 deletions

View file

@ -39,5 +39,4 @@ client.on("voiceStateUpdate", (oldState, newState) => {
});
register();
client.login(process.env.TOKEN);