Add Agreement

This commit is contained in:
Dragon Fire
2021-04-02 17:49:51 -04:00
parent b31b00d108
commit 283cf91e39
2 changed files with 19 additions and 0 deletions
+18
View File
@@ -1,3 +1,21 @@
## Agreement
You are not to publish this code to the public under any circumstance. It is
private, and if found on the web you may be held liable in court. Xiao is
not licensed, meaning her code is completely under copyright. No one is
allowed to use any part of her code under any circumstance unless given
explicit permission from the copyright holder.
I, as the copyright holder, grant you the ability to use it as a reference
point for your projects and allow you to use the code as a learning tool.
You may take ideas and reformat code into another library, but you may not
simply copy and self-host the code, unless the bot using it is COMPLETELY
PRIVATE. This means it cannot be added to any servers but those of the bot
owner.
If a public bot is found using Xiao's code it will be reported to Discord and
removed.
## Installing
### Before You Begin
+1
View File
@@ -3,6 +3,7 @@
"version": "134.6.0",
"description": "Your personal server companion.",
"main": "Xiao.js",
"private": true,
"scripts": {
"test": "npm run lint",
"lint": "eslint . --ext .js --ext .json",