mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-06 22:44:32 +02:00
Add Agreement
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user