From 340f09a1c0079fdb236f194f4ed65f83435e9e4d Mon Sep 17 00:00:00 2001 From: mysistersbrother <70792267+mysistersbrother@users.noreply.github.com> Date: Thu, 10 Mar 2022 16:20:11 +1100 Subject: [PATCH] [commands] Update ScheduledEventConverter docs for clarity Co-authored-by: Danny Co-authored-by: ashish <68690233+asheeeshh@users.noreply.github.com> --- discord/ext/commands/converter.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/discord/ext/commands/converter.py b/discord/ext/commands/converter.py index 3413dc084..fce4a3021 100644 --- a/discord/ext/commands/converter.py +++ b/discord/ext/commands/converter.py @@ -878,8 +878,8 @@ class GuildStickerConverter(IDConverter[discord.GuildSticker]): class ScheduledEventConverter(IDConverter[discord.ScheduledEvent]): """Converts to a :class:`~discord.ScheduledEvent`. - All lookups are done for the local guild first, if available. If that lookup - fails, then it checks the client's global cache. + Lookups are done for the local guild if available. Otherwise, for a DM context, + lookup is done by the global cache. The lookup strategy is as follows (in order):