diff --git a/LICENSE b/LICENSE index bbc9a0e..5c9f70f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,6 @@ -opyright (c) 2022-present RGBCube & Minearchy Team +The MIT License (MIT) + +Copyright (c) 2022-present RGBCube & Minearchy Team Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/README.md b/README.md index 34f5a35..6b91d59 100644 --- a/README.md +++ b/README.md @@ -9,26 +9,3 @@ This is a simple bot made for the [Minearchy Discord](https://discord.gg/2n6T78J 3: Install dependencies using `pip install --no-cache-dir -r requirements.txt` 4: Run `python bot.py`. - -## Commands - -### Minecraft Server Related Commands -`=ip [java|bedrock]`: Sends both of the server IPs. If the version is specified, it sends that versions IP. - -`=status`: Sends the Minecraft servers player count and latency (ping). - -`=store`: Sends a link to the store. - -`=wiki`: Sends a link to the wiki. - -### Miscellaneous Commands -`=count`: Sends how many servers the bot is in. - -`=hello`: Hello! - -`=help`: Sends bot help. - -`=info`: Sends info about the bot. This is the bots Python runtime version and uptime. - -`=ping`: Sends the bots latency. - diff --git a/requirements.txt b/requirements.txt index 82788ad..a298505 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ -discord.py @ git+https://github.com/Rapptz/discord.py +discord.py jishaku==2.5.0 mcstatus -psutil