From e9036b045a62fe16b592bec18431ecb3c3defa18 Mon Sep 17 00:00:00 2001 From: Bobloy Date: Mon, 14 May 2018 13:19:55 -0400 Subject: [PATCH] Add info.json Signed-off-by: Bobloy --- README.md | 1 + forcemention/info..json | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 forcemention/info..json diff --git a/README.md b/README.md index 0bb7fc2..2ecdf51 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Cog Function | coglint | **Alpha** |
Error check code in python syntax posted to discordWorks, but probably needs more turning to work for cogs
| | fight | **Incomplete** |
Organize bracket tournaments within discordStill in-progress, a massive project
| | flag | **Incomplete** |
Create temporary marks on users that expire after specified timeNot yet ported to v3
| +| forcemention | **Alpha** |
Mentions unmentionable rolesVery simple cog, mention doesn't persist
| | hangman | **Alpha** |
Play a game of hangmanSome visual glitches and needs more customization
| | howdoi | **Incomplete** |
Create temporary marks on users that expire after specified timeNot yet ported to v3
| | leaver | **Incomplete** |
Send a message in a channel when a user leaves the serverNot yet ported to v3
| diff --git a/forcemention/info..json b/forcemention/info..json new file mode 100644 index 0000000..d08fab6 --- /dev/null +++ b/forcemention/info..json @@ -0,0 +1,19 @@ +{ + "author": [ + "Bobloy" + ], + "bot_version": [ + 3, + 0, + 0 + ], + "description": "Mentions roles that are unmentionable", + "hidden": true, + "install_msg": "Thank you for installing ForceMention! Get started with `[p]forcemention`", + "requirements": [], + "short": "Mention unmentionables", + "tags": [ + "bobloy", + "utils" + ] +} \ No newline at end of file