/RealHosting-Bot

Discord bot made with PHP for RealHosting

Primary LanguagePHP

bot

RealHosting BOT

Discord BOT made in PHP, to moderate your discord server.

install PHP dependencies

composer install

config your dotenv

image

run the migrations

cd src
cd database
php RunMigrations.php

start bot

php index.php

I'm using the Rector PHP to refactor the code

To see preview of suggested changed

vendor/bin/rector process --dry-run

To make changes happen, run bare command

vendor/bin/rector process