clean up the public interface a tiny bit

This commit is contained in:
MapleLeaf
2021-12-27 21:16:50 -06:00
parent ef26b66cb8
commit 6515f5e3d7
4 changed files with 88 additions and 59 deletions

View File

@@ -19,7 +19,6 @@ export function createCommandHandler(client: Client, commands: Command[]) {
)
}
}
console.info("ready 💖")
})
client.on("interactionCreate", async (interaction) => {