Carbon icon indicating copy to clipboard operation
Carbon copied to clipboard

[Feature] Allow console send message on channel with redis

Open Barlaf opened this issue 9 months ago • 0 comments

Proposed Feature Description:

Make console can send message in channel with command with redis

Proposed Feature Functionality:

Hello ! I see this pull request: https://github.com/Hexaoxide/Carbon/pull/245 and it's write as deleted. It's possible to add this feature ? or it's not possible / not accepted ?

Actualy it's possible to send a message by the console but it's not sync on all serveur

My actualy config

key="carbon:annoncelibre"
format {
    basic {
        console="[<channel>] <message>"
        discord="<message>"
        "default_format"="<message>"
    }
    locales {
        "en_US" {}
    }
}
quick-prefix=""
should-register-commands=true
command-aliases=[
    annoncelibre
]
radius=-1
empty-radius-recipients-message=true
cooldowns {}
cooldown=-1
cross-server=true

ScreenShot in srv1 Image ScreenShot in srv2 missing console message Image

Barlaf avatar Jun 04 '25 19:06 Barlaf