don't violate the DMCA part 2

master
Skye 2 years ago
parent 0bcfee41e8
commit 56a80c763e
Signed by: me
GPG Key ID: 0104BC05F41B77B8

@ -42,6 +42,8 @@ client.on("messageCreate", async (message) => {
if (message.content.startsWith("\\")) return;
if (message.channel.type != ChannelType.GuildText) return;
// "adapted" from https://github.com/ryanccn/blahaj/blob/main/src/chat.ts
await message.channel.sendTyping();
const typingTimer = setInterval(() => {
if (message.channel.type == ChannelType.GuildText)

Loading…
Cancel
Save