ChannelMessage is a bot that will put a message at the bottom of a channel. If any messages are sent, it will be moved below them. This can be used for anything from giving info on a channel to having more organized server info channels. Commands:
.help
- Gives a list of every command..addMessage <message data>
- Adds a message (get message data from https://discohook.org). Run in the channel you want the message to appear in.deleteMessage <id>
- Removes a message..messages
- Gives a list of every message..prefix <prefix>
- Sets the prefix.
To create a message, go to https://discohook.org and copy the JSON output in the bottom. Then, run .addMessage <message data>
in the channel you want the message in, replacing "message data" with your copied json. That's it! You can view your messages with .messages
, and delete with .deleteMessage <id>
!
Getting the json data (the website is https://discohook.org):