Skip to content

Commit d2bb603

Browse files
committed
no shit
1 parent 7e7adbc commit d2bb603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/nsfw.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ async def gelbooru(self, ctx, *, tags:str):
129129
images = []
130130
for i in range(image_count):
131131
try:
132-
images.append("{}".format(data[random.randint(0, count)]["file_url"]))#http isn't needed
132+
images.append("{}".format(data[random.randint(0, count)]["file_url"]))
133133
except KeyError:
134134
await ctx.send(data["message"])
135135
return

0 commit comments

Comments
 (0)