REDDIT 原始帖子

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.

原帖正文r/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.

已收录讨论

3 条评论

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?