Skip to content
This repository has been archived by the owner on Dec 23, 2022. It is now read-only.

svpernova09/docbot-discord

Repository files navigation

Docbot-Discord

A simple bot to return Laravel documentation URLs based on prompts such as docs homestead or docs authorization. The goal is simplicity without over-engineering. Create your Discord Bot before continuing.

Running the bot

  • Clone the repo
  • Rename .env.example to .env
  • Add your bots token to BOT_TOKEN in .env
  • Run make install
  • Run the bot: php bin/docbot.php

Development

Run the test suite with make test, make clean will remove vendor.