# trind-mailbot-package

> Mailbot package by Trindade

Latest version **1.5.0** (published 2022-07-25) · ISC license · 0 weekly downloads

## Install

```sh
npm install trind-mailbot-package
pnpm add trind-mailbot-package
yarn add trind-mailbot-package
bun add trind-mailbot-package
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.5.0 |
| Published | 2022-07-25 |
| First published | 2022-07-25 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 8.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Trindade |
| Maintainers | trindade_shelb |
| Keywords | mailbot, package, discord |

## Links

- npm: https://www.npmjs.com/package/trind-mailbot-package
- Repository: https://github.com/Thomasshel-by/trind-mailbot
- Homepage: https://github.com/Thomasshel-by/trind-mailbot#readme
- Issues: https://github.com/Thomasshel-by/trind-mailbot/issues
- npm.io page: https://npm.io/package/trind-mailbot-package

## Dependencies (1)

- [discord.js](https://npm.io/package/discord.js.md) ^13.8.1

## Alternatives

- [@expo/fingerprint](https://npm.io/package/@expo/fingerprint.md) — 6.2M weekly downloads
- [@azure/monitor-opentelemetry-exporter](https://npm.io/package/@azure/monitor-opentelemetry-exporter.md) — 850.0K weekly downloads
- [@azure/monitor-opentelemetry](https://npm.io/package/@azure/monitor-opentelemetry.md) — 624.0K weekly downloads
- [@posthog/ai](https://npm.io/package/@posthog/ai.md) — 423.3K weekly downloads
- [fakefilter](https://npm.io/package/fakefilter.md) — 63.9K weekly downloads

## Recent versions

- 1.5.0 (latest) — 2022-07-25
- 1.0.0 — 2022-07-25

## README

��# Trind Mailbot
  Package mailbot do trindade
# Setup
```
const Discord = require('discord.js');
const allIntents = new Discord.Intents(32767);
const client = new Discord.Client({
  messageCacheLifetime: 60,
  fetchAllMembers: false,
  messageCacheMaxSize: 10,
  restTimeOffset: 0,
  restWsBridgetimeout: 100,
  allowedMentions: {
    parse: ["roles", "users", "eveoryone"],
    repliedUser: true,
  },
  partials: ["MESSAGE", "CHANNEL", "REACTION"],
  intents: allIntents,
});

client.login(config.token);

client.once('ready', async () => {

    console.log("' - Fiquei on parceiro!")

})

const trindMail = require("trind-mailbot-package");

client.on("ready", () => {
trindMail.MailBot(client, {
  anonymous: true,
  color: "hex",
  idGuild: "ID",
  idCategory: "ID",
  roleStaff: "ID",
  wEmoji: "L'",
  rEmoji: "'",
  cTitle: "Seu atendimento foi encerrado!", //T�tulo da mensagem de close
  cMessage: "Seu atendimento foi encerrado por um membro da nossa equipe.", //Mensagem de close
  staffOTitle: "Um usu�rio solicitou atendimento", //Mensagem da staff
  userOTitle: "Ticket criado.", //T�tulo do usu�rio
  userOMessage: "Aguarde, em breve um dos nossos atendentes o responder�." //Mensagem do usu�rio
})
});
```

---
_Source: https://npm.io/package/trind-mailbot-package · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
