Skip to content

Commit 9e00223

Browse files
Update examples/cooldown.py
Co-authored-by: Dorukyum <53639936+Dorukyum@users.noreply.github.com>
1 parent 7281cec commit 9e00223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cooldown.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
intents.message_content = True
88

99
bot = commands.Bot(command_prefix=commands.when_mentioned_or("!"), debug_guilds=[...], intents=intents)
10-
allowed_users = []
10+
bypassing_users = [] # used in the dynamic cooldown below
1111

1212
# An application command with cooldown
1313
@bot.slash_command()

0 commit comments

Comments
 (0)