Description updates
This commit is contained in:
parent
c42d519a06
commit
0e32bc2fb4
6
commands/react.js
vendored
6
commands/react.js
vendored
@ -1,10 +1,6 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
name: 'react',
|
name: 'react',
|
||||||
description: `Automatically react with specified emojis to multiple users’ messages, or stop reacting.\n
|
description: `Automatically react with specified emojis to multiple users’ messages, or stop reacting.`,
|
||||||
Usage:
|
|
||||||
.react <userID1,userID2,...> <emoji1> <emoji2> ... - React to messages from multiple users with specified emojis.
|
|
||||||
Example: \`.react 12345,67890 :smile: :thumbsup:\`
|
|
||||||
.react stop - Stop reacting to users' messages.`,
|
|
||||||
async execute(message, args, deleteTimeout) {
|
async execute(message, args, deleteTimeout) {
|
||||||
if (args.length === 0) {
|
if (args.length === 0) {
|
||||||
if (message.client.targetReactUserIds && message.client.reactEmojis) {
|
if (message.client.targetReactUserIds && message.client.reactEmojis) {
|
||||||
|
@ -1,10 +1,6 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
name: 'reply',
|
name: 'reply',
|
||||||
description: `Automatically reply with a specified message to multiple users’ messages, or stop replying.\n
|
description: `Automatically reply with a specified message to multiple users’ messages, or stop replying.`,
|
||||||
Usage:
|
|
||||||
.reply <userID1,userID2,...> <message> - Automatically reply to messages from multiple users with the specified message.
|
|
||||||
Example: \`.reply 12345,67890 Hello there!\`
|
|
||||||
.reply stop - Stop replying to users' messages.`,
|
|
||||||
async execute(message, args, deleteTimeout) {
|
async execute(message, args, deleteTimeout) {
|
||||||
if (args.length === 0) {
|
if (args.length === 0) {
|
||||||
if (message.client.targetReplyUserIds && message.client.replyMessage) {
|
if (message.client.targetReplyUserIds && message.client.replyMessage) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user