ORIGINAL REDDIT POST

Is it possible for the bot to read text from multiple channels but only generate messages in one?

I like this bot quite a bit, but I want to keep generated messages in a specific channel while preserving the information the bot has learned from other channels in my server.

Original postr/genai

I like this bot quite a bit, but I want to keep generated messages in a specific channel while preserving the information the bot has learned from other channels in my server.

Collected discussion

3 comments

u/bit0r1n

you can use any generation command with providing "-c channel" flag and it will work as "source channel" from where messages will be taken. generating demotivator for example "g.dem -c #memes"

u/mcbcharlesOP

This is useful, but what I'm looking for is the ability to generate server-wide messages. Is it possible for the bot to treat the entire server as one "chat" and then generate messages based on what it reads?

Is it possible for the bot to read text from multiple channels but only generate messages in one?