- Click the Deploy to Heroku button above
- Enter your discord bot's token as prompted
- Click
Deploy app, then wait until it's finished - Click
Manage App - Click
Configure Dynosin theDyno formationsection - Click the ✏️ icon on both dynos
- Disable the web dyno
- Enable the worker dyno
- Click confirm on both dynos
- Enjoy :)
Previewer requires Node.js to run.
Install the dependencies.
yarn installCreate and configure an .env file from the following template:
# Your discord bot's token
DISCORD_BOT_TOKEN=
# Your opensea api key, only required for parsing collections
OPENSEA_API_KEY=Start it!
# Start in development
yarn dev
# OR
# Watch in development
yarn watch
# OR
# Start in production
yarn build
yarn starthttps://www.tiktok.com/@vscode/video/6932506933505166598
https://opensea.io/collection/boredapeyachtclub
$TICKER
- ... More Soon (Requests are welcome and encouraged)
-
Invite the bot
-
Make sure the bot has the following permissions in the channels you want it to work in:
- View Channel
- Send Messages
- Embed Links
- Attach Files
- Read Message History
-
Send a link matching one of the supported websites
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.