A discord bot written in PHP
Project Name | Author | Current Version | Minimum PHP Version |
---|---|---|---|
Hiro Bot | bariscodefx, CYB3R73 | 1.0.0 | 7.3+ |
Pull Requests Only New Cool Commands and Bug Fixes!!!
git clone https://github.com/bariscodefxy/hiro-bot.git
- Download from Code button
- Extract to anywhere
- Install PHP7.3 or more
- Install Composer
- Make file with name
.env
- Put your token from Discord Developer Portal
to your .env file like this:
TOKEN=YOUR_BOT_TOKEN
- Put this command to your cmd/terminal:
composer update
orcomposer install
php ./bot.php
Done
Fork this project and sign in on Heroku then create new Heroku project then select your repository on your project then select heroku/php module, make new environment named TOKEN and put your token there from Heroku Settings. Done!
Copyright 2021 bariscodefx
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.