/keeperbot

A discord bot called KeeperBot for the Keeper Klan community.

Primary LanguagePHP

KeeperBot

A discord bot called KeeperBot for the Keeper Klan discord guild.

image

Public bot

Go to https://discord.com/oauth2/authorize?client_id=1240009518847365130 and add him to your server.

Private bot

  1. Run the following commands:
git clone https://github.com/yani/keeperbot
cd keeperbot
composer install --no-dev
  1. Edit .env file and set the DISCORD_BOT_TOKEN to the token of your bot

  2. Run the following command:

php keeper-bot.php

Systemd service

nano /etc/systemd/system/keeperbot.service
[Unit]
Description=KeeperBot (Discord bot)
After=network.target

[Service]
ExecStart=php /home/yani/keeperbot/keeper-bot.php
Restart=always
service keeperbot start

License

MIT