Skip to content

FloorLamp/entrebot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a98ea44 · Sep 24, 2021

History

14 Commits
Sep 24, 2021
Sep 18, 2021
Sep 19, 2021
Sep 19, 2021
Sep 17, 2021
Sep 18, 2021
Sep 18, 2021
Sep 17, 2021

Repository files navigation

Entrebot

Unofficial Discord bot for Entrepot.

Features

  • Message channel on new sale
  • Floor price as nickname
  • Number of listings as activity
  • /market [query] command to search listings by query

Usage

Config

First, create a Discord application with a bot.

Set environment variables. You can use a .env file.

API_KEY=... // Bot token
CLIENT_ID=... // Application ID
CHANNEL_ID=... // Channel ID to post latest sales to
GUILD_ID=... // Server ID to set nickname/activity in

Commands

Application commands are in the commands directory. After adding or updating commands, run this:

npm run deployCommands

Development

npm start

Running

npm run build
npm run serve