Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.19 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.19 KB

Linusord

This is a Discord bot that allows you to execute linux terminal commands through Discord messages. It's built with Java and uses the JDA (Java Discord API). Project Logo

Features

  • Execute linux terminal commands through Discord messages

Setup

  1. Clone this repository
  2. setup your config.json with the following structure:
{
  "token": "YOUR_BOT_TOKEN",
  "channel": "YOUR_TERMINAL_CHANNEL_ID"
}
  1. run the jar file with java 17 with the following command:
sudo java -jar Linuscord.jar

Building

This project uses Maven for dependency management and building. To build a JAR file for this project, follow these steps:

  1. Make sure you have Maven installed on your system. You can check this by running mvn -v in your terminal. If you don't have Maven installed, you can download it from the official website.

  2. Navigate to the project directory in your terminal.

  3. Run the following command to build the JAR file:

mvn clean package

Known Issues

  • nano and vim are not supported

Future Features

  • add security system
  • add sftp support

readme generated by github copilot