Mekolaos / Aternos-On-Discord

A Discord Bot to manage a minecraft server on Aternos.
GNU General Public License v3.0
100 stars 92 forks source link

How do you execute commands? #31

Open SalsaDeliveryMan opened 3 years ago

SalsaDeliveryMan commented 3 years ago

I've never used python, or any coding software, before and I don't understand how to execute a command, like pip install -r requirements.txt. I understand the actual bot setup and everything else, just not the part that requires intelligence. I would really appreciate if someone could explain this part to me in a more detailed and simple way.

brandonnly commented 3 years ago

Heya! those commands are part of your operating system and python.

  1. Make sure you have Python installed, this allows you to do pip install -r requirements.txt
  2. Commands are run through some sort of terminal (preinstalled already)
    • On Windows, command prompt should work
    • On Mac, Terminal app should work
SalsaDeliveryMan commented 3 years ago

So after forgetting about this for a few months, I've been able to figure out how to set everything up. I've added the bot to the server and everything, but only the --players command and --help command get a response. When I run any other command, I just get this response: image