Unofficial Discord bot for Entrepot.
- Message channel on new sale
- Floor price as nickname
- Number of listings as activity
/market [query]
command to search listings by query
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
Application commands are in the commands directory. After adding or updating commands, run this:
npm run deployCommands
npm start
npm run build
npm run serve