add qrcode
This commit is contained in:
@ -13,5 +13,6 @@ RUN pip3 install openai
|
|||||||
RUN pip3 install aiohttp
|
RUN pip3 install aiohttp
|
||||||
RUN pip3 install requests
|
RUN pip3 install requests
|
||||||
RUN pip3 install wikipedia
|
RUN pip3 install wikipedia
|
||||||
|
RUN pip3 install qrcode
|
||||||
|
|
||||||
CMD [ "python", "garfmain.py" ]
|
CMD [ "python", "garfmain.py" ]
|
||||||
|
@ -2,4 +2,5 @@ discord.py
|
|||||||
openai
|
openai
|
||||||
aiohttp
|
aiohttp
|
||||||
requests
|
requests
|
||||||
wikipedia
|
wikipedia
|
||||||
|
qrcode
|
Reference in New Issue
Block a user