From 41f0014ad99aa7093beb78bcadf0fc7628606bc4 Mon Sep 17 00:00:00 2001 From: Dev Goldy Date: Fri, 16 Sep 2022 21:19:11 +0100 Subject: [PATCH] trying to fix a issue --- __init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index a0394eb..f00820e 100644 --- a/__init__.py +++ b/__init__.py @@ -67,7 +67,8 @@ def loader(self): @GoldyBot.command(slash_cmd_only=True) async def programming_books(self:ProgrammingBooks, ctx): - random.seed(time.process_time()) + #random.seed(time.process_time()) + pass @programming_books.sub_command(help_des="Sends image of anime girl holding a programming language book.", required_roles=["anime"], slash_options={ "language": nextcord.SlashOption(required=False)