1
Fork 0
mirror of https://github.com/RGBCube/minearchy-bot synced 2025-07-27 08:57:46 +00:00

Cleanup misc files

This commit is contained in:
RGBCube 2022-10-17 22:02:45 +03:00
parent 39c42acae5
commit 430eedd979
3 changed files with 4 additions and 26 deletions

View file

@ -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

View file

@ -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.

View file

@ -1,4 +1,3 @@
discord.py @ git+https://github.com/Rapptz/discord.py
discord.py
jishaku==2.5.0
mcstatus
psutil