Skip to content

Commit 375f922

Browse files
authored
Update discord hook user name as discord is a reserved keyword (#32)
1 parent 4ac90d5 commit 375f922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/discord-logger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* The author of the log messages. You can set both to null to keep the Webhook author set in Discord
77
*/
88
'from' => [
9-
'name' => env('APP_NAME', 'Discord Logger'),
9+
'name' => env('APP_NAME', 'Laravel Logger'),
1010
'avatar_url' => null,
1111
],
1212

0 commit comments

Comments
 (0)