Skip to content
/ keeperbot Public

A discord bot called KeeperBot for the Keeper Klan community.

Notifications You must be signed in to change notification settings

yani/keeperbot

Repository files navigation

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

About

A discord bot called KeeperBot for the Keeper Klan community.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages