mdb-notify
v1.0.1
Published
Notification module for a discord bot
Downloads
5
Readme
mdb-notify
A module for the project https://github.com/froadus/ModularDiscordBot.
A module that can create notifications that will be sent by a discord bot at a specified time.
Bare minimum setup in modules.json
:
{
"moduleName": "mdb-notify"
}
Setup with optional settings in modules.json
:
{
"moduleName": "mdb-notify",
"settings": {
"ADD_COMMAND": "notify",
"REMOVE_COMMAND": "notify-rem",
"LIST_COMMAND": "notify-lst"
}
}