Message Source Command

This commit is contained in:
Daniel Odendahl Jr
2019-02-20 17:34:01 +00:00
parent de9be8114c
commit 6bdb4399de
3 changed files with 28 additions and 2 deletions
+2 -1
View File
@@ -47,7 +47,7 @@ Xiao is a Discord bot coded in JavaScript with
7. Run `npm i -g pm2` to install PM2.
8. Run `pm2 start Xiao.js --name xiao` to run the bot.
## Commands (336)
## Commands (337)
### Utility:
* **eval:** Executes JavaScript code.
@@ -68,6 +68,7 @@ Xiao is a Discord bot coded in JavaScript with
* **emoji:** Responds with detailed information on an emoji.
* **first-message:** Responds with the first message ever sent to a channel.
* **id:** Responds with a user's ID.
* **message-source:** Responds with a codeblock containing a message's contents.
* **message:** Responds with detailed information on a message.
* **role:** Responds with detailed information on a role.
* **server:** Responds with detailed information on the server.