1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-17 04:10:59 -05:00

forgor this existed

This commit is contained in:
toast-ts 2023-03-14 09:28:49 +11:00 committed by GitHub
parent 68b7676382
commit be84089fb3

View File

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