- Instance List & Update
- User List & Update
- Node List & Update & Detail
- User search
- etc.
- Python
- Discord Bot API
- MCSM Panel
- Download codes from release page.
// install requirements for running bot
pip3 install -r requirements.txt
// if install failed please use this command to manually install the requirements
pip3 install python-dotenv discord.py requests
python __init__.py
- Copy
.env.sample
to.env
and fill all the blanks.
This bot DOES NOT PROVIDE ANY ROLE LIMITATION which EVERYONE in your server will have PERMISSION to send command. Please limit bot in your server's server settins
-> apps
-> intergrations
-> your bot name
, select roles and channel that allow for sending commands.
Your discord bot token
Your MCSManager Panel Address, need contain https, or https
Eg) https://example.com
Your MCSManager apikey. How to get your MCSM apikey
Hide bot message for the user who send the message or not
Default False
, use true
or 1
to adjust this option.
The output size for instance, Unit KB
Default 1000
- Go to Discord Developer Panel, login your discord account.
- Press button at right-top to create a new bot.
- Go to installation page, and change the installation link to
None
. - After create bot, go to bot page and reset the token, copy and save that key to your env file.
- Scroll down on the same page, you need disable
public bot
and grant permission forPresence Intent
,Server Members Intent
,Message Content Intent
. - Go to oauth page, select
bot
andAdministrator
, then scroll down it will generate you a link. Copy and paste link to the browser.