mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 21:12:06 +00:00
spelling
This commit is contained in:
parent
3614b78973
commit
4d47a05a81
1 changed files with 2 additions and 2 deletions
|
|
@ -21,8 +21,8 @@ if((major == 0 && minor < 12) || (major == 0 && minor == 12 && patch < 7)) {
|
|||
if(!process.env.OVERRIDE_DISCORD_MIN_VERSION) {
|
||||
throw new Error(
|
||||
"discord.js doesn't support node versions less than 0.12.7.\n"+
|
||||
"If you /really/ want to run it on this node " + process.version + ", then set OVERRIDE_DISCORD_MIN_VERSION enviroment variable.\n"+
|
||||
"However, this is unsupported and WILL cause problems."
|
||||
"If you /really/ want to run it on this node " + process.version + ", then set OVERRIDE_DISCORD_MIN_VERSION an an environment variable.\n"+
|
||||
"This is unsupported and WILL cause problems."
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue