We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e88e9 commit e14a819Copy full SHA for e14a819
Dockerfile
@@ -1,6 +1,6 @@
1
FROM python:3.9-slim AS build
2
#Update first
3
-RUN apt-get update && apt-get upgrade -y
+RUN apt-get update && apt-get upgrade -y && apt-get install git -y
4
ADD . /build
5
WORKDIR /build
6
RUN pip install --upgrade pip
main.py
@@ -15,7 +15,7 @@
15
from discord.ext import commands
16
import loadconfig
17
18
-__version__ = '1.6.0'
+__version__ = '1.6.1'
19
description = '''Der-Eddys anime discord bot, developed with discord.py\n
20
A full list of all commands are available here: https://github.com/Der-Eddy/discord_bot#commands-list'''
21
0 commit comments