An open API service indexing awesome lists of open source software.

https://github.com/tacyarg/shopmus

A universal slack/discord bot to easily support user commands and server events.
https://github.com/tacyarg/shopmus

bot commands discord easy slack slash

Last synced: 2 months ago
JSON representation

A universal slack/discord bot to easily support user commands and server events.

Awesome Lists containing this project

README

          

# shopmus

A universal slack/discord bot to easily support user commands and server events.

## Setup ENV

```
SLACK_TOKEN=
DISCORD_TOKEN=
SOCKET_URL=
```

## Deployment

```
npm install
npm start
```