Skip to content

Commit

Permalink
Update discord hook user name as discord is a reserved keyword (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
8ctopus authored Jan 18, 2023
1 parent 4ac90d5 commit 375f922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/discord-logger.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* The author of the log messages. You can set both to null to keep the Webhook author set in Discord
*/
'from' => [
'name' => env('APP_NAME', 'Discord Logger'),
'name' => env('APP_NAME', 'Laravel Logger'),
'avatar_url' => null,
],

Expand Down

0 comments on commit 375f922

Please sign in to comment.