mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
* Importing Token Importing token was missing, so I added it. It is getting the token from configuration file. It could have been done with defining a constant variable too, but importing makes more sense. * Updated Token Field to "dotenv" From now, user's can use dotenv package to keep their Discord client token. * Referring token as DISCORD_TOKEN Co-authored-by: Jaw0r3k <jaworekwiadomosci@gmail.com> --------- Co-authored-by: Jaw0r3k <jaworekwiadomosci@gmail.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>