Managing Channels in the App
Adding a Text Channel to the App
You can add a channel that will ping on every new message, Moonitor support both embeds / text messages pinging.
Use the following command to add a channel:
$monitor addappchannel <#channel>
Moonitor automatically detects links in Embeds / Messages , if a link is detected, when a user clicks on the notification it'll auto open the link.
If no link is detected, it'll open the discord channel.
Removing a Channel
to remove a channel from the app, use the following command:
$monitor removeappchannel <#channel>
or
$monitor removeappchannel <channelname>
If you want a monitor channel to be removed on the app, Add "staff" in the channel name before removing it, Moonitor does not automatically add channels that have "staff" in the name.
Changing a Channel category
to change a channel category from announcements to monitors (Or vice-versa), use the following command
$monitor switchappcategory <#channel>
or
$monitor switchappcategory <channelname>
Removing deleted channels
you can automatically delete removed channels from the app using $monitor cleanappchannels
Last updated