We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0616a1 commit 68049bdCopy full SHA for 68049bd
src/helpers/serverHandler.ts
@@ -136,11 +136,6 @@ class serverHandler {
136
const server = out.server;
137
let channel = this.client.channels.cache.get(server.discordid);
138
if (!channel || !channel.isText() || channel.type === "dm") return;
139
- if (line.includes("; Factorio")) {
140
- return channel.setTopic(
141
- `Running ${this.formatVersion(line)} since ${this.formatDate(line)}`
142
- );
143
- }
144
if (line.includes("Error")) {
145
if (channel.name !== "dev-dump") {
146
const errorChannel =
0 commit comments