mirror of
https://github.com/PHIDIAS0303/ClusterChatSync.git
synced 2025-12-27 03:05:21 +09:00
..
This commit is contained in:
@@ -3,7 +3,7 @@ const Discord = require('discord.js');
|
|||||||
const fetch = require('node-fetch');
|
const fetch = require('node-fetch');
|
||||||
const {BaseControllerPlugin} = require('@clusterio/controller');
|
const {BaseControllerPlugin} = require('@clusterio/controller');
|
||||||
const {InstanceActionEvent} = require('./info.js');
|
const {InstanceActionEvent} = require('./info.js');
|
||||||
import { ChatEvent } from "./message.js";
|
const {ChatEvent} = require("./message.js");
|
||||||
|
|
||||||
const MAX_DISCORD_MESSAGE_LENGTH = 1950;
|
const MAX_DISCORD_MESSAGE_LENGTH = 1950;
|
||||||
const MIN_CONFIDENCE_SCORE = 10.0;
|
const MIN_CONFIDENCE_SCORE = 10.0;
|
||||||
|
|||||||
Reference in New Issue
Block a user