From 4d5880a3b8026f023ba32e44715f0a54afe3eb2c Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Mon, 8 Jun 2020 10:33:06 -0400 Subject: [PATCH] Add a note to the readme about discord bot perms --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd2898ed40..636df3d49c 100644 --- a/README.md +++ b/README.md @@ -321,7 +321,7 @@ DreamDaemon can be finicky and will crash with several high load games or bad DM TGS supports creating infinite chat bots for notifying staff or players of things like code deployments and uptime in. Currently the following providers are supported - Internet Relay Chat (IRC) -- Discord +- Discord (Bot requires perms to chat and edit own messages) More can be added by providing a new implementation of the [IProvider](src/Tgstation.Server.Host/Components/Chat/Providers/IProvider.cs) interface