From bc1ced946871a67a85672e1d3cf7b8d3ac0e5e82 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Mon, 8 Jun 2020 10:48:39 -0400 Subject: [PATCH] This is dumb --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 636df3d49c..cd2898ed40 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 (Bot requires perms to chat and edit own messages) +- Discord More can be added by providing a new implementation of the [IProvider](src/Tgstation.Server.Host/Components/Chat/Providers/IProvider.cs) interface