zingmars / discord-bot

Simple Discord bot written in PHP that uses DiscordPHP in the background. Has some useful plugins migrated from older IRC bots. Licensed under the Beerware license.
Other
1 stars 1 forks source link
bot discord php

Discord bot

A slightly modified version of this. Re-licensed just because I could.

A lot of the plugins were ported from an older IRC bot IRCLinkBot or TaiiwoBot.

Requirements

For cleverbot support you'll also need

Setup

Bot:

Project:

Run

Locally

First go through the Setup section above.

For development, you can use JetBrains' PhpStorm. This repository includes a run config. Just open it in PhpStorm, and run it using the run/debug menu.

If you want to run it manually, run index.php, i.e. php8.0 index.php.

Docker

If you want to use docker you'll need:

To run:

Miscellaneous