diff options
author | Arjun Satarkar <me@arjunsatarkar.net> | 2024-03-11 05:44:12 +0000 |
---|---|---|
committer | Arjun Satarkar <me@arjunsatarkar.net> | 2024-03-11 05:44:12 +0000 |
commit | afb14f53f4dc43163fe5d8528d94eadaf54fb34d (patch) | |
tree | 4e630d03ad07323aa492062bf1f7c6668eceb70d /starboard/info.json | |
parent | 8cdeb0a316628f2e581e66e0c72442ac23c56a74 (diff) | |
download | aps-cogs-afb14f53f4dc43163fe5d8528d94eadaf54fb34d.tar aps-cogs-afb14f53f4dc43163fe5d8528d94eadaf54fb34d.tar.gz aps-cogs-afb14f53f4dc43163fe5d8528d94eadaf54fb34d.zip |
Add skeleton of starboard cog; improve menu handling
We were previously not escaping mentions right in `qotd list` and
`qotd suggest`. I think everyone and here could have maybe got
through? Not sure about the defaults there.
Also improved the handling in Markov where previously we'd been
1. allowing mentions but 2. editing the message from a dummy one so
they didn't ping, which I think was out of some idea of preserving the
exact text of an exclusion but it seems inelegant.
Diffstat (limited to 'starboard/info.json')
-rw-r--r-- | starboard/info.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/starboard/info.json b/starboard/info.json new file mode 100644 index 0000000..af11ade --- /dev/null +++ b/starboard/info.json @@ -0,0 +1,5 @@ +{ + "author": ["Arjun Satarkar"], + "description": "Create starboards in your server.", + "short": "Create starboards in your server." +} |