Skip to content

Commit dd9cf2c

Browse files
authored
Update README.md
1 parent 9f8468a commit dd9cf2c

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,7 @@ Add the new driver type in your `config/logging.php` configuration
1717
'driver' => 'custom',
1818
'via' => KABBOUCHI\LoggerDiscordChannel\DiscordLogger::class,
1919
'webhook' => 'https://discordapp.com/api/webhooks/.....',
20-
'level' => 'DEBUG'
20+
'level' => 'DEBUG',
21+
'role_id' => null, // role to tag in the error
2122
],
2223
],
23-
24-
// role to tag in the error
25-
'discord' => [
26-
'role_id' => '',
27-
],
28-
```

0 commit comments

Comments
 (0)