⏪ Do not add prefix to chat messages
This commit is contained in:
@@ -3,7 +3,7 @@ import { chatClient } from "../..";
|
|||||||
const maxMessageLength = 500;
|
const maxMessageLength = 500;
|
||||||
|
|
||||||
async function say(channel: string, message: string): Promise<void> {
|
async function say(channel: string, message: string): Promise<void> {
|
||||||
message = `MrDestructoid ${message}`;
|
// message = `MrDestructoid ${message}`;
|
||||||
|
|
||||||
if (message.length > 500) {
|
if (message.length > 500) {
|
||||||
const suffix = "...";
|
const suffix = "...";
|
||||||
|
Reference in New Issue
Block a user