Skip to content

Commit 68049bd

Browse files
committed
🗑️ Disable setting channel topic
Resolves #116
1 parent f0616a1 commit 68049bd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/helpers/serverHandler.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,6 @@ class serverHandler {
136136
const server = out.server;
137137
let channel = this.client.channels.cache.get(server.discordid);
138138
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-
}
144139
if (line.includes("Error")) {
145140
if (channel.name !== "dev-dump") {
146141
const errorChannel =

0 commit comments

Comments
 (0)