diff --git a/discovery.json b/discovery.json index aed75c4..a88c11f 100644 --- a/discovery.json +++ b/discovery.json @@ -1,8 +1,8 @@ { "botman/driver-config": [ - "stubs/slack.php" + "stubs/discord.php" ], "botman/driver": [ - "BotMan\\Drivers\\Slack\\SlackDriver" + "BotMan\\Drivers\\Discord\\DiscordDriver" ] -} \ No newline at end of file +}