discord-presence-role

Gives the user a role if the word you specify exists in the user's state.

Usage no npm install needed!

<script type="module">
  import discordPresenceRole from 'https://cdn.skypack.dev/discord-presence-role';
</script>

README

İnstall

npm install discord-presence-role

Usage

const presenceRole = require('discord-presence-role');
const {Client} = require('discord.js');
const client = new Client();

var presence = new presenceRole(client);

presence.createPresence({
    guildID: "guild-id",
    presence: "presence",
    roles: ["role_1","role_2"],
    log_channel: "log_channel_id"
});

client.login("discord-bot-token").then(a => { console.log("Client Online!")});

License

Copyright 2021 Forcex

Permission to use, copy, modify, and/or distribute this software for
any purpose with or without fee is hereby granted, provided that the
above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE
FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY
DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Links