Remove Slack

As the community is mostly active on discord, there's little point in
linking people to Slack as well
This commit is contained in:
Matthias
2021-07-11 11:13:27 +02:00
parent e4e2340f91
commit f658cfa349
7 changed files with 11 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
"""
This module contains class to manage RPC communications (Telegram, Slack, ...)
This module contains class to manage RPC communications (Telegram, API, ...)
"""
import logging
from typing import Any, Dict, List
@@ -13,7 +13,7 @@ logger = logging.getLogger(__name__)
class RPCManager:
"""
Class to manage RPC objects (Telegram, Slack, ...)
Class to manage RPC objects (Telegram, API, ...)
"""
def __init__(self, freqtrade) -> None:
""" Initializes all enabled rpc modules """