mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-05-16 18:59:09 +00:00
Fix missing word in persistent view example
This commit is contained in:
parent
af655c1027
commit
4adfde1a7b
@ -5,7 +5,7 @@ import discord
|
|||||||
|
|
||||||
|
|
||||||
# Define a simple View that persists between bot restarts
|
# Define a simple View that persists between bot restarts
|
||||||
# In order a view to persist between restarts it needs to meet the following conditions:
|
# In order for a view to persist between restarts it needs to meet the following conditions:
|
||||||
# 1) The timeout of the View has to be set to None
|
# 1) The timeout of the View has to be set to None
|
||||||
# 2) Every item in the View has to have a custom_id set
|
# 2) Every item in the View has to have a custom_id set
|
||||||
# It is recommended that the custom_id be sufficiently unique to
|
# It is recommended that the custom_id be sufficiently unique to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user