commit handler (x2)

main
Matthew 2024-01-24 10:58:01 -05:00
parent 6b7ab58359
commit 8b082e356c
Signed by: matthew
SSH Key Fingerprint: SHA256:piIXekA9q1p0ZGi4ogFbNY1embip5Ytbi3v8AZ8UYq4
1 changed files with 0 additions and 3 deletions

View File

@ -17,9 +17,6 @@ async function main() {
message.reply("Hi, thanks for reaching out. Unfortunately, Management has decided to retire this modmailbot as of 2024-01-23 @ 21:33 and this service is no longer available. We are proceeding with this change in order to simplify our support process.\n\n-If you need help with Cloud Services or need to speak to a Technician, please DM <@650944330789552128> instead.\n-If you need assistance from a Server Moderator immediately. please ping the <@&455972169449734144> role within the server.\n-Programming support is located in <#506970598631538708>.\n\nThank you for your understanding ++LOC Management");
}
});
ramirez.client.on("raw", r => {
// console.log(r);
});
}
main();