├── .github ├── images │ └── banner.png └── workflows │ └── linter.yaml ├── EMBEDS.md ├── LICENSE ├── README.md ├── SYSTEM.md └── discord_webhooks ├── custom ├── config.lua └── examples.lua ├── embeds.lua ├── meta.xml └── system.lua /.github/images/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fernando-A-Rocha/mta-discord-webhooks/HEAD/.github/images/banner.png -------------------------------------------------------------------------------- /.github/workflows/linter.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fernando-A-Rocha/mta-discord-webhooks/HEAD/.github/workflows/linter.yaml -------------------------------------------------------------------------------- /EMBEDS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fernando-A-Rocha/mta-discord-webhooks/HEAD/EMBEDS.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fernando-A-Rocha/mta-discord-webhooks/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fernando-A-Rocha/mta-discord-webhooks/HEAD/README.md -------------------------------------------------------------------------------- /SYSTEM.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fernando-A-Rocha/mta-discord-webhooks/HEAD/SYSTEM.md -------------------------------------------------------------------------------- /discord_webhooks/custom/config.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fernando-A-Rocha/mta-discord-webhooks/HEAD/discord_webhooks/custom/config.lua -------------------------------------------------------------------------------- /discord_webhooks/custom/examples.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fernando-A-Rocha/mta-discord-webhooks/HEAD/discord_webhooks/custom/examples.lua -------------------------------------------------------------------------------- /discord_webhooks/embeds.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fernando-A-Rocha/mta-discord-webhooks/HEAD/discord_webhooks/embeds.lua -------------------------------------------------------------------------------- /discord_webhooks/meta.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fernando-A-Rocha/mta-discord-webhooks/HEAD/discord_webhooks/meta.xml -------------------------------------------------------------------------------- /discord_webhooks/system.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fernando-A-Rocha/mta-discord-webhooks/HEAD/discord_webhooks/system.lua --------------------------------------------------------------------------------