rachids / merge-simpson

Simple Discord bot made in PHP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Merge Simpson

Simple Discord bot made with Laravel Zero and DiscordPHP.

Documentation

  • Clone this project
  • cp .env.example .env
  • Fill the DISCORD_TOKEN with your token.
  • Run composer install

For more, you can read the Laravel Zero and DiscordPHP documentations.

Available commands

!mr This command will check for opened merge requests with less than 2 upvotes. You need to edit the DiscordCommand.php in order to set the channel in which you want the bot to put its answer. You also need to set your GITLAB_TOKEN.

!meteo {city_name} This command will fetch latitude and longitude of the city passed from the Teleport API and then use those to fetch weather data from 7Timer! API. (Those two services don't require authentication).

License

Merge Simpson is an open-source software licensed under the MIT license.

About

Simple Discord bot made in PHP.

License:MIT License


Languages

Language:PHP 99.7%Language:Shell 0.3%