Discord bot to collect users wallet addresses
git clone [email protected]:lexabu/discord-wallet-bot.git
yarn install
Copy .env-example
to .env
:
cp .env-example .env
Open .env
and enter the Discord bot token and the MongoDB URI.
yarn dev
yarn lint
yarn build
yarn start