Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xxgicoxx/izup-bot
Discord bot for check your servers every five minutes.
https://github.com/xxgicoxx/izup-bot
bot izup server url
Last synced: 10 days ago
JSON representation
Discord bot for check your servers every five minutes.
- Host: GitHub
- URL: https://github.com/xxgicoxx/izup-bot
- Owner: xxgicoxx
- License: mit
- Created: 2019-07-17T00:37:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T04:01:37.000Z (over 1 year ago)
- Last Synced: 2023-03-02T22:10:56.222Z (over 1 year ago)
- Topics: bot, izup, server, url
- Language: JavaScript
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Izup Bot
Discord bot for check your servers every five minutes.
# Features
* !bot add `URL` - Add URL
* !bot remove `ID` - Remove URL
* !bot check `URL` - Check URL
* !bot list - List servers# Prerequisites
* [Node.js >= 16.6.0](https://nodejs.org/en/)# Running
### 1. Configure
````
# Bot
Create and configure .env file like .env.example.
````### 2. Discord
````
# Create an Discord application
Create an application on https://discordapp.com/developers/applications/.# Add a bot
Access bot option on settings menu and click on 'Add Bot' button.# Configure
Access Applications > Settings > Bot and get your token clicking on 'Click to Reveal Token' and set 'DISCORD_TOKEN' in .env.# Permissions
Access Applications > Settings > Bot > Privileged Gateway Intents and enable 'Message Content Intent'.
````### 3. PostgreSQL
````
# Install
Install PostgreSQL and create an database.# Configure
Set PostgreSQL 'POSTGRESQL_USERNAME', 'POSTGRESQL_PASSWORD', 'POSTGRESQL_DATABASE', 'POSTGRESQL_HOST' and 'POSTGRESQL_DIALECT' in .env.
````### 4. Run
````
# Install dependencies
npm install# Migrate
npm run migrate# Seed
npm run seed# Start
npm start
````# Built With
* [Node.js](https://nodejs.org/en/)# Authors
* [xxgicoxx](https://github.com/xxgicoxx)# Acknowledgments
* [FlatIcon](https://www.flaticon.com/)