Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.02 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.02 KB

Yet Another Discord Bot

test-badge

Because clearly there aren't enough bots out there!.

Made with easy and flexible selfhosting in mind. Uses discord.js v12 and includes a generic webserver currently not used for anything.

Random Commit Hash: 000001

Requirements

Setup

Run directly

Run with Docker

  • Setup .env (See: .env.template)
  • Run docker build -t yet-another-discord-bot .
  • Run docker run yet-another-discord-bot

Differences between running on Windows or Linux

Feature Windows Linux
client.isWin true false
sh command Very slow to terminate Normal behavior (Fast)
shell command Very slow overall Normal behavior (Fast)