npyrz / Discord.js-Notification-System

This is a notification system that allows you to notify people who have a certain role via DM's with a bot. In addition, you can sticky a message to a certain channel and it will stick there until you unstick it. Which these are perfect ways to direct information out to people.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord.js-Notification-System Infomration

This is a notification system that allows you to notify people who have a certain role via DM's with a bot. In addition, you can sticky a message to a certain channel and it will stick there until you unstick it. Which these are perfect ways to direct information out to people. In order for the command to work you have to do the following;

/notify [PREFIX]sticky [PREFIX]unsticky

Credits

https://github.com/andrerahardjo97/discord-sticky-message-bot

(New version of the sticky feature, old version which was made by me can be found in previous commits)

Contact Me!

If you have any questions/suggestions or any problems with my work, feel free to contact me via email or message me on discord!

Discord: neoptunium#1111

Email: neoptunium@gmail.com

Dependencies

discord.js

@discordjs/rest

fs

config.json (Need to add data to "clientID", "guildID", "token", "rolePerm", "roleDM")

.env (Need to add data to "DISCORD_TOKEN", "ALLOWED_ROLES_ID", "MAX_MESSAGE_COUNT", "OWNER", "PREFIX")

Note: The "clientID" is the discord bot's Client ID

About

This is a notification system that allows you to notify people who have a certain role via DM's with a bot. In addition, you can sticky a message to a certain channel and it will stick there until you unstick it. Which these are perfect ways to direct information out to people.

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%