From b27d5a3565c5ce7fbd9fc6b8b16e6b7e146033eb Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Fri, 13 May 2022 19:29:34 -0700 Subject: [PATCH] pinning pycord to a revision that works --- app/requirements.txt | 4 ++-- helm/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/requirements.txt b/app/requirements.txt index 1302543d..5552a87a 100755 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -5,7 +5,7 @@ humanfriendly lxml owotext pandas -git+https://github.com/pycord-development/pycord +git+https://github.com/pycord-development/pycord@8df222d86319dd16a5e55958524634319836e7cf requests wikipedia -wolframalpha \ No newline at end of file +wolframalpha diff --git a/helm/values.yaml b/helm/values.yaml index e2f0cc83..89ac4ca0 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: # Overrides the image tag whose default is the chart appVersion. - tag: "198" + tag: "199" repository: ldooks/dragon-bot pullPolicy: IfNotPresent