├── .github └── FUNDING.yml ├── LICENSE ├── README.md ├── config.json ├── index.js ├── jointocreate.js └── package.json /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomato6966/Discord-Join-to-Create/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomato6966/Discord-Join-to-Create/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomato6966/Discord-Join-to-Create/HEAD/README.md -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomato6966/Discord-Join-to-Create/HEAD/config.json -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomato6966/Discord-Join-to-Create/HEAD/index.js -------------------------------------------------------------------------------- /jointocreate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomato6966/Discord-Join-to-Create/HEAD/jointocreate.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tomato6966/Discord-Join-to-Create/HEAD/package.json --------------------------------------------------------------------------------