From 99779de823e1751c3da13e0b7b0f639ddecca7da Mon Sep 17 00:00:00 2001 From: ame Date: Tue, 26 Sep 2023 23:12:35 -0500 Subject: init --- commands/util/defaults/emote.js.json | 45 +++++++++++++++++++++++++++++++++++ commands/util/defaults/help.js.json | 2 ++ commands/util/defaults/poll.js.json | 2 ++ commands/util/defaults/say.js.json | 2 ++ commands/util/defaults/status.js.json | 2 ++ 5 files changed, 53 insertions(+) create mode 100644 commands/util/defaults/emote.js.json create mode 100644 commands/util/defaults/help.js.json create mode 100644 commands/util/defaults/poll.js.json create mode 100644 commands/util/defaults/say.js.json create mode 100644 commands/util/defaults/status.js.json (limited to 'commands/util/defaults') diff --git a/commands/util/defaults/emote.js.json b/commands/util/defaults/emote.js.json new file mode 100644 index 0000000..9dd461b --- /dev/null +++ b/commands/util/defaults/emote.js.json @@ -0,0 +1,45 @@ +{"avaliable_multi":{"value":{ + "hug":"hugged", + "bite":"bit", + "boop":"booped", + "bonk":"bonked", + "cuddle":"cuddled", + "dance":"danced with", + "feed":"fed", + "handhold":"held hands with", + "highfive":"highfived", + "kiss":"kissed", + "lick":"licked", + "love":"loved", + "nom":"nommed", + "nuzzle":"nuzzled", + "pat":"pat", + "poke":"poked", + "punch":"punched", + "slap":"slapped", + "stare":"stared down", + "throw":"threw", + "tickle":"tickled" +}},"avaliable_solo":{"value":{ + "bath":"bathed", + "boom":"exploded", + "blush":"blushed", + "clap":"clapped", + "cookie":"had a cookie", + "cringe":"cringed", + "cry":"cried", + "dab":"dabbed", + "facepalm":"facepalmed", + "grin":"grinned", + "laugh":"laughed", + "lurk":"lurked", + "panic":"panicked", + "pout":"pouted", + "sip":"sipped", + "think":"thought", + "run":"ran", + "triggered":"triggered", + "wag":"wagged", + "wink":"winked" +}},"cooldown":3600,"desc":"Sends a gif","restrict":[],"restricted":[], +"usage":"{command} [user]"} \ No newline at end of file diff --git a/commands/util/defaults/help.js.json b/commands/util/defaults/help.js.json new file mode 100644 index 0000000..8908911 --- /dev/null +++ b/commands/util/defaults/help.js.json @@ -0,0 +1,2 @@ +{"cooldown":3,"desc":"Lists commands and info on them!","restrict":["695872127487967233"],"restricted":[], +"usage":"{command} [command]"} \ No newline at end of file diff --git a/commands/util/defaults/poll.js.json b/commands/util/defaults/poll.js.json new file mode 100644 index 0000000..b45d084 --- /dev/null +++ b/commands/util/defaults/poll.js.json @@ -0,0 +1,2 @@ +{"cooldown":3,"desc":"Create a poll","restrict":[],"restricted":[], +"usage":"{command} {title} [option,.. (up to 10)]"} \ No newline at end of file diff --git a/commands/util/defaults/say.js.json b/commands/util/defaults/say.js.json new file mode 100644 index 0000000..4247fd2 --- /dev/null +++ b/commands/util/defaults/say.js.json @@ -0,0 +1,2 @@ +{"cooldown":-1,"desc":"Make me say something","restrict":[],"restricted":[], +"usage":"{command} [channel] {message}"} \ No newline at end of file diff --git a/commands/util/defaults/status.js.json b/commands/util/defaults/status.js.json new file mode 100644 index 0000000..53080f3 --- /dev/null +++ b/commands/util/defaults/status.js.json @@ -0,0 +1,2 @@ +{"cooldown":3,"desc":"Lists server status for snschan","restrict":[],"restricted":[], +"usage":"{command}"} \ No newline at end of file -- cgit v1.2.3