GogoVega / nestor-bot

A Discord Bot for tracking Fab Lab orders and manage your Servers

Home Page:https://nestor-pages.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nestor Bot

Our school has a FabLAB containing 3D printers and this Bot will allow students to place orders from our site and track orders from Discord. In addition, this Bot will allow you to create a role management by reaction to an emoji and to notify new member, removing member, edited message and deleted message.

How to Install

  1. Clone this repository.
  2. npm install for install dependencies.
  3. Add the following files:
  • The config.json file:
{
  "clientId": "YOUR_CLIENT_ID",
  "token": "YOUR_TOKEN"
}
  • The configurations.json and reactions.json files in /data folder. Follow the instructions here.
  1. npm start to launch your server.

How It Works

Before starting it is recommended to create a role for the users who manage the Bot's interactions and to define the permissions of the channel containing the Webhook. The process works in two steps, the Webhook sending the order in the channel is the first step and the second is the Bot's response to this message with interactions described below.

Webhook Message

When a student places an order for a 3D print, he uploads his file and chooses his filament, then he validates his order. His order is transmitted to the PHP file (Webhook) which sends a message containing the summary of his order in the Dicord channel.

Bot Response to Webhook Message

The Bot will respond to the Webhook message with the following message:

bot_reponse

This message contains five buttons of which here is a table showing the usefulness of each button:

Button Name Utility
🔽 Download Shows that the print file has been uploaded and is ready for printing.
🖨 Print Shows that the part is being printed.
Finish Shows that the part has been successfully printed.
Default Shows that the print had a fault.
Error Shows that there was an error either in the command (the form) or in the file or another error to be specified.

Add Info Using the Slash Command

The Bot contains several commands to manage orders, permissions Bot and more:

  • command-fablab
    • description This command allows you to add a description to a command. For example add the reason for an error.
    • temps_impression This command adds the estimated print time to let the customer know when they can pick up their part.
    • fin_impression This command adds the actual print time (the time it took to print) and an optional photo to preview the printed part.
  • site-fablab This command sends a message with two buttons which are links to the sites to place an order.
  • help This command sends a message containing all the commands and their usefulness.
  • gestion-salon
    • ajouter-salon This command adds Bot permissions to a channel. This is to limit the use of orders to authorized salons.
    • supprimer-salon This command removes the Bot's permissions to a channel.
    • salons-list This command displays all authorized channels.
  • gestion-role
    • ajouter-role This command allows you to add a role to an emoji so that the person reacting with this specific emoji is assigned this role. It is a self-role by reaction of an emoji. To use it, you must give the ID of a message on which the Bot will react.
    • supprimer-role This command removes the self-role from a message.
    • roles-list This command displays all possible reactions (emoji and role) of one or all saved messages.
  • create-embed-message This command allows you to create a customizable message in Embed format.
  • logs-parametres
    • modifier-parametres-interaction This command allows you to modify the interactions log (channel ID, button, command and reaction).
    • modifier-parametres-member This command allows you to modify the member log (channel ID, add and remove).
    • modifier-parametres-message This command allows you to modify the message log (channel ID, delete, update, add channel and remove channel).
    • afficher-parametres This command displays all the configuration parameters of the logs.

Logger

The logger has two transports:

  • Console: Show all logs in the console.
  • File: A log file named nestor-bot.log will be created in the /data folder.

Getting Started Link

License

Apache License

Copyright (c) 2022 Gauthier Dandele

About

A Discord Bot for tracking Fab Lab orders and manage your Servers

https://nestor-pages.herokuapp.com

License:Apache License 2.0


Languages

Language:TypeScript 100.0%