Merge pull request #31 from fotoente/main

Bring dev up-to-date
main
fotoente 2 years ago committed by GitHub
commit d5c93d194a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,4 +16,4 @@ RUN pip3.10 install git+https://github.com/yupix/MiPA.git
RUN pip3.10 install git+https://github.com/yupix/MiPAC.git
COPY . .
CMD [ "python3.10", "-u", "rdbot" ]
CMD [ "python3.10", "-u", "rdbot.py" ]

@ -62,7 +62,7 @@ if __name__ == "__main__":
databasepath = roboduck.Path(__file__).parent.joinpath('roboduck.db')
if not (roboduck.os.path.exists(databasepath) and roboduck.os.stat(databasepath).st_size != 0):
init_bot()
roboduck.init_bot()
bot = MyBot()
asyncio.run(bot.start(url, token))

Loading…
Cancel
Save