diff options
author | destruc7i0n <6181960+destruc7i0n@users.noreply.github.com> | 2021-12-24 17:51:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-24 17:51:26 -0500 |
commit | 328eec0cd4fff00f19e734cc7e9b54124ab44cf5 (patch) | |
tree | 3a36a0884f2d280ced7fedefffef4ad08574deed /README.md | |
parent | check if channel is valid on launch (diff) | |
download | shulker-328eec0cd4fff00f19e734cc7e9b54124ab44cf5.tar.gz shulker-328eec0cd4fff00f19e734cc7e9b54124ab44cf5.zip |
updated to discord.js v13 (#77)
* updated to discord.js v13 * update loading of config * updated debug lines * rcon cleanup * more code cleanup * bump version * message about node.js requirement Co-authored-by: destruc7i0n <destruc7i0n@users.noreply.github.com>
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md index d4476cb..46f7ad6 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ ## Installation and usage +Ensure you have Node v16.6+ installed. You can check the version you have installed with `node -v` in your terminal or command prompt. + Create a Discord bot here: https://discordapp.com/developers/applications/me Then, add the bot to your Discord server using the following link, replace the Client ID with that of your bot. |