├── .github └── dependabot.yml ├── .gitignore ├── LICENSE ├── README.md ├── index.js ├── package.json └── settings.default.json /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CBenni/modlogsbot/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CBenni/modlogsbot/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CBenni/modlogsbot/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CBenni/modlogsbot/HEAD/README.md -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CBenni/modlogsbot/HEAD/index.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CBenni/modlogsbot/HEAD/package.json -------------------------------------------------------------------------------- /settings.default.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CBenni/modlogsbot/HEAD/settings.default.json --------------------------------------------------------------------------------