Skip to content

Commit

Permalink
make donate message 1 in 69 (nice)
Browse files Browse the repository at this point in the history
  • Loading branch information
joinemm committed Jun 10, 2023
1 parent 5167192 commit e77593b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ async def on_command_completion(self, ctx: commands.Context):
if ctx.guild is not None:
await queries.save_command_usage(ctx)

if random.randint(1, 100) == 1 and not await queries.is_donator(ctx, ctx.author):
if random.randint(1, 69) == 1 and not await queries.is_donator(ctx, ctx.author):
logger.info("Sending donation beg message")
await util.send_donation_beg(ctx.channel)

Expand Down

0 comments on commit e77593b

Please sign in to comment.