|
@@ -30,7 +30,7 @@ export class FileOnlyChannelChecker {
|
|
|
let ch = msg.guild.channels.get(entry.warningMessageChannelId);
|
|
|
|
|
|
if(ch instanceof TextChannel)
|
|
|
- ch.send(`${msg.author.toString()} Channel ${msg.channel.toString()} is only meant for sharing links and files! If you want to post text-only messages, do so in ${ch.toString()}!`);
|
|
|
+ ch.send(`> ${msg.content.replace(/\n/g, "\n> ")}\n\n${msg.author.toString()} Channel ${msg.channel.toString()} is only meant for sharing links and files! If you want to post text-only messages, do so in ${ch.toString()}!`);
|
|
|
|
|
|
return true;
|
|
|
}
|