1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-17 16:30:58 -05:00

forgor this existed

This commit is contained in:
Toast 2023-03-14 09:28:49 +11:00 committed by GitHub
parent b21dbcc71f
commit 18cba32f79

View File

@ -3,7 +3,6 @@ import TClient from '../client';
export default {
async run(client:TClient, message:Discord.Message){
if (message.author.bot || message.channel.type === ChannelType.DM) return;
//const msgarr = message.content.toLowerCase().replaceAll('\n', ' ').split(' ');
const msgarr = message.content.toLowerCase().replaceAll(/[!@#$%^&*()_+\-=\[\]{};':"\\|,.<>\/?\n]/g, ' ').split(' ');
let automodded: boolean;