Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jossarchived/scarecrow
A Discord bot, written in js, helps with many essential tasks. My first project written in js
https://github.com/jossarchived/scarecrow
bot discord discord-bot discord-js discordjs discordjsbot javascript js nodejs
Last synced: 12 days ago
JSON representation
A Discord bot, written in js, helps with many essential tasks. My first project written in js
- Host: GitHub
- URL: https://github.com/jossarchived/scarecrow
- Owner: JossArchived
- License: mit
- Created: 2021-08-16T01:05:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-08T22:56:42.000Z (almost 2 years ago)
- Last Synced: 2025-02-02T06:28:32.215Z (12 days ago)
- Topics: bot, discord, discord-bot, discord-js, discordjs, discordjsbot, javascript, js, nodejs
- Language: JavaScript
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scarecrow
> A Discord bot, written in js, helps with many essential tasks.
If you encounter any bugs, have suggestions or questions, [create an issue](https://github.com/Josscoder/Scarecrow/issues/new).
## Requirements
- [Nodejs 16.6.1+](https://nodejs.org/download/release/v16.6.1/)
## Setup
1) clone this repository in your device:
```sh
git clone https://github.com/Josscoder/Scarecrow.git
```
2) go to the repository folder and download the modules:
```sh
npm install discord.js
```
and after
```sh
npm install minecraft-server-util
```
3) Remember to place the token of your BOT in the configuration that is in the following path "Scarecrow/src/resources/config.json"## Terminal Commands
- end
- kill
- stopThese previous commands are used to turn off the bot.
## Discord BOT Commands
- !author (This command serves to show more about the creator, that is, about me)
- !status (This command is used to verify the status of the minecraft bedrock server that you are going to configure in the next section)
## Configure Minecraft Bedrock Server to show
1) Open the file "mcstatusconfig.json" is in the following path: "/Scarecrow/src/resources/mcstatusconfig.json"
2) Now follow the following indications
```sh
{
"name": "UbblyClub", # Here you put the name of the server
"store": "https://store.ubbly.club/", # Here you put the store link of the server
"twitter": "https://twitter.com/UbblyClub", # Here you put the twitter link of the server
"discord": "discord.gg/ubblyclub", # Here you put the discord link of the server
"ip": "play.ubbly.club", # Here you put the ip of the server
"port": 19132, # Here you put the port of the server
"thumbnail": "", # This is optional, here you put the server image or another one you want
"color": "#34EB89" # This is the color that will be in the embed, in the following link you can select a color
# https://htmlcolors.com/google-color-picker
}
```