Skip to content

Commit

Permalink
Merge pull request #2 from kargnas/master
Browse files Browse the repository at this point in the history
Fix typo of fork (Slack -> Discord)
  • Loading branch information
mpociot authored Oct 6, 2017
2 parents 677e7f6 + 82d7f2e commit cd84375
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions discovery.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"botman/driver-config": [
"stubs/slack.php"
"stubs/discord.php"
],
"botman/driver": [
"BotMan\\Drivers\\Slack\\SlackDriver"
"BotMan\\Drivers\\Discord\\DiscordDriver"
]
}
}

0 comments on commit cd84375

Please sign in to comment.