yagop / telegram-bot

UNMAINTAINED - A Telegram Bot based on plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[feature request] Add a config option for redis hostname

t-chab opened this issue · comments

Hi.

Is it possible to add a new configuration option to allow customisation of redis server hostname ?

Something like that :

config = {
    enabled_plugins = {
      "9gag",
      "eur",
      [...]    
      "youtube" },
    redis = { "myRedisHostname:6379" }
    sudo_users = {our_id},
    disabled_channels = {}
  }

Thanks