chore: change token in readme to constant (#8688)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
NaeHyeok Jeong
2022-10-10 06:27:46 +09:00
committed by GitHub
parent a31e605e09
commit 0a9d57b011
4 changed files with 7 additions and 7 deletions

View File

@@ -19,4 +19,4 @@ client.on('interactionCreate', async (interaction) => {
}
});
await client.login('token');`;
await client.login(TOKEN);`;