Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 769 Bytes

README.md

File metadata and controls

45 lines (28 loc) · 769 Bytes

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