├── .gitignore ├── LICENSE ├── README.md ├── colors.json ├── index.js ├── json.sqlite └── package.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Koolwiza/Welcomer-Bot/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Koolwiza/Welcomer-Bot/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Koolwiza/Welcomer-Bot/HEAD/README.md -------------------------------------------------------------------------------- /colors.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Koolwiza/Welcomer-Bot/HEAD/colors.json -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Koolwiza/Welcomer-Bot/HEAD/index.js -------------------------------------------------------------------------------- /json.sqlite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Koolwiza/Welcomer-Bot/HEAD/json.sqlite -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Koolwiza/Welcomer-Bot/HEAD/package.json --------------------------------------------------------------------------------