Discord bot to open dong files
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 7 lines 193 B view raw
1FROM denoland/deno:latest 2WORKDIR /app 3 4COPY ./ /app 5RUN deno install 6 7CMD deno --env-file --allow-env --allow-read=./ --allow-net=discord.com,gateway.discord.gg,cdn.discordapp.com src/index.ts