Skip to content

Commit

Permalink
trying to fix a issue
Browse files Browse the repository at this point in the history
  • Loading branch information
THEGOLDENPRO committed Sep 16, 2022
1 parent 0d99368 commit 41f0014
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 41f0014

Please sign in to comment.