Wroclaw
6141dffa68
Previously if two message requests appered in a short timespan in the same channel, the bot would reply twice (in two messages) for the first message. This commit fixes that, by queuing message requests and responding to them in the chronological order based on a channelId. (requests are queued to a queue identified by channelId) fixes #4 |
||
---|---|---|
.. | ||
config_example.ts | ||
index.ts | ||
moderation.ts | ||
tokenCounter.ts | ||
toOpenAIMessages.ts |