> For the complete documentation index, see [llms.txt](https://docs.tzmc.dev/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tzmc.dev/docs/standalone/player-report-system-discord/config.md).

# Config

```lua
TZMCReportConfig = {}

-- DISCORD MESSAGE --
TZMCReportConfig.DiscordWebhook = "https://discord.com/api/webhooks/XXXXXXXXXXXXXXXXX/XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"

TZMCReportConfig.DiscordUsername = "TZMC Report"
TZMCReportConfig.DiscordImage = "https://cdn.betterttv.net/emote/5b7a0494ed39d816f122ebc5/3x"
TZMCReportConfig.MessageTitle = "NEW REPORT"
TZMCReportConfig.FooterText = "Report submitted by "
TZMCReportConfig.ThumbnailURL = "https://cdn.betterttv.net/emote/5f22a5c0cf6d2144653d9889/3x"

-- DISCORD MESSAGE COLOUR TYPES --

TZMCReportConfig.FeedbackColor = 0xa020f0
TZMCReportConfig.BugColor = 0xff0000
TZMCReportConfig.PlayerColor = 0xffa500

-- COMMAND --
TZMCReportConfig.CommandTrigger = 'report'
TZMCReportConfig.ChatSuggestion = 'Report a bug, player or give feedback about the server'
```
