Updated to Node:16.9 & Discord.js:13. Added support for ytsearch.
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
FROM node:latest
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
COPY package*.json ./
|
||||
|
||||
RUN npm install
|
||||
|
||||
COPY . .
|
||||
|
||||
CMD [ "node", "bot.js" ]
|
||||
|
||||
Reference in New Issue
Block a user