/ChannelMessage

Discord bot to put a message at the bottom of a channel

Primary LanguageJavaScriptApache License 2.0Apache-2.0

ChannelMessage

GitHub package.json version GitHub package.json dependency version (prod) GitHub Workflow Status GitHub
Check out the official bot!

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):

Creating a message: