diff --git a/README.md b/README.md index 94f3a2a..980e762 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Cog Function | ccrole | **Release** |
Create custom commands that also assign rolesMay have some bugs, please create an issue if you find any
| | chatter | **Beta** |
Chat-bot trained to talk like your guildMissing some key features, but currently functional. See [Chatter](https://github.com/bobloy/Fox-V3/tree/master/chatter) for install instructions
| | coglint | **Alpha** |
Error check code in python syntax posted to discordWorks, but probably needs more turning to work for cogs
| +| conquest | **Alpha** |
Manage maps for war games and RPGsLots of additional features are planned, currently function with simple map
| | dad | **Beta** |
Tell dad jokesWorks great!
| | exclusiverole | **Alpha** |
Prevent certain roles from getting any other rolesFully functional, but pretty simple
| | fight | **Incomplete** |
Organize bracket tournaments within discordStill in-progress, a massive project
| diff --git a/conquest/data/assets/Map Ideas/AxisAllies_MAP_006L.jpg b/conquest/data/assets/Map Ideas/AxisAllies_MAP_006L.jpg deleted file mode 100644 index 9bb2755..0000000 Binary files a/conquest/data/assets/Map Ideas/AxisAllies_MAP_006L.jpg and /dev/null differ diff --git a/conquest/data/assets/Map Ideas/j0e88vlp28pz.png b/conquest/data/assets/Map Ideas/j0e88vlp28pz.png deleted file mode 100644 index 3c97e53..0000000 Binary files a/conquest/data/assets/Map Ideas/j0e88vlp28pz.png and /dev/null differ diff --git a/conquest/info.json b/conquest/info.json index a584895..0e33d01 100644 --- a/conquest/info.json +++ b/conquest/info.json @@ -20,6 +20,7 @@ "map", "axisandallies", "heartsofiron", - "conquest" + "conquest", + "rpg" ] } \ No newline at end of file