Skip to content
This repository was archived by the owner on Jan 1, 2021. It is now read-only.

Commit 371cfed

Browse files
committed
Hopefully fix caching issues.
1 parent ea3246e commit 371cfed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/laravel-restcord.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010

1111
// Class to be invoked when a webhook has been created
1212
// replace this with your owner handler implementaton or add an IOC binding for this class
13-
'webhook-created-handler' => \LaravelRestcord\Discord\Webhooks\HandlesDiscordWebhooksBeingCreated::class,
13+
//'webhook-created-handler' => \LaravelRestcord\Discord\Webhooks\HandlesDiscordWebhooksBeingCreated::class,
1414

1515
// Class to be invoked when a bot has been added to a guild
1616
// replace this with your owner handler implementaton or add an IOC binding for this class
17-
'bot-added-handler' => \LaravelRestcord\Discord\Bots\HandlesBotAddedToGuild::class,
17+
//'bot-added-handler' => \LaravelRestcord\Discord\Bots\HandlesBotAddedToGuild::class,
1818
];

0 commit comments

Comments
 (0)