diff options
| author | ame <[email protected]> | 2023-09-26 23:12:35 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2023-09-26 23:12:35 -0500 |
| commit | 99779de823e1751c3da13e0b7b0f639ddecca7da (patch) | |
| tree | f7e35fc92adbadbf573be47f2ddde159d223687f /commands/mod/defaults | |
init
Diffstat (limited to 'commands/mod/defaults')
| -rw-r--r-- | commands/mod/defaults/autoreact.js.json | 2 | ||||
| -rw-r--r-- | commands/mod/defaults/log.js.json | 2 | ||||
| -rw-r--r-- | commands/mod/defaults/motw.js.json | 2 | ||||
| -rw-r--r-- | commands/mod/defaults/search.js.json | 2 | ||||
| -rw-r--r-- | commands/mod/defaults/sticky.js.json | 2 | ||||
| -rw-r--r-- | commands/mod/defaults/ticket.js.json | 2 | ||||
| -rw-r--r-- | commands/mod/defaults/timed-message.js.json | 2 | ||||
| -rw-r--r-- | commands/mod/defaults/whois.js.json | 2 |
8 files changed, 16 insertions, 0 deletions
diff --git a/commands/mod/defaults/autoreact.js.json b/commands/mod/defaults/autoreact.js.json new file mode 100644 index 0000000..7f976dc --- /dev/null +++ b/commands/mod/defaults/autoreact.js.json @@ -0,0 +1,2 @@ +{"cooldown":-1,"desc":"React to every new post in channel:3","restrict":[],"restricted":[], +"usage":"{command} {add {channel} {emote}|rem {channel}|dump}"}
\ No newline at end of file diff --git a/commands/mod/defaults/log.js.json b/commands/mod/defaults/log.js.json new file mode 100644 index 0000000..a5edd7d --- /dev/null +++ b/commands/mod/defaults/log.js.json @@ -0,0 +1,2 @@ +{"cooldown":-1,"desc":"Print logs","restrict":[],"restricted":[], +"usage":"{command}"}
\ No newline at end of file diff --git a/commands/mod/defaults/motw.js.json b/commands/mod/defaults/motw.js.json new file mode 100644 index 0000000..9412b0b --- /dev/null +++ b/commands/mod/defaults/motw.js.json @@ -0,0 +1,2 @@ +{"cooldown":-1,"desc":"Announce the Member of the Week","restrict":[],"restricted":[], +"usage":"{command} {user} {image}"}
\ No newline at end of file diff --git a/commands/mod/defaults/search.js.json b/commands/mod/defaults/search.js.json new file mode 100644 index 0000000..0ef94c9 --- /dev/null +++ b/commands/mod/defaults/search.js.json @@ -0,0 +1,2 @@ +{"cooldown":-1,"desc":"Search for a username/nickname","restrict":[],"restricted":[], +"usage":"{command} {name} [percent (end with %)]"}
\ No newline at end of file diff --git a/commands/mod/defaults/sticky.js.json b/commands/mod/defaults/sticky.js.json new file mode 100644 index 0000000..4717847 --- /dev/null +++ b/commands/mod/defaults/sticky.js.json @@ -0,0 +1,2 @@ +{"cooldown":-1,"desc":"Make a message sticky (i douse it in honey)! Message will always stay at the bottom of the feed","restrict":[],"restricted":[], +"usage":"{command} {add {channel} {message}|rem {channel}|dump} [embed]","embed_color":"#fcc356"}
\ No newline at end of file diff --git a/commands/mod/defaults/ticket.js.json b/commands/mod/defaults/ticket.js.json new file mode 100644 index 0000000..095cdef --- /dev/null +++ b/commands/mod/defaults/ticket.js.json @@ -0,0 +1,2 @@ +{"cooldown":-1,"desc":"Interact with the tickets database, and respond to them.","restrict":[],"restricted":[], +"usage":"{command} {reply {ticket} [message] [attachments]|close {ticket}|dump {ticket}"}
\ No newline at end of file diff --git a/commands/mod/defaults/timed-message.js.json b/commands/mod/defaults/timed-message.js.json new file mode 100644 index 0000000..a330425 --- /dev/null +++ b/commands/mod/defaults/timed-message.js.json @@ -0,0 +1,2 @@ +{"cooldown":-1,"desc":"Send a message per interval:)","restrict":[],"restricted":[], +"usage":"{command} {add {channel} {message} {delay (in s,m,h,d)} |rem {channel}|dump} [embed]","embed_color":"#fcc356"}
\ No newline at end of file diff --git a/commands/mod/defaults/whois.js.json b/commands/mod/defaults/whois.js.json new file mode 100644 index 0000000..ef027ae --- /dev/null +++ b/commands/mod/defaults/whois.js.json @@ -0,0 +1,2 @@ +{"cooldown":-1,"desc":"Get info on user or role","restrict":[],"restricted":[], +"usage":"{command} {userid|roleid|mention}"}
\ No newline at end of file |
