Skip to content

Commit 9b9fef7

Browse files
committed
+ Adjust cooldown
1 parent 06b341a commit 9b9fef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exts/utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ async def unmorse(self, ctx, *, code):
174174
"Results, Currency Converter"
175175
),
176176
)
177-
@commands.cooldown(1, 5, commands.BucketType.guild)
177+
@commands.cooldown(1, 10, commands.BucketType.user)
178178
async def google(self, ctx, *, query: str):
179179
msg = await ctx.try_reply(embed=ZEmbed.loading(title="Searching..."))
180180
results = await self.googlesearch.search(query)

0 commit comments

Comments
 (0)