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.
- Host: GitHub
- URL: https://github.com/tacyarg/shopmus
- Owner: tacyarg
- License: mit
- Created: 2018-09-21T19:48:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-06T17:25:25.000Z (over 7 years ago)
- Last Synced: 2025-07-04T15:13:02.569Z (12 months ago)
- Topics: bot, commands, discord, easy, slack, slash
- Language: JavaScript
- Size: 28.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```