diff --git a/docs/locale/de/LC_MESSAGES/api.cache.po b/docs/locale/de/LC_MESSAGES/api.cache.po index bee8020b7..355cab3ef 100644 --- a/docs/locale/de/LC_MESSAGES/api.cache.po +++ b/docs/locale/de/LC_MESSAGES/api.cache.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -114,51 +114,3 @@ msgid "" "A dictionary denoting the Type and the objects that correspond to the " "Type." msgstr "" - -#~ msgid "A class representing the defined item in a stored dataset." -#~ msgstr "" - -#~ msgid "The item itself." -#~ msgstr "" - -#~ msgid "The ID type representation." -#~ msgstr "" - -#~ msgid "The new storage." -#~ msgstr "" - -#~ msgid "Updates an item from the storage." -#~ msgstr "" - -#~ msgid "The item to update." -#~ msgstr "" - -#~ msgid "The updated item, if stored." -#~ msgstr "" - -#~ msgid "The cached Direct Messages." -#~ msgstr "" - -#~ msgid "The cached guilds upon gateway connection." -#~ msgstr "" - -#~ msgid "The cached guilds after ready." -#~ msgstr "" - -#~ msgid "The cached channels of guilds." -#~ msgstr "" - -#~ msgid "The cached roles of guilds." -#~ msgstr "" - -#~ msgid "The cached members of guilds and threads." -#~ msgstr "" - -#~ msgid "The cached messages of DMs and channels." -#~ msgstr "" - -#~ msgid "The cached interactions upon interaction." -#~ msgstr "" - -#~ msgid ":return The items stored. :rtype: List[dict]" -#~ msgstr "" diff --git a/docs/locale/de/LC_MESSAGES/api.dispatch.po b/docs/locale/de/LC_MESSAGES/api.dispatch.po index d5df5422e..2b020e27a 100644 --- a/docs/locale/de/LC_MESSAGES/api.dispatch.po +++ b/docs/locale/de/LC_MESSAGES/api.dispatch.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -38,7 +38,7 @@ msgstr "" msgid "A list of events being dispatched." msgstr "" -#: interactions.api.dispatch.Listener.__init__ +#: interactions.api.dispatch.Listener #: interactions.api.dispatch.Listener.dispatch #: interactions.api.dispatch.Listener.register of msgid "Return type" diff --git a/docs/locale/de/LC_MESSAGES/api.enums.po b/docs/locale/de/LC_MESSAGES/api.enums.po index 23af570f0..dc817a43e 100644 --- a/docs/locale/de/LC_MESSAGES/api.enums.po +++ b/docs/locale/de/LC_MESSAGES/api.enums.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/docs/locale/de/LC_MESSAGES/api.error.po b/docs/locale/de/LC_MESSAGES/api.error.po index 1441d73ad..120e140a5 100644 --- a/docs/locale/de/LC_MESSAGES/api.error.po +++ b/docs/locale/de/LC_MESSAGES/api.error.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -28,18 +28,18 @@ msgid "" "what a specific code means, use `e.lookup(code)`" msgstr "" +#: interactions.api.error.LibraryException +#: interactions.api.error.LibraryException._parse +#: interactions.api.error.LibraryException.log of +msgid "Parameters" +msgstr "" + #: interactions.api.error.LibraryException._parse:1 of msgid "" "Internal function that should not be executed externally. Parse the error" " data and set the code and message." msgstr "" -#: interactions.api.error.LibraryException.__init__ -#: interactions.api.error.LibraryException._parse -#: interactions.api.error.LibraryException.log of -msgid "Parameters" -msgstr "" - #: interactions.api.error.LibraryException._parse:4 of msgid "The error data to parse." msgstr "" @@ -59,61 +59,3 @@ msgstr "" #: interactions.api.error.LibraryException.log:1 of msgid "Log the error message." msgstr "" - -#~ msgid "A customized error formatting script to return specific errors." -#~ msgstr "" - -#~ msgid "An exception class for interactions." -#~ msgstr "" - -#~ msgid "" -#~ "This is a WIP. This isn't meant" -#~ " to be used yet, this is a " -#~ "baseline, and for extensive testing/review " -#~ "before integration. Likewise, this will " -#~ "show the concepts before use, and " -#~ "will be refined when time goes on." -#~ msgstr "" - -#~ msgid "Variables" -#~ msgstr "" - -#~ msgid "The built-in formatter." -#~ msgstr "" - -#~ msgid "A dictionary containing the values from the built-in Enum." -#~ msgstr "" - -#~ msgid "" -#~ "From the default error enum integer " -#~ "declaration, generate a dictionary containing" -#~ " the phrases used for the errors." -#~ msgstr "" - -#~ msgid "" -#~ "Grabs the type attribute. Primarily " -#~ "useful to use it in conditions for" -#~ " integral v4 (potential) logic." -#~ msgstr "" - -#~ msgid "This calls the exception." -#~ msgstr "" - -#~ msgid "" -#~ "This is a derivation of " -#~ "InteractionException in that this is " -#~ "used to represent Gateway closing OP " -#~ "codes." -#~ msgstr "" - -#~ msgid "" -#~ "This is a derivation of " -#~ "InteractionException in that this is " -#~ "used to represent HTTP Exceptions." -#~ msgstr "" - -#~ msgid "" -#~ "This is a derivation of " -#~ "InteractionException in that this is " -#~ "used to represent JSON API Exceptions." -#~ msgstr "" diff --git a/docs/locale/de/LC_MESSAGES/api.gateway.po b/docs/locale/de/LC_MESSAGES/api.gateway.po index 0108083f9..aad9d8772 100644 --- a/docs/locale/de/LC_MESSAGES/api.gateway.po +++ b/docs/locale/de/LC_MESSAGES/api.gateway.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -314,18 +314,3 @@ msgstr "" #: interactions.api.gateway.heartbeat._Heartbeat:1 of msgid "An internal class representing the heartbeat in a WebSocket connection." msgstr "" - -#~ msgid "The token of the application for connecting to the Gateway." -#~ msgstr "" - -#~ msgid "The Gateway intents of the application for event dispatch." -#~ msgstr "" - -#~ msgid "The ID of the session if trying to reconnect. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The identifier sequence if trying to reconnect. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The event loop to base the asynchronous manager." -#~ msgstr "" diff --git a/docs/locale/de/LC_MESSAGES/api.http.po b/docs/locale/de/LC_MESSAGES/api.http.po index cd9f74885..b141f2d87 100644 --- a/docs/locale/de/LC_MESSAGES/api.http.po +++ b/docs/locale/de/LC_MESSAGES/api.http.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -2743,21 +2743,3 @@ msgstr "" #: of msgid "Deletes the original message object sent." msgstr "" - -#~ msgid "The HTTP request method." -#~ msgstr "" - -#~ msgid "The path of the HTTP/URL." -#~ msgstr "" - -#~ msgid "Optional keyword-only arguments to pass as information in the route." -#~ msgstr "" - -#~ msgid "The asynchronous lock to control limits for." -#~ msgstr "" - -#~ msgid "The remaining time to run the limited lock on. Defaults to ``0``." -#~ msgstr "" - -#~ msgid "The application token used for authorizing." -#~ msgstr "" diff --git a/docs/locale/de/LC_MESSAGES/api.models.channel.po b/docs/locale/de/LC_MESSAGES/api.models.channel.po index 9a169fe3f..1ca5f1ac3 100644 --- a/docs/locale/de/LC_MESSAGES/api.models.channel.po +++ b/docs/locale/de/LC_MESSAGES/api.models.channel.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -48,6 +48,36 @@ msgid "" "event." msgstr "" +#: interactions.api.models.channel.Channel +#: interactions.api.models.channel.Channel.add_member +#: interactions.api.models.channel.Channel.archive +#: interactions.api.models.channel.Channel.create_invite +#: interactions.api.models.channel.Channel.create_thread +#: interactions.api.models.channel.Channel.get_history +#: interactions.api.models.channel.Channel.get_message +#: interactions.api.models.channel.Channel.lock +#: interactions.api.models.channel.Channel.modify +#: interactions.api.models.channel.Channel.pin_message +#: interactions.api.models.channel.Channel.publish_message +#: interactions.api.models.channel.Channel.purge +#: interactions.api.models.channel.Channel.remove_member +#: interactions.api.models.channel.Channel.send +#: interactions.api.models.channel.Channel.set_auto_archive_duration +#: interactions.api.models.channel.Channel.set_bitrate +#: interactions.api.models.channel.Channel.set_name +#: interactions.api.models.channel.Channel.set_nsfw +#: interactions.api.models.channel.Channel.set_parent_id +#: interactions.api.models.channel.Channel.set_position +#: interactions.api.models.channel.Channel.set_rate_limit_per_user +#: interactions.api.models.channel.Channel.set_topic +#: interactions.api.models.channel.Channel.set_user_limit +#: interactions.api.models.channel.Channel.unpin_message +#: interactions.api.models.channel.Thread +#: interactions.api.models.channel.ThreadMember +#: interactions.api.models.channel.ThreadMetadata of +msgid "Parameters" +msgstr "" + #: interactions.api.models.channel.Channel:1 of msgid "A class object representing all types of channels." msgstr "" @@ -239,32 +269,6 @@ msgstr "" msgid "Sends a message in the channel." msgstr "" -#: interactions.api.models.channel.Channel.add_member -#: interactions.api.models.channel.Channel.archive -#: interactions.api.models.channel.Channel.create_invite -#: interactions.api.models.channel.Channel.create_thread -#: interactions.api.models.channel.Channel.get_history -#: interactions.api.models.channel.Channel.get_message -#: interactions.api.models.channel.Channel.lock -#: interactions.api.models.channel.Channel.modify -#: interactions.api.models.channel.Channel.pin_message -#: interactions.api.models.channel.Channel.publish_message -#: interactions.api.models.channel.Channel.purge -#: interactions.api.models.channel.Channel.remove_member -#: interactions.api.models.channel.Channel.send -#: interactions.api.models.channel.Channel.set_auto_archive_duration -#: interactions.api.models.channel.Channel.set_bitrate -#: interactions.api.models.channel.Channel.set_name -#: interactions.api.models.channel.Channel.set_nsfw -#: interactions.api.models.channel.Channel.set_parent_id -#: interactions.api.models.channel.Channel.set_position -#: interactions.api.models.channel.Channel.set_rate_limit_per_user -#: interactions.api.models.channel.Channel.set_topic -#: interactions.api.models.channel.Channel.set_user_limit -#: interactions.api.models.channel.Channel.unpin_message of -msgid "Parameters" -msgstr "" - #: interactions.api.models.channel.Channel.send:3 of msgid "The contents of the message as a string or string-converted value." msgstr "" diff --git a/docs/locale/de/LC_MESSAGES/api.models.flags.po b/docs/locale/de/LC_MESSAGES/api.models.flags.po index 2a460c72f..af66fea34 100644 --- a/docs/locale/de/LC_MESSAGES/api.models.flags.po +++ b/docs/locale/de/LC_MESSAGES/api.models.flags.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/docs/locale/de/LC_MESSAGES/api.models.guild.po b/docs/locale/de/LC_MESSAGES/api.models.guild.po index 55c53ef3c..a233b694b 100644 --- a/docs/locale/de/LC_MESSAGES/api.models.guild.po +++ b/docs/locale/de/LC_MESSAGES/api.models.guild.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:25-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -85,6 +85,67 @@ msgstr "" msgid "The location of the event, if any." msgstr "" +#: interactions.api.models.guild.EventMetadata +#: interactions.api.models.guild.Guild +#: interactions.api.models.guild.Guild.add_member_role +#: interactions.api.models.guild.Guild.ban +#: interactions.api.models.guild.Guild.clone_channel +#: interactions.api.models.guild.Guild.create_auto_moderation_rule +#: interactions.api.models.guild.Guild.create_channel +#: interactions.api.models.guild.Guild.create_emoji +#: interactions.api.models.guild.Guild.create_role +#: interactions.api.models.guild.Guild.create_scheduled_event +#: interactions.api.models.guild.Guild.create_thread +#: interactions.api.models.guild.Guild.delete_channel +#: interactions.api.models.guild.Guild.delete_emoji +#: interactions.api.models.guild.Guild.delete_role +#: interactions.api.models.guild.Guild.delete_scheduled_event +#: interactions.api.models.guild.Guild.get_auto_moderation_rule +#: interactions.api.models.guild.Guild.get_bans +#: interactions.api.models.guild.Guild.get_emoji +#: interactions.api.models.guild.Guild.get_list_of_members +#: interactions.api.models.guild.Guild.get_member +#: interactions.api.models.guild.Guild.get_role +#: interactions.api.models.guild.Guild.kick +#: interactions.api.models.guild.Guild.modify +#: interactions.api.models.guild.Guild.modify_auto_moderation_rule +#: interactions.api.models.guild.Guild.modify_channel +#: interactions.api.models.guild.Guild.modify_member +#: interactions.api.models.guild.Guild.modify_role +#: interactions.api.models.guild.Guild.modify_role_position +#: interactions.api.models.guild.Guild.modify_role_positions +#: interactions.api.models.guild.Guild.modify_scheduled_event +#: interactions.api.models.guild.Guild.remove_ban +#: interactions.api.models.guild.Guild.remove_member_role +#: interactions.api.models.guild.Guild.search_members +#: interactions.api.models.guild.Guild.set_afk_channel +#: interactions.api.models.guild.Guild.set_afk_timeout +#: interactions.api.models.guild.Guild.set_banner +#: interactions.api.models.guild.Guild.set_default_message_notifications +#: interactions.api.models.guild.Guild.set_description +#: interactions.api.models.guild.Guild.set_discovery_splash +#: interactions.api.models.guild.Guild.set_explicit_content_filter +#: interactions.api.models.guild.Guild.set_icon +#: interactions.api.models.guild.Guild.set_name +#: interactions.api.models.guild.Guild.set_preferred_locale +#: interactions.api.models.guild.Guild.set_premium_progress_bar_enabled +#: interactions.api.models.guild.Guild.set_public_updates_channel +#: interactions.api.models.guild.Guild.set_rules_channel +#: interactions.api.models.guild.Guild.set_splash +#: interactions.api.models.guild.Guild.set_system_channel +#: interactions.api.models.guild.Guild.set_verification_level +#: interactions.api.models.guild.GuildPreview +#: interactions.api.models.guild.GuildTemplate +#: interactions.api.models.guild.Integration +#: interactions.api.models.guild.Invite +#: interactions.api.models.guild.ScheduledEvents +#: interactions.api.models.guild.StageInstance +#: interactions.api.models.guild.UnavailableGuild +#: interactions.api.models.guild.WelcomeChannels +#: interactions.api.models.guild.WelcomeScreen of +msgid "Parameters" +msgstr "" + #: interactions.api.models.guild.EventStatus:1 of msgid "An enumerable object representing the status of an event." msgstr "" @@ -606,56 +667,6 @@ msgstr "" msgid "Bans a member from the guild." msgstr "" -#: interactions.api.models.guild.Guild.add_member_role -#: interactions.api.models.guild.Guild.ban -#: interactions.api.models.guild.Guild.clone_channel -#: interactions.api.models.guild.Guild.create_auto_moderation_rule -#: interactions.api.models.guild.Guild.create_channel -#: interactions.api.models.guild.Guild.create_emoji -#: interactions.api.models.guild.Guild.create_role -#: interactions.api.models.guild.Guild.create_scheduled_event -#: interactions.api.models.guild.Guild.create_thread -#: interactions.api.models.guild.Guild.delete_channel -#: interactions.api.models.guild.Guild.delete_emoji -#: interactions.api.models.guild.Guild.delete_role -#: interactions.api.models.guild.Guild.delete_scheduled_event -#: interactions.api.models.guild.Guild.get_auto_moderation_rule -#: interactions.api.models.guild.Guild.get_bans -#: interactions.api.models.guild.Guild.get_emoji -#: interactions.api.models.guild.Guild.get_list_of_members -#: interactions.api.models.guild.Guild.get_member -#: interactions.api.models.guild.Guild.get_role -#: interactions.api.models.guild.Guild.kick -#: interactions.api.models.guild.Guild.modify -#: interactions.api.models.guild.Guild.modify_auto_moderation_rule -#: interactions.api.models.guild.Guild.modify_channel -#: interactions.api.models.guild.Guild.modify_member -#: interactions.api.models.guild.Guild.modify_role -#: interactions.api.models.guild.Guild.modify_role_position -#: interactions.api.models.guild.Guild.modify_role_positions -#: interactions.api.models.guild.Guild.modify_scheduled_event -#: interactions.api.models.guild.Guild.remove_ban -#: interactions.api.models.guild.Guild.remove_member_role -#: interactions.api.models.guild.Guild.search_members -#: interactions.api.models.guild.Guild.set_afk_channel -#: interactions.api.models.guild.Guild.set_afk_timeout -#: interactions.api.models.guild.Guild.set_banner -#: interactions.api.models.guild.Guild.set_default_message_notifications -#: interactions.api.models.guild.Guild.set_description -#: interactions.api.models.guild.Guild.set_discovery_splash -#: interactions.api.models.guild.Guild.set_explicit_content_filter -#: interactions.api.models.guild.Guild.set_icon -#: interactions.api.models.guild.Guild.set_name -#: interactions.api.models.guild.Guild.set_preferred_locale -#: interactions.api.models.guild.Guild.set_premium_progress_bar_enabled -#: interactions.api.models.guild.Guild.set_public_updates_channel -#: interactions.api.models.guild.Guild.set_rules_channel -#: interactions.api.models.guild.Guild.set_splash -#: interactions.api.models.guild.Guild.set_system_channel -#: interactions.api.models.guild.Guild.set_verification_level of -msgid "Parameters" -msgstr "" - #: interactions.api.models.guild.Guild.ban:3 of msgid "The id of the member to ban" msgstr "" @@ -764,7 +775,7 @@ msgstr "" msgid "" ":type role Union[Role, int, Snowflake] :param member_id: The id of the " "member to add the roles to :type member_id: Union[Member, int, Snowflake]" -" :param reason?: The reason why the roles are added :type reason: " +" :param reason?: The reason why the roles are added :type reason?: " "Optional[str]" msgstr "" @@ -1886,12 +1897,3 @@ msgstr "" #: interactions.api.models.guild.Invite.delete:1 of msgid "Deletes the invite" msgstr "" - -#~ msgid "" -#~ ":type role Union[Role, int] :param " -#~ "member_id: The id of the member to" -#~ " add the roles to :type member_id:" -#~ " int :param reason?: The reason why" -#~ " the roles are added :type reason:" -#~ " Optional[str]" -#~ msgstr "" diff --git a/docs/locale/de/LC_MESSAGES/api.models.gw.po b/docs/locale/de/LC_MESSAGES/api.models.gw.po index 023d54338..fe823c232 100644 --- a/docs/locale/de/LC_MESSAGES/api.models.gw.po +++ b/docs/locale/de/LC_MESSAGES/api.models.gw.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -93,6 +93,36 @@ msgstr "" msgid "The substring in content that triggered rule." msgstr "" +#: interactions.api.models.gw.ApplicationCommandPermissions +#: interactions.api.models.gw.AutoModerationAction +#: interactions.api.models.gw.AutoModerationRule +#: interactions.api.models.gw.ChannelPins +#: interactions.api.models.gw.EmbeddedActivity +#: interactions.api.models.gw.GuildBan interactions.api.models.gw.GuildEmojis +#: interactions.api.models.gw.GuildIntegrations +#: interactions.api.models.gw.GuildJoinRequest +#: interactions.api.models.gw.GuildMember +#: interactions.api.models.gw.GuildMember.add_role +#: interactions.api.models.gw.GuildMember.add_to_thread +#: interactions.api.models.gw.GuildMember.ban +#: interactions.api.models.gw.GuildMember.kick +#: interactions.api.models.gw.GuildMember.modify +#: interactions.api.models.gw.GuildMember.remove_role +#: interactions.api.models.gw.GuildMember.send +#: interactions.api.models.gw.GuildMembers interactions.api.models.gw.GuildRole +#: interactions.api.models.gw.GuildScheduledEvent +#: interactions.api.models.gw.GuildScheduledEventUser +#: interactions.api.models.gw.GuildStickers +#: interactions.api.models.gw.Integration +#: interactions.api.models.gw.MessageReaction +#: interactions.api.models.gw.Presence +#: interactions.api.models.gw.ReactionRemove +#: interactions.api.models.gw.ThreadList +#: interactions.api.models.gw.ThreadMembers interactions.api.models.gw.Webhooks +#: of +msgid "Parameters" +msgstr "" + #: interactions.api.models.gw.AutoModerationRule:1 of msgid "" "A class object representing the gateway events " @@ -525,16 +555,6 @@ msgstr "" msgid "Bans the member from a guild." msgstr "" -#: interactions.api.models.gw.GuildMember.add_role -#: interactions.api.models.gw.GuildMember.add_to_thread -#: interactions.api.models.gw.GuildMember.ban -#: interactions.api.models.gw.GuildMember.kick -#: interactions.api.models.gw.GuildMember.modify -#: interactions.api.models.gw.GuildMember.remove_role -#: interactions.api.models.gw.GuildMember.send of -msgid "Parameters" -msgstr "" - #: interactions.api.models.gw.GuildMember.ban:3 of msgid "The reason of the ban" msgstr "" diff --git a/docs/locale/de/LC_MESSAGES/api.models.member.po b/docs/locale/de/LC_MESSAGES/api.models.member.po index d9d53d52c..ce23f99ac 100644 --- a/docs/locale/de/LC_MESSAGES/api.models.member.po +++ b/docs/locale/de/LC_MESSAGES/api.models.member.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -81,6 +81,18 @@ msgstr "" msgid "How long until they're unmuted, if any." msgstr "" +#: interactions.api.models.member.Member +#: interactions.api.models.member.Member.add_role +#: interactions.api.models.member.Member.add_to_thread +#: interactions.api.models.member.Member.ban +#: interactions.api.models.member.Member.get_avatar_url +#: interactions.api.models.member.Member.kick +#: interactions.api.models.member.Member.modify +#: interactions.api.models.member.Member.remove_role +#: interactions.api.models.member.Member.send of +msgid "Parameters" +msgstr "" + #: interactions.api.models.member.Member.id:1 of msgid "Returns the ID of the user." msgstr "" @@ -131,17 +143,6 @@ msgstr "" msgid "Bans the member from a guild." msgstr "" -#: interactions.api.models.member.Member.add_role -#: interactions.api.models.member.Member.add_to_thread -#: interactions.api.models.member.Member.ban -#: interactions.api.models.member.Member.get_avatar_url -#: interactions.api.models.member.Member.kick -#: interactions.api.models.member.Member.modify -#: interactions.api.models.member.Member.remove_role -#: interactions.api.models.member.Member.send of -msgid "Parameters" -msgstr "" - #: interactions.api.models.member.Member.ban:3 of msgid "The id of the guild to ban the member from" msgstr "" @@ -293,14 +294,3 @@ msgid "" "guild_id: Union[int, Snowflake, \"Guild\"] :return: URL of the members's " "avatar (None will be returned if no avatar is set) :rtype: str" msgstr "" - -#~ msgid "" -#~ "Returns the URL of the member's " -#~ "avatar for the specified guild. :param" -#~ " guild_id: The id of the guild " -#~ "to get the member's avatar from " -#~ ":type guild_id: int :return: URL of " -#~ "the members's avatar (None will be " -#~ "returned if no avatar is set) " -#~ ":rtype: str" -#~ msgstr "" diff --git a/docs/locale/de/LC_MESSAGES/api.models.message.po b/docs/locale/de/LC_MESSAGES/api.models.message.po index eaf0149d8..5bcd77f9c 100644 --- a/docs/locale/de/LC_MESSAGES/api.models.message.po +++ b/docs/locale/de/LC_MESSAGES/api.models.message.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -185,14 +185,11 @@ msgstr "" msgid "Array of sticker objects sent with the message if any. Deprecated." msgstr "" -#: interactions.api.models.message.Message.get_channel:1 of -msgid "Gets the channel where the message was sent." -msgstr "" - +#: interactions.api.models.message.Attachment +#: interactions.api.models.message.ChannelMention +#: interactions.api.models.message.Embed #: interactions.api.models.message.Embed.add_field -#: interactions.api.models.message.Embed.clear_fields #: interactions.api.models.message.Embed.insert_field_at -#: interactions.api.models.message.Embed.remove_author #: interactions.api.models.message.Embed.remove_field #: interactions.api.models.message.Embed.set_author #: interactions.api.models.message.Embed.set_field_at @@ -200,40 +197,43 @@ msgstr "" #: interactions.api.models.message.Embed.set_image #: interactions.api.models.message.Embed.set_thumbnail #: interactions.api.models.message.Embed.set_video +#: interactions.api.models.message.EmbedAuthor +#: interactions.api.models.message.EmbedField +#: interactions.api.models.message.EmbedFooter +#: interactions.api.models.message.EmbedImageStruct +#: interactions.api.models.message.EmbedProvider +#: interactions.api.models.message.Emoji #: interactions.api.models.message.Emoji.delete #: interactions.api.models.message.Emoji.get #: interactions.api.models.message.Emoji.get_all_of_guild -#: interactions.api.models.message.Emoji.url +#: interactions.api.models.message.Message #: interactions.api.models.message.Message.create_reaction #: interactions.api.models.message.Message.create_thread #: interactions.api.models.message.Message.delete #: interactions.api.models.message.Message.edit -#: interactions.api.models.message.Message.get_channel #: interactions.api.models.message.Message.get_from_url -#: interactions.api.models.message.Message.get_guild #: interactions.api.models.message.Message.get_users_from_reaction -#: interactions.api.models.message.Message.pin -#: interactions.api.models.message.Message.publish -#: interactions.api.models.message.Message.remove_all_reactions #: interactions.api.models.message.Message.remove_all_reactions_of #: interactions.api.models.message.Message.remove_own_reaction_of #: interactions.api.models.message.Message.remove_reaction_from #: interactions.api.models.message.Message.reply -#: interactions.api.models.message.Message.unpin -#: interactions.api.models.message.Message.url of -msgid "Return type" -msgstr "" - -#: interactions.api.models.message.Message.get_guild:1 of -msgid "Gets the guild where the message was sent." +#: interactions.api.models.message.MessageActivity +#: interactions.api.models.message.MessageInteraction +#: interactions.api.models.message.MessageReference +#: interactions.api.models.message.PartialSticker +#: interactions.api.models.message.ReactionObject +#: interactions.api.models.message.Sticker of +msgid "Parameters" msgstr "" -#: interactions.api.models.message.Message.delete:1 of -msgid "Deletes the message." +#: interactions.api.models.message.Message.get_channel:1 of +msgid "Gets the channel where the message was sent." msgstr "" #: interactions.api.models.message.Embed.add_field +#: interactions.api.models.message.Embed.clear_fields #: interactions.api.models.message.Embed.insert_field_at +#: interactions.api.models.message.Embed.remove_author #: interactions.api.models.message.Embed.remove_field #: interactions.api.models.message.Embed.set_author #: interactions.api.models.message.Embed.set_field_at @@ -244,17 +244,33 @@ msgstr "" #: interactions.api.models.message.Emoji.delete #: interactions.api.models.message.Emoji.get #: interactions.api.models.message.Emoji.get_all_of_guild +#: interactions.api.models.message.Emoji.url #: interactions.api.models.message.Message.create_reaction #: interactions.api.models.message.Message.create_thread #: interactions.api.models.message.Message.delete #: interactions.api.models.message.Message.edit +#: interactions.api.models.message.Message.get_channel #: interactions.api.models.message.Message.get_from_url +#: interactions.api.models.message.Message.get_guild #: interactions.api.models.message.Message.get_users_from_reaction +#: interactions.api.models.message.Message.pin +#: interactions.api.models.message.Message.publish +#: interactions.api.models.message.Message.remove_all_reactions #: interactions.api.models.message.Message.remove_all_reactions_of #: interactions.api.models.message.Message.remove_own_reaction_of #: interactions.api.models.message.Message.remove_reaction_from -#: interactions.api.models.message.Message.reply of -msgid "Parameters" +#: interactions.api.models.message.Message.reply +#: interactions.api.models.message.Message.unpin +#: interactions.api.models.message.Message.url of +msgid "Return type" +msgstr "" + +#: interactions.api.models.message.Message.get_guild:1 of +msgid "Gets the guild where the message was sent." +msgstr "" + +#: interactions.api.models.message.Message.delete:1 of +msgid "Deletes the message." msgstr "" #: interactions.api.models.message.Message.delete:3 of diff --git a/docs/locale/de/LC_MESSAGES/api.models.misc.po b/docs/locale/de/LC_MESSAGES/api.models.misc.po index ccfa1adc8..cfed122db 100644 --- a/docs/locale/de/LC_MESSAGES/api.models.misc.po +++ b/docs/locale/de/LC_MESSAGES/api.models.misc.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -66,6 +66,15 @@ msgstr "" msgid "Timeout duration in seconds, if timed out." msgstr "" +#: interactions.api.models.misc.AutoModAction +#: interactions.api.models.misc.AutoModMetaData +#: interactions.api.models.misc.AutoModTriggerMetadata +#: interactions.api.models.misc.ClientStatus interactions.api.models.misc.File +#: interactions.api.models.misc.Image interactions.api.models.misc.Overwrite +#: interactions.api.models.misc.Snowflake of +msgid "Parameters" +msgstr "" + #: interactions.api.models.misc.AutoModAction:1 of msgid "" "A class object used for the ``AUTO_MODERATION_ACTION_EXECUTION`` event. " @@ -120,12 +129,6 @@ msgid "" "integer." msgstr "" -#: interactions.api.models.misc.File.__init__ -#: interactions.api.models.misc.Image.__init__ -#: interactions.api.models.misc.Snowflake.__init__ of -msgid "Parameters" -msgstr "" - #: interactions.api.models.misc.Color.black #: interactions.api.models.misc.Color.blurple #: interactions.api.models.misc.Color.fuchsia @@ -133,7 +136,7 @@ msgstr "" #: interactions.api.models.misc.Color.red #: interactions.api.models.misc.Color.white #: interactions.api.models.misc.Color.yellow -#: interactions.api.models.misc.Snowflake.__init__ of +#: interactions.api.models.misc.Snowflake of msgid "Return type" msgstr "" @@ -284,9 +287,3 @@ msgstr "" #: interactions.api.models.misc.Overwrite:6 of msgid "Permission bit set." msgstr "" - -#~ msgid "" -#~ "A pseudosentinel based from an empty " -#~ "object. This does violate PEP, but, " -#~ "I don't care." -#~ msgstr "" diff --git a/docs/locale/de/LC_MESSAGES/api.models.po b/docs/locale/de/LC_MESSAGES/api.models.po index 764507670..4a5447cbe 100644 --- a/docs/locale/de/LC_MESSAGES/api.models.po +++ b/docs/locale/de/LC_MESSAGES/api.models.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/locale/de/LC_MESSAGES/api.models.presence.po b/docs/locale/de/LC_MESSAGES/api.models.presence.po index effa582b9..347c24dbc 100644 --- a/docs/locale/de/LC_MESSAGES/api.models.presence.po +++ b/docs/locale/de/LC_MESSAGES/api.models.presence.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -231,18 +231,3 @@ msgstr "" #: interactions.api.models.presence.ClientPresence:6 of msgid "Whether the client is afk or not." msgstr "" - -#~ msgid "Unix timestamp of when the activity was created to the User's session" -#~ msgstr "" - -#~ msgid "Custom buttons shown in the RPC." -#~ msgstr "" - -#~ msgid "A class object representing the buttons of a presence." -#~ msgstr "" - -#~ msgid "Text of the button" -#~ msgstr "" - -#~ msgid "URL of the button" -#~ msgstr "" diff --git a/docs/locale/de/LC_MESSAGES/api.models.role.po b/docs/locale/de/LC_MESSAGES/api.models.role.po index 9a3430734..c78eeec53 100644 --- a/docs/locale/de/LC_MESSAGES/api.models.role.po +++ b/docs/locale/de/LC_MESSAGES/api.models.role.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -74,6 +74,13 @@ msgstr "" msgid "The tags this role has" msgstr "" +#: interactions.api.models.role.Role interactions.api.models.role.Role.delete +#: interactions.api.models.role.Role.modify +#: interactions.api.models.role.Role.modify_position +#: interactions.api.models.role.RoleTags of +msgid "Parameters" +msgstr "" + #: interactions.api.models.role.Role.mention:1 of msgid "Returns a string that allows you to mention the given role." msgstr "" @@ -88,6 +95,7 @@ msgstr "" msgid "The string of the mentioned role." msgstr "" +#: interactions.api.models.role.Role.delete #: interactions.api.models.role.Role.mention #: interactions.api.models.role.Role.modify #: interactions.api.models.role.Role.modify_position of @@ -98,12 +106,6 @@ msgstr "" msgid "Deletes the role from the guild." msgstr "" -#: interactions.api.models.role.Role.delete -#: interactions.api.models.role.Role.modify -#: interactions.api.models.role.Role.modify_position of -msgid "Parameters" -msgstr "" - #: interactions.api.models.role.Role.delete:3 of msgid "The id of the guild to delete the role from" msgstr "" diff --git a/docs/locale/de/LC_MESSAGES/api.models.team.po b/docs/locale/de/LC_MESSAGES/api.models.team.po index cde90e6a6..2958a4252 100644 --- a/docs/locale/de/LC_MESSAGES/api.models.team.po +++ b/docs/locale/de/LC_MESSAGES/api.models.team.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/docs/locale/de/LC_MESSAGES/api.models.user.po b/docs/locale/de/LC_MESSAGES/api.models.user.po index 807b9d83e..5721c56da 100644 --- a/docs/locale/de/LC_MESSAGES/api.models.user.po +++ b/docs/locale/de/LC_MESSAGES/api.models.user.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/docs/locale/de/LC_MESSAGES/api.models.webhook.po b/docs/locale/de/LC_MESSAGES/api.models.webhook.po index c201be33e..be10a2fd1 100644 --- a/docs/locale/de/LC_MESSAGES/api.models.webhook.po +++ b/docs/locale/de/LC_MESSAGES/api.models.webhook.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -86,10 +86,7 @@ msgid "" "flow)" msgstr "" -#: interactions.api.models.webhook.Webhook.create:1 of -msgid "Creates a webhook in a channel." -msgstr "" - +#: interactions.api.models.webhook.Webhook #: interactions.api.models.webhook.Webhook.create #: interactions.api.models.webhook.Webhook.execute #: interactions.api.models.webhook.Webhook.get @@ -97,6 +94,10 @@ msgstr "" msgid "Parameters" msgstr "" +#: interactions.api.models.webhook.Webhook.create:1 of +msgid "Creates a webhook in a channel." +msgstr "" + #: interactions.api.models.webhook.Webhook.create:3 #: interactions.api.models.webhook.Webhook.get:3 of msgid "The HTTPClient of the bot, has to be set to `bot._http`." diff --git a/docs/locale/de/LC_MESSAGES/api.po b/docs/locale/de/LC_MESSAGES/api.po index cb74082a0..239f6eb9e 100644 --- a/docs/locale/de/LC_MESSAGES/api.po +++ b/docs/locale/de/LC_MESSAGES/api.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -26,15 +26,15 @@ msgstr "" msgid "Frameworks/Commands" msgstr "" -#: ../../api.rst:24 ../../api.rst:41 +#: ../../api.rst:25 ../../api.rst:42 msgid "Model/Design" msgstr "" -#: ../../api.rst:34 +#: ../../api.rst:35 msgid "Client Connections" msgstr "" -#: ../../api.rst:49 +#: ../../api.rst:50 msgid "Events" msgstr "" @@ -50,6 +50,6 @@ msgstr "" msgid "Interactions" msgstr "" -#: ../../api.rst:32 +#: ../../api.rst:33 msgid "Discord API" msgstr "" diff --git a/docs/locale/de/LC_MESSAGES/client.po b/docs/locale/de/LC_MESSAGES/client.po index 0bfd7ef38..854019fc5 100644 --- a/docs/locale/de/LC_MESSAGES/client.po +++ b/docs/locale/de/LC_MESSAGES/client.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -31,7 +31,6 @@ msgstr "" #: interactions.client.bot.Client #: interactions.client.bot.Client.__check_command #: interactions.client.bot.Client.__compare_sync -#: interactions.client.bot.Client.__init__ #: interactions.client.bot.Client.__raw_channel_create #: interactions.client.bot.Client.__raw_guild_create #: interactions.client.bot.Client.__raw_message_create @@ -46,7 +45,7 @@ msgstr "" #: interactions.client.bot.Client.modal interactions.client.bot.Client.modify #: interactions.client.bot.Client.reload interactions.client.bot.Client.remove #: interactions.client.bot.Client.user_command -#: interactions.client.bot.Extension.__new__ of +#: interactions.client.bot.Extension of msgid "Parameters" msgstr "" @@ -123,9 +122,9 @@ msgstr "" msgid "The application representation of the client." msgstr "" +#: interactions.client.bot.Client #: interactions.client.bot.Client.__check_command #: interactions.client.bot.Client.__compare_sync -#: interactions.client.bot.Client.__init__ #: interactions.client.bot.Client.__raw_channel_create #: interactions.client.bot.Client.__raw_guild_create #: interactions.client.bot.Client.__raw_message_create @@ -146,7 +145,7 @@ msgstr "" #: interactions.client.bot.Client.start #: interactions.client.bot.Client.user_command #: interactions.client.bot.Client.wait_until_ready -#: interactions.client.bot.Extension.__new__ of +#: interactions.client.bot.Extension of msgid "Return type" msgstr "" @@ -640,12 +639,3 @@ msgstr "" #: interactions.client.bot.Extension:5 of msgid "The structure of an extension:" msgstr "" - -#~ msgid "" -#~ "A wrapper designed to interpret the " -#~ "client-facing API for how a " -#~ "command is to be created and used." -#~ msgstr "" - -#~ msgid "A list of command payloads." -#~ msgstr "" diff --git a/docs/locale/de/LC_MESSAGES/context.po b/docs/locale/de/LC_MESSAGES/context.po index 77cab9c1c..3917f5b73 100644 --- a/docs/locale/de/LC_MESSAGES/context.po +++ b/docs/locale/de/LC_MESSAGES/context.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -55,6 +55,23 @@ msgstr "" msgid "The guild data model." msgstr "" +#: interactions.api.models.attrs_utils.DictSerializerMixin.update +#: interactions.client.context.CommandContext +#: interactions.client.context.CommandContext.defer +#: interactions.client.context.CommandContext.edit +#: interactions.client.context.CommandContext.populate +#: interactions.client.context.CommandContext.send +#: interactions.client.context.ComponentContext +#: interactions.client.context.ComponentContext.defer +#: interactions.client.context.ComponentContext.edit +#: interactions.client.context.ComponentContext.send +#: interactions.client.context._Context +#: interactions.client.context._Context.edit +#: interactions.client.context._Context.popup +#: interactions.client.context._Context.send of +msgid "Parameters" +msgstr "" + #: interactions.client.context._Context.get_channel:1 of msgid "This gets the channel the context was invoked in." msgstr "" @@ -107,21 +124,6 @@ msgid "" "interaction response." msgstr "" -#: interactions.api.models.attrs_utils.ClientSerializerMixin.__init__ -#: interactions.api.models.attrs_utils.DictSerializerMixin.update -#: interactions.client.context.CommandContext.defer -#: interactions.client.context.CommandContext.edit -#: interactions.client.context.CommandContext.populate -#: interactions.client.context.CommandContext.send -#: interactions.client.context.ComponentContext.defer -#: interactions.client.context.ComponentContext.edit -#: interactions.client.context.ComponentContext.send -#: interactions.client.context._Context.edit -#: interactions.client.context._Context.popup -#: interactions.client.context._Context.send of -msgid "Parameters" -msgstr "" - #: interactions.client.context.CommandContext.send:4 #: interactions.client.context.ComponentContext.send:4 #: interactions.client.context._Context.send:4 of diff --git a/docs/locale/de/LC_MESSAGES/enums.po b/docs/locale/de/LC_MESSAGES/enums.po index 8fc379297..ec2f643f5 100644 --- a/docs/locale/de/LC_MESSAGES/enums.po +++ b/docs/locale/de/LC_MESSAGES/enums.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/docs/locale/de/LC_MESSAGES/ext.base.po b/docs/locale/de/LC_MESSAGES/ext.base.po index 7eb2194fa..5a2fe3730 100644 --- a/docs/locale/de/LC_MESSAGES/ext.base.po +++ b/docs/locale/de/LC_MESSAGES/ext.base.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -148,21 +148,3 @@ msgstr "" #: interactions.ext.base.build:1 of msgid "Builds the base 3rd party the same way as ``setup`` from ``setuptools``." msgstr "" - -#~ msgid "The repository link of the library via. GitHub." -#~ msgstr "" - -#~ msgid "The description of the library, e.g. the purpose." -#~ msgstr "" - -#~ msgid "The full description of the library, e.g. README. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The package(s) of the library. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The required modules needed for library function. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "Any other keyword arguments. Defaults to ``None``." -#~ msgstr "" diff --git a/docs/locale/de/LC_MESSAGES/ext.converter.po b/docs/locale/de/LC_MESSAGES/ext.converter.po index 8f0df6d4b..fdd604d85 100644 --- a/docs/locale/de/LC_MESSAGES/ext.converter.po +++ b/docs/locale/de/LC_MESSAGES/ext.converter.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -40,21 +40,23 @@ msgstr "" msgid "The second object to be converted." msgstr "" -#: interactions.ext.converter.Converter._map_attr:1 of -msgid "Maps the attributes between the models for conversion reference." +#: interactions.ext.converter.Converter +#: interactions.ext.converter.Converter.get_attr of +msgid "Parameters" msgstr "" +#: interactions.ext.converter.Converter #: interactions.ext.converter.Converter._map_attr #: interactions.ext.converter.Converter.difference #: interactions.ext.converter.Converter.get_attr #: interactions.ext.converter.Converter.get_attrs #: interactions.ext.converter.Converter.missing #: interactions.ext.converter.Converter.ref of -msgid "Returns" +msgid "Return type" msgstr "" -#: interactions.ext.converter.Converter._map_attr:3 of -msgid "A dictionary of attributes mapped." +#: interactions.ext.converter.Converter._map_attr:1 of +msgid "Maps the attributes between the models for conversion reference." msgstr "" #: interactions.ext.converter.Converter._map_attr @@ -63,15 +65,15 @@ msgstr "" #: interactions.ext.converter.Converter.get_attrs #: interactions.ext.converter.Converter.missing #: interactions.ext.converter.Converter.ref of -msgid "Return type" +msgid "Returns" msgstr "" -#: interactions.ext.converter.Converter.get_attr:1 of -msgid "Gets a mapped attribute." +#: interactions.ext.converter.Converter._map_attr:3 of +msgid "A dictionary of attributes mapped." msgstr "" -#: interactions.ext.converter.Converter.get_attr of -msgid "Parameters" +#: interactions.ext.converter.Converter.get_attr:1 of +msgid "Gets a mapped attribute." msgstr "" #: interactions.ext.converter.Converter.get_attr:3 of diff --git a/docs/locale/de/LC_MESSAGES/ext.error.po b/docs/locale/de/LC_MESSAGES/ext.error.po index 7b39f4fa1..ca0f95fca 100644 --- a/docs/locale/de/LC_MESSAGES/ext.error.po +++ b/docs/locale/de/LC_MESSAGES/ext.error.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/docs/locale/de/LC_MESSAGES/ext.gettingstarted.po b/docs/locale/de/LC_MESSAGES/ext.gettingstarted.po index 1c21e3eb3..0de3ee399 100644 --- a/docs/locale/de/LC_MESSAGES/ext.gettingstarted.po +++ b/docs/locale/de/LC_MESSAGES/ext.gettingstarted.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/locale/de/LC_MESSAGES/ext.po b/docs/locale/de/LC_MESSAGES/ext.po index ee17491a5..f3afe86ec 100644 --- a/docs/locale/de/LC_MESSAGES/ext.po +++ b/docs/locale/de/LC_MESSAGES/ext.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/locale/de/LC_MESSAGES/ext.version.po b/docs/locale/de/LC_MESSAGES/ext.version.po index 581fb477c..850829199 100644 --- a/docs/locale/de/LC_MESSAGES/ext.version.po +++ b/docs/locale/de/LC_MESSAGES/ext.version.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -198,29 +198,3 @@ msgstr "" #: interactions.ext.version.Version.extend_version:7 of msgid "The alphanumeric version was incorrectly formatted." msgstr "" - -#~ msgid "" -#~ "The author's relationship as the main" -#~ " or co-author. Defaults to ``False``." -#~ msgstr "" - -#~ msgid "The author's state of activity. Defaults to ``True``." -#~ msgstr "" - -#~ msgid "The author's email address or point of contact. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The major version. If not specified, ``version`` will be read from." -#~ msgstr "" - -#~ msgid "The minor version. If not specified, ``version`` will be read from." -#~ msgstr "" - -#~ msgid "The patch version. If not specified, ``version`` will be read from." -#~ msgstr "" - -#~ msgid "" -#~ "The overall version. Must be used " -#~ "if ``major``, ``minor`` or ``patch`` are" -#~ " not." -#~ msgstr "" diff --git a/docs/locale/de/LC_MESSAGES/faq.po b/docs/locale/de/LC_MESSAGES/faq.po index 308f71de8..1bf421161 100644 --- a/docs/locale/de/LC_MESSAGES/faq.po +++ b/docs/locale/de/LC_MESSAGES/faq.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -521,77 +521,3 @@ msgid "" "Please join our `Discord Server`_ for any further support regarding our " "library and/or any integration code depending on it." msgstr "" - -#~ msgid "" -#~ "This page is maintained by the " -#~ "Helpers of the Discord server, and " -#~ "developers at their discretion. For any" -#~ " comments, feedback or concerns please " -#~ "consider joining our server and bringing" -#~ " it up in our support channels." -#~ msgstr "" - -#~ msgid "discord.py is dead! Will this library die too?" -#~ msgstr "" - -#~ msgid "" -#~ "The decision to become a standalone " -#~ "library that is now an API wrapper" -#~ " for the Discord API was made " -#~ "before Danny posted his gist on " -#~ "GitHub about ceasing development of " -#~ "discord.py. This is the official " -#~ "statement from the library developer " -#~ "regarding this:" -#~ msgstr "" - -#~ msgid "" -#~ "The most *biased* answer would be " -#~ "to, of course, *use interactions.py.* We" -#~ " already offer a lot of the " -#~ "integral API wrapper aspects as " -#~ "discord.py does, however, we only " -#~ "specialize in interactions. Which means " -#~ "things such as these won't be " -#~ "supported officially by us (but might" -#~ " be available as 3rd parties):" -#~ msgstr "" - -#~ msgid "" -#~ "Cooldowns aren't really an actual " -#~ "feature of the Discord API itself, " -#~ "but rather more of a convienent " -#~ "feature implemented in discord.py in " -#~ "order to avoid spamming of commands." -#~ msgstr "" - -#~ msgid "" -#~ "That's the neat part: it's really " -#~ "hard to do that, and most of " -#~ "the time, they won't. Unless they " -#~ "copy the exact string that was " -#~ "used when you open up the UI " -#~ "element to do it numerous times, " -#~ "most users do and will not be " -#~ "able to know how to do this. " -#~ "However, if you as a bot developer" -#~ " feel at unease about this, you " -#~ "are more than welcome to implement " -#~ "your own cooldown methods yourself. " -#~ "Cooldowns were an ultimatum that came" -#~ " as the result of message commands" -#~ " being able to be spammable, and " -#~ "since we won't be supporting them, " -#~ "there's no feasibility to having them" -#~ " in our library." -#~ msgstr "" - -#~ msgid "" -#~ "Please join our Discord server for " -#~ "any further support regarding our " -#~ "library and/or any integration code " -#~ "depending on it." -#~ msgstr "" - -#~ msgid "Invite Link: https://discord.gg/KkgMBVuEkx" -#~ msgstr "" diff --git a/docs/locale/de/LC_MESSAGES/index.po b/docs/locale/de/LC_MESSAGES/index.po index eb0f03796..91465f9df 100644 --- a/docs/locale/de/LC_MESSAGES/index.po +++ b/docs/locale/de/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -247,36 +247,3 @@ msgstr "" #: ../../index.rst:88 msgid ":ref:`modindex`" msgstr "" - -#~ msgid "" -#~ "**pre-commit** ``2.16.0``: the architecture" -#~ " uses this before every commit to " -#~ "format and check for severity/QOL-" -#~ "breaking changes." -#~ msgstr "" - -#~ msgid "**black** ``21.11b1``" -#~ msgstr "" - -#~ msgid "**flake8** ``3.9.2``" -#~ msgstr "" - -#~ msgid "**isort** ``5.9.3``" -#~ msgstr "" - -#~ msgid "" -#~ "**Sphinx** ``4.1.2``: all of our " -#~ "documentation is powered off of " -#~ "autogenerated documentation of the Sphinx " -#~ "engine." -#~ msgstr "" - -#~ msgid "" -#~ "**colorama** ``0.4.4``: our internal logger" -#~ " uses a customized coloring formatter " -#~ "to make looking for specific conditions" -#~ " easier when running tests." -#~ msgstr "" - -#~ msgid ":ref:`search`" -#~ msgstr "" diff --git a/docs/locale/de/LC_MESSAGES/migration.po b/docs/locale/de/LC_MESSAGES/migration.po index 766999c9f..9f0d8e6aa 100644 --- a/docs/locale/de/LC_MESSAGES/migration.po +++ b/docs/locale/de/LC_MESSAGES/migration.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -148,10 +148,3 @@ msgid "" "your argument in your function differently than your option name! " "Example:" msgstr "" - -#~ msgid "" -#~ "A new big change in this release" -#~ " is the implementation of the ``get``" -#~ " utility method. It allows you to " -#~ "no longer use ``**await bot._http...``." -#~ msgstr "" diff --git a/docs/locale/de/LC_MESSAGES/models.command.po b/docs/locale/de/LC_MESSAGES/models.command.po index acbfe63bc..5c72da5b0 100644 --- a/docs/locale/de/LC_MESSAGES/models.command.po +++ b/docs/locale/de/LC_MESSAGES/models.command.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -62,6 +62,22 @@ msgid "" "same restrictions as the ``name`` field." msgstr "" +#: interactions.client.models.command.ApplicationCommand +#: interactions.client.models.command.Choice +#: interactions.client.models.command.Command +#: interactions.client.models.command.Command.__call +#: interactions.client.models.command.Command.__check_command +#: interactions.client.models.command.Command.__wrap_coro +#: interactions.client.models.command.Command.autocomplete +#: interactions.client.models.command.Command.error +#: interactions.client.models.command.Command.group +#: interactions.client.models.command.Command.subcommand +#: interactions.client.models.command.Option +#: interactions.client.models.command.Permission +#: interactions.client.models.command.option of +msgid "Parameters" +msgstr "" + #: interactions.client.models.command.Option:1 of msgid "A class object representing the option of an application command." msgstr "" @@ -235,17 +251,6 @@ msgstr "" msgid "The structure of an option:" msgstr "" -#: interactions.client.models.command.Command.__call -#: interactions.client.models.command.Command.__check_command -#: interactions.client.models.command.Command.__wrap_coro -#: interactions.client.models.command.Command.autocomplete -#: interactions.client.models.command.Command.error -#: interactions.client.models.command.Command.group -#: interactions.client.models.command.Command.subcommand -#: interactions.client.models.command.option of -msgid "Parameters" -msgstr "" - #: interactions.client.models.command.option:12 of msgid "The type of the option." msgstr "" @@ -520,12 +525,3 @@ msgid "" ":class:`interactions.client.bot.Extension` is passed to the coroutine, if" " any." msgstr "" - -#~ msgid "The structure for a choice: ::" -#~ msgstr "" - -#~ msgid "The structure for an option: ::" -#~ msgstr "" - -#~ msgid "The structure for a permission: ::" -#~ msgstr "" diff --git a/docs/locale/de/LC_MESSAGES/models.component.po b/docs/locale/de/LC_MESSAGES/models.component.po index e4d356e6c..ae186054c 100644 --- a/docs/locale/de/LC_MESSAGES/models.component.po +++ b/docs/locale/de/LC_MESSAGES/models.component.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -58,6 +58,17 @@ msgstr "" msgid "Whether the select option is the default for the select menu." msgstr "" +#: interactions.client.models.component.ActionRow +#: interactions.client.models.component.ActionRow.new +#: interactions.client.models.component.Button +#: interactions.client.models.component.Component +#: interactions.client.models.component.Modal +#: interactions.client.models.component.SelectMenu +#: interactions.client.models.component.SelectOption +#: interactions.client.models.component.TextInput of +msgid "Parameters" +msgstr "" + #: interactions.client.models.component.SelectMenu:1 of msgid "" "A class object representing the select menu of a component. The structure" @@ -314,10 +325,6 @@ msgstr "" msgid "A class method for creating a new ``ActionRow``." msgstr "" -#: interactions.client.models.component.ActionRow.new of -msgid "Parameters" -msgstr "" - #: interactions.client.models.component.ActionRow.new:3 of msgid "The components to add to the ``ActionRow``." msgstr "" diff --git a/docs/locale/de/LC_MESSAGES/models.misc.po b/docs/locale/de/LC_MESSAGES/models.misc.po index 28f7a3b8d..9ea8f4346 100644 --- a/docs/locale/de/LC_MESSAGES/models.misc.po +++ b/docs/locale/de/LC_MESSAGES/models.misc.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/docs/locale/de/LC_MESSAGES/models.po b/docs/locale/de/LC_MESSAGES/models.po index a322bcb50..04da90614 100644 --- a/docs/locale/de/LC_MESSAGES/models.po +++ b/docs/locale/de/LC_MESSAGES/models.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/locale/de/LC_MESSAGES/quickstart.po b/docs/locale/de/LC_MESSAGES/quickstart.po index f92a3951e..89ed78f26 100644 --- a/docs/locale/de/LC_MESSAGES/quickstart.po +++ b/docs/locale/de/LC_MESSAGES/quickstart.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -673,6 +673,3 @@ msgstr "" #: ../../quickstart.rst:675 msgid "Usage of ``@autodefer()``:" msgstr "" - -#~ msgid "``name`` and ``description`` are required." -#~ msgstr "" diff --git a/docs/locale/es/LC_MESSAGES/api.models.guild.po b/docs/locale/es/LC_MESSAGES/api.models.guild.po index d5d761be0..a233b694b 100644 --- a/docs/locale/es/LC_MESSAGES/api.models.guild.po +++ b/docs/locale/es/LC_MESSAGES/api.models.guild.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-17 16:00-0400\n" +"POT-Creation-Date: 2022-07-17 16:25-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -775,7 +775,7 @@ msgstr "" msgid "" ":type role Union[Role, int, Snowflake] :param member_id: The id of the " "member to add the roles to :type member_id: Union[Member, int, Snowflake]" -" :param reason?: The reason why the roles are added :type reason: " +" :param reason?: The reason why the roles are added :type reason?: " "Optional[str]" msgstr "" diff --git a/docs/locale/fr/LC_MESSAGES/api.cache.po b/docs/locale/fr/LC_MESSAGES/api.cache.po index bee8020b7..355cab3ef 100644 --- a/docs/locale/fr/LC_MESSAGES/api.cache.po +++ b/docs/locale/fr/LC_MESSAGES/api.cache.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -114,51 +114,3 @@ msgid "" "A dictionary denoting the Type and the objects that correspond to the " "Type." msgstr "" - -#~ msgid "A class representing the defined item in a stored dataset." -#~ msgstr "" - -#~ msgid "The item itself." -#~ msgstr "" - -#~ msgid "The ID type representation." -#~ msgstr "" - -#~ msgid "The new storage." -#~ msgstr "" - -#~ msgid "Updates an item from the storage." -#~ msgstr "" - -#~ msgid "The item to update." -#~ msgstr "" - -#~ msgid "The updated item, if stored." -#~ msgstr "" - -#~ msgid "The cached Direct Messages." -#~ msgstr "" - -#~ msgid "The cached guilds upon gateway connection." -#~ msgstr "" - -#~ msgid "The cached guilds after ready." -#~ msgstr "" - -#~ msgid "The cached channels of guilds." -#~ msgstr "" - -#~ msgid "The cached roles of guilds." -#~ msgstr "" - -#~ msgid "The cached members of guilds and threads." -#~ msgstr "" - -#~ msgid "The cached messages of DMs and channels." -#~ msgstr "" - -#~ msgid "The cached interactions upon interaction." -#~ msgstr "" - -#~ msgid ":return The items stored. :rtype: List[dict]" -#~ msgstr "" diff --git a/docs/locale/fr/LC_MESSAGES/api.dispatch.po b/docs/locale/fr/LC_MESSAGES/api.dispatch.po index d5df5422e..2b020e27a 100644 --- a/docs/locale/fr/LC_MESSAGES/api.dispatch.po +++ b/docs/locale/fr/LC_MESSAGES/api.dispatch.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -38,7 +38,7 @@ msgstr "" msgid "A list of events being dispatched." msgstr "" -#: interactions.api.dispatch.Listener.__init__ +#: interactions.api.dispatch.Listener #: interactions.api.dispatch.Listener.dispatch #: interactions.api.dispatch.Listener.register of msgid "Return type" diff --git a/docs/locale/fr/LC_MESSAGES/api.enums.po b/docs/locale/fr/LC_MESSAGES/api.enums.po index 23af570f0..dc817a43e 100644 --- a/docs/locale/fr/LC_MESSAGES/api.enums.po +++ b/docs/locale/fr/LC_MESSAGES/api.enums.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/docs/locale/fr/LC_MESSAGES/api.error.po b/docs/locale/fr/LC_MESSAGES/api.error.po index 1441d73ad..120e140a5 100644 --- a/docs/locale/fr/LC_MESSAGES/api.error.po +++ b/docs/locale/fr/LC_MESSAGES/api.error.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -28,18 +28,18 @@ msgid "" "what a specific code means, use `e.lookup(code)`" msgstr "" +#: interactions.api.error.LibraryException +#: interactions.api.error.LibraryException._parse +#: interactions.api.error.LibraryException.log of +msgid "Parameters" +msgstr "" + #: interactions.api.error.LibraryException._parse:1 of msgid "" "Internal function that should not be executed externally. Parse the error" " data and set the code and message." msgstr "" -#: interactions.api.error.LibraryException.__init__ -#: interactions.api.error.LibraryException._parse -#: interactions.api.error.LibraryException.log of -msgid "Parameters" -msgstr "" - #: interactions.api.error.LibraryException._parse:4 of msgid "The error data to parse." msgstr "" @@ -59,61 +59,3 @@ msgstr "" #: interactions.api.error.LibraryException.log:1 of msgid "Log the error message." msgstr "" - -#~ msgid "A customized error formatting script to return specific errors." -#~ msgstr "" - -#~ msgid "An exception class for interactions." -#~ msgstr "" - -#~ msgid "" -#~ "This is a WIP. This isn't meant" -#~ " to be used yet, this is a " -#~ "baseline, and for extensive testing/review " -#~ "before integration. Likewise, this will " -#~ "show the concepts before use, and " -#~ "will be refined when time goes on." -#~ msgstr "" - -#~ msgid "Variables" -#~ msgstr "" - -#~ msgid "The built-in formatter." -#~ msgstr "" - -#~ msgid "A dictionary containing the values from the built-in Enum." -#~ msgstr "" - -#~ msgid "" -#~ "From the default error enum integer " -#~ "declaration, generate a dictionary containing" -#~ " the phrases used for the errors." -#~ msgstr "" - -#~ msgid "" -#~ "Grabs the type attribute. Primarily " -#~ "useful to use it in conditions for" -#~ " integral v4 (potential) logic." -#~ msgstr "" - -#~ msgid "This calls the exception." -#~ msgstr "" - -#~ msgid "" -#~ "This is a derivation of " -#~ "InteractionException in that this is " -#~ "used to represent Gateway closing OP " -#~ "codes." -#~ msgstr "" - -#~ msgid "" -#~ "This is a derivation of " -#~ "InteractionException in that this is " -#~ "used to represent HTTP Exceptions." -#~ msgstr "" - -#~ msgid "" -#~ "This is a derivation of " -#~ "InteractionException in that this is " -#~ "used to represent JSON API Exceptions." -#~ msgstr "" diff --git a/docs/locale/fr/LC_MESSAGES/api.gateway.po b/docs/locale/fr/LC_MESSAGES/api.gateway.po index 0108083f9..aad9d8772 100644 --- a/docs/locale/fr/LC_MESSAGES/api.gateway.po +++ b/docs/locale/fr/LC_MESSAGES/api.gateway.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -314,18 +314,3 @@ msgstr "" #: interactions.api.gateway.heartbeat._Heartbeat:1 of msgid "An internal class representing the heartbeat in a WebSocket connection." msgstr "" - -#~ msgid "The token of the application for connecting to the Gateway." -#~ msgstr "" - -#~ msgid "The Gateway intents of the application for event dispatch." -#~ msgstr "" - -#~ msgid "The ID of the session if trying to reconnect. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The identifier sequence if trying to reconnect. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The event loop to base the asynchronous manager." -#~ msgstr "" diff --git a/docs/locale/fr/LC_MESSAGES/api.http.po b/docs/locale/fr/LC_MESSAGES/api.http.po index cd9f74885..b141f2d87 100644 --- a/docs/locale/fr/LC_MESSAGES/api.http.po +++ b/docs/locale/fr/LC_MESSAGES/api.http.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -2743,21 +2743,3 @@ msgstr "" #: of msgid "Deletes the original message object sent." msgstr "" - -#~ msgid "The HTTP request method." -#~ msgstr "" - -#~ msgid "The path of the HTTP/URL." -#~ msgstr "" - -#~ msgid "Optional keyword-only arguments to pass as information in the route." -#~ msgstr "" - -#~ msgid "The asynchronous lock to control limits for." -#~ msgstr "" - -#~ msgid "The remaining time to run the limited lock on. Defaults to ``0``." -#~ msgstr "" - -#~ msgid "The application token used for authorizing." -#~ msgstr "" diff --git a/docs/locale/fr/LC_MESSAGES/api.models.channel.po b/docs/locale/fr/LC_MESSAGES/api.models.channel.po index 9a169fe3f..1ca5f1ac3 100644 --- a/docs/locale/fr/LC_MESSAGES/api.models.channel.po +++ b/docs/locale/fr/LC_MESSAGES/api.models.channel.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -48,6 +48,36 @@ msgid "" "event." msgstr "" +#: interactions.api.models.channel.Channel +#: interactions.api.models.channel.Channel.add_member +#: interactions.api.models.channel.Channel.archive +#: interactions.api.models.channel.Channel.create_invite +#: interactions.api.models.channel.Channel.create_thread +#: interactions.api.models.channel.Channel.get_history +#: interactions.api.models.channel.Channel.get_message +#: interactions.api.models.channel.Channel.lock +#: interactions.api.models.channel.Channel.modify +#: interactions.api.models.channel.Channel.pin_message +#: interactions.api.models.channel.Channel.publish_message +#: interactions.api.models.channel.Channel.purge +#: interactions.api.models.channel.Channel.remove_member +#: interactions.api.models.channel.Channel.send +#: interactions.api.models.channel.Channel.set_auto_archive_duration +#: interactions.api.models.channel.Channel.set_bitrate +#: interactions.api.models.channel.Channel.set_name +#: interactions.api.models.channel.Channel.set_nsfw +#: interactions.api.models.channel.Channel.set_parent_id +#: interactions.api.models.channel.Channel.set_position +#: interactions.api.models.channel.Channel.set_rate_limit_per_user +#: interactions.api.models.channel.Channel.set_topic +#: interactions.api.models.channel.Channel.set_user_limit +#: interactions.api.models.channel.Channel.unpin_message +#: interactions.api.models.channel.Thread +#: interactions.api.models.channel.ThreadMember +#: interactions.api.models.channel.ThreadMetadata of +msgid "Parameters" +msgstr "" + #: interactions.api.models.channel.Channel:1 of msgid "A class object representing all types of channels." msgstr "" @@ -239,32 +269,6 @@ msgstr "" msgid "Sends a message in the channel." msgstr "" -#: interactions.api.models.channel.Channel.add_member -#: interactions.api.models.channel.Channel.archive -#: interactions.api.models.channel.Channel.create_invite -#: interactions.api.models.channel.Channel.create_thread -#: interactions.api.models.channel.Channel.get_history -#: interactions.api.models.channel.Channel.get_message -#: interactions.api.models.channel.Channel.lock -#: interactions.api.models.channel.Channel.modify -#: interactions.api.models.channel.Channel.pin_message -#: interactions.api.models.channel.Channel.publish_message -#: interactions.api.models.channel.Channel.purge -#: interactions.api.models.channel.Channel.remove_member -#: interactions.api.models.channel.Channel.send -#: interactions.api.models.channel.Channel.set_auto_archive_duration -#: interactions.api.models.channel.Channel.set_bitrate -#: interactions.api.models.channel.Channel.set_name -#: interactions.api.models.channel.Channel.set_nsfw -#: interactions.api.models.channel.Channel.set_parent_id -#: interactions.api.models.channel.Channel.set_position -#: interactions.api.models.channel.Channel.set_rate_limit_per_user -#: interactions.api.models.channel.Channel.set_topic -#: interactions.api.models.channel.Channel.set_user_limit -#: interactions.api.models.channel.Channel.unpin_message of -msgid "Parameters" -msgstr "" - #: interactions.api.models.channel.Channel.send:3 of msgid "The contents of the message as a string or string-converted value." msgstr "" diff --git a/docs/locale/fr/LC_MESSAGES/api.models.flags.po b/docs/locale/fr/LC_MESSAGES/api.models.flags.po index 2a460c72f..af66fea34 100644 --- a/docs/locale/fr/LC_MESSAGES/api.models.flags.po +++ b/docs/locale/fr/LC_MESSAGES/api.models.flags.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/docs/locale/fr/LC_MESSAGES/api.models.guild.po b/docs/locale/fr/LC_MESSAGES/api.models.guild.po index 55c53ef3c..a233b694b 100644 --- a/docs/locale/fr/LC_MESSAGES/api.models.guild.po +++ b/docs/locale/fr/LC_MESSAGES/api.models.guild.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:25-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -85,6 +85,67 @@ msgstr "" msgid "The location of the event, if any." msgstr "" +#: interactions.api.models.guild.EventMetadata +#: interactions.api.models.guild.Guild +#: interactions.api.models.guild.Guild.add_member_role +#: interactions.api.models.guild.Guild.ban +#: interactions.api.models.guild.Guild.clone_channel +#: interactions.api.models.guild.Guild.create_auto_moderation_rule +#: interactions.api.models.guild.Guild.create_channel +#: interactions.api.models.guild.Guild.create_emoji +#: interactions.api.models.guild.Guild.create_role +#: interactions.api.models.guild.Guild.create_scheduled_event +#: interactions.api.models.guild.Guild.create_thread +#: interactions.api.models.guild.Guild.delete_channel +#: interactions.api.models.guild.Guild.delete_emoji +#: interactions.api.models.guild.Guild.delete_role +#: interactions.api.models.guild.Guild.delete_scheduled_event +#: interactions.api.models.guild.Guild.get_auto_moderation_rule +#: interactions.api.models.guild.Guild.get_bans +#: interactions.api.models.guild.Guild.get_emoji +#: interactions.api.models.guild.Guild.get_list_of_members +#: interactions.api.models.guild.Guild.get_member +#: interactions.api.models.guild.Guild.get_role +#: interactions.api.models.guild.Guild.kick +#: interactions.api.models.guild.Guild.modify +#: interactions.api.models.guild.Guild.modify_auto_moderation_rule +#: interactions.api.models.guild.Guild.modify_channel +#: interactions.api.models.guild.Guild.modify_member +#: interactions.api.models.guild.Guild.modify_role +#: interactions.api.models.guild.Guild.modify_role_position +#: interactions.api.models.guild.Guild.modify_role_positions +#: interactions.api.models.guild.Guild.modify_scheduled_event +#: interactions.api.models.guild.Guild.remove_ban +#: interactions.api.models.guild.Guild.remove_member_role +#: interactions.api.models.guild.Guild.search_members +#: interactions.api.models.guild.Guild.set_afk_channel +#: interactions.api.models.guild.Guild.set_afk_timeout +#: interactions.api.models.guild.Guild.set_banner +#: interactions.api.models.guild.Guild.set_default_message_notifications +#: interactions.api.models.guild.Guild.set_description +#: interactions.api.models.guild.Guild.set_discovery_splash +#: interactions.api.models.guild.Guild.set_explicit_content_filter +#: interactions.api.models.guild.Guild.set_icon +#: interactions.api.models.guild.Guild.set_name +#: interactions.api.models.guild.Guild.set_preferred_locale +#: interactions.api.models.guild.Guild.set_premium_progress_bar_enabled +#: interactions.api.models.guild.Guild.set_public_updates_channel +#: interactions.api.models.guild.Guild.set_rules_channel +#: interactions.api.models.guild.Guild.set_splash +#: interactions.api.models.guild.Guild.set_system_channel +#: interactions.api.models.guild.Guild.set_verification_level +#: interactions.api.models.guild.GuildPreview +#: interactions.api.models.guild.GuildTemplate +#: interactions.api.models.guild.Integration +#: interactions.api.models.guild.Invite +#: interactions.api.models.guild.ScheduledEvents +#: interactions.api.models.guild.StageInstance +#: interactions.api.models.guild.UnavailableGuild +#: interactions.api.models.guild.WelcomeChannels +#: interactions.api.models.guild.WelcomeScreen of +msgid "Parameters" +msgstr "" + #: interactions.api.models.guild.EventStatus:1 of msgid "An enumerable object representing the status of an event." msgstr "" @@ -606,56 +667,6 @@ msgstr "" msgid "Bans a member from the guild." msgstr "" -#: interactions.api.models.guild.Guild.add_member_role -#: interactions.api.models.guild.Guild.ban -#: interactions.api.models.guild.Guild.clone_channel -#: interactions.api.models.guild.Guild.create_auto_moderation_rule -#: interactions.api.models.guild.Guild.create_channel -#: interactions.api.models.guild.Guild.create_emoji -#: interactions.api.models.guild.Guild.create_role -#: interactions.api.models.guild.Guild.create_scheduled_event -#: interactions.api.models.guild.Guild.create_thread -#: interactions.api.models.guild.Guild.delete_channel -#: interactions.api.models.guild.Guild.delete_emoji -#: interactions.api.models.guild.Guild.delete_role -#: interactions.api.models.guild.Guild.delete_scheduled_event -#: interactions.api.models.guild.Guild.get_auto_moderation_rule -#: interactions.api.models.guild.Guild.get_bans -#: interactions.api.models.guild.Guild.get_emoji -#: interactions.api.models.guild.Guild.get_list_of_members -#: interactions.api.models.guild.Guild.get_member -#: interactions.api.models.guild.Guild.get_role -#: interactions.api.models.guild.Guild.kick -#: interactions.api.models.guild.Guild.modify -#: interactions.api.models.guild.Guild.modify_auto_moderation_rule -#: interactions.api.models.guild.Guild.modify_channel -#: interactions.api.models.guild.Guild.modify_member -#: interactions.api.models.guild.Guild.modify_role -#: interactions.api.models.guild.Guild.modify_role_position -#: interactions.api.models.guild.Guild.modify_role_positions -#: interactions.api.models.guild.Guild.modify_scheduled_event -#: interactions.api.models.guild.Guild.remove_ban -#: interactions.api.models.guild.Guild.remove_member_role -#: interactions.api.models.guild.Guild.search_members -#: interactions.api.models.guild.Guild.set_afk_channel -#: interactions.api.models.guild.Guild.set_afk_timeout -#: interactions.api.models.guild.Guild.set_banner -#: interactions.api.models.guild.Guild.set_default_message_notifications -#: interactions.api.models.guild.Guild.set_description -#: interactions.api.models.guild.Guild.set_discovery_splash -#: interactions.api.models.guild.Guild.set_explicit_content_filter -#: interactions.api.models.guild.Guild.set_icon -#: interactions.api.models.guild.Guild.set_name -#: interactions.api.models.guild.Guild.set_preferred_locale -#: interactions.api.models.guild.Guild.set_premium_progress_bar_enabled -#: interactions.api.models.guild.Guild.set_public_updates_channel -#: interactions.api.models.guild.Guild.set_rules_channel -#: interactions.api.models.guild.Guild.set_splash -#: interactions.api.models.guild.Guild.set_system_channel -#: interactions.api.models.guild.Guild.set_verification_level of -msgid "Parameters" -msgstr "" - #: interactions.api.models.guild.Guild.ban:3 of msgid "The id of the member to ban" msgstr "" @@ -764,7 +775,7 @@ msgstr "" msgid "" ":type role Union[Role, int, Snowflake] :param member_id: The id of the " "member to add the roles to :type member_id: Union[Member, int, Snowflake]" -" :param reason?: The reason why the roles are added :type reason: " +" :param reason?: The reason why the roles are added :type reason?: " "Optional[str]" msgstr "" @@ -1886,12 +1897,3 @@ msgstr "" #: interactions.api.models.guild.Invite.delete:1 of msgid "Deletes the invite" msgstr "" - -#~ msgid "" -#~ ":type role Union[Role, int] :param " -#~ "member_id: The id of the member to" -#~ " add the roles to :type member_id:" -#~ " int :param reason?: The reason why" -#~ " the roles are added :type reason:" -#~ " Optional[str]" -#~ msgstr "" diff --git a/docs/locale/fr/LC_MESSAGES/api.models.gw.po b/docs/locale/fr/LC_MESSAGES/api.models.gw.po index 023d54338..fe823c232 100644 --- a/docs/locale/fr/LC_MESSAGES/api.models.gw.po +++ b/docs/locale/fr/LC_MESSAGES/api.models.gw.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -93,6 +93,36 @@ msgstr "" msgid "The substring in content that triggered rule." msgstr "" +#: interactions.api.models.gw.ApplicationCommandPermissions +#: interactions.api.models.gw.AutoModerationAction +#: interactions.api.models.gw.AutoModerationRule +#: interactions.api.models.gw.ChannelPins +#: interactions.api.models.gw.EmbeddedActivity +#: interactions.api.models.gw.GuildBan interactions.api.models.gw.GuildEmojis +#: interactions.api.models.gw.GuildIntegrations +#: interactions.api.models.gw.GuildJoinRequest +#: interactions.api.models.gw.GuildMember +#: interactions.api.models.gw.GuildMember.add_role +#: interactions.api.models.gw.GuildMember.add_to_thread +#: interactions.api.models.gw.GuildMember.ban +#: interactions.api.models.gw.GuildMember.kick +#: interactions.api.models.gw.GuildMember.modify +#: interactions.api.models.gw.GuildMember.remove_role +#: interactions.api.models.gw.GuildMember.send +#: interactions.api.models.gw.GuildMembers interactions.api.models.gw.GuildRole +#: interactions.api.models.gw.GuildScheduledEvent +#: interactions.api.models.gw.GuildScheduledEventUser +#: interactions.api.models.gw.GuildStickers +#: interactions.api.models.gw.Integration +#: interactions.api.models.gw.MessageReaction +#: interactions.api.models.gw.Presence +#: interactions.api.models.gw.ReactionRemove +#: interactions.api.models.gw.ThreadList +#: interactions.api.models.gw.ThreadMembers interactions.api.models.gw.Webhooks +#: of +msgid "Parameters" +msgstr "" + #: interactions.api.models.gw.AutoModerationRule:1 of msgid "" "A class object representing the gateway events " @@ -525,16 +555,6 @@ msgstr "" msgid "Bans the member from a guild." msgstr "" -#: interactions.api.models.gw.GuildMember.add_role -#: interactions.api.models.gw.GuildMember.add_to_thread -#: interactions.api.models.gw.GuildMember.ban -#: interactions.api.models.gw.GuildMember.kick -#: interactions.api.models.gw.GuildMember.modify -#: interactions.api.models.gw.GuildMember.remove_role -#: interactions.api.models.gw.GuildMember.send of -msgid "Parameters" -msgstr "" - #: interactions.api.models.gw.GuildMember.ban:3 of msgid "The reason of the ban" msgstr "" diff --git a/docs/locale/fr/LC_MESSAGES/api.models.member.po b/docs/locale/fr/LC_MESSAGES/api.models.member.po index d9d53d52c..ce23f99ac 100644 --- a/docs/locale/fr/LC_MESSAGES/api.models.member.po +++ b/docs/locale/fr/LC_MESSAGES/api.models.member.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -81,6 +81,18 @@ msgstr "" msgid "How long until they're unmuted, if any." msgstr "" +#: interactions.api.models.member.Member +#: interactions.api.models.member.Member.add_role +#: interactions.api.models.member.Member.add_to_thread +#: interactions.api.models.member.Member.ban +#: interactions.api.models.member.Member.get_avatar_url +#: interactions.api.models.member.Member.kick +#: interactions.api.models.member.Member.modify +#: interactions.api.models.member.Member.remove_role +#: interactions.api.models.member.Member.send of +msgid "Parameters" +msgstr "" + #: interactions.api.models.member.Member.id:1 of msgid "Returns the ID of the user." msgstr "" @@ -131,17 +143,6 @@ msgstr "" msgid "Bans the member from a guild." msgstr "" -#: interactions.api.models.member.Member.add_role -#: interactions.api.models.member.Member.add_to_thread -#: interactions.api.models.member.Member.ban -#: interactions.api.models.member.Member.get_avatar_url -#: interactions.api.models.member.Member.kick -#: interactions.api.models.member.Member.modify -#: interactions.api.models.member.Member.remove_role -#: interactions.api.models.member.Member.send of -msgid "Parameters" -msgstr "" - #: interactions.api.models.member.Member.ban:3 of msgid "The id of the guild to ban the member from" msgstr "" @@ -293,14 +294,3 @@ msgid "" "guild_id: Union[int, Snowflake, \"Guild\"] :return: URL of the members's " "avatar (None will be returned if no avatar is set) :rtype: str" msgstr "" - -#~ msgid "" -#~ "Returns the URL of the member's " -#~ "avatar for the specified guild. :param" -#~ " guild_id: The id of the guild " -#~ "to get the member's avatar from " -#~ ":type guild_id: int :return: URL of " -#~ "the members's avatar (None will be " -#~ "returned if no avatar is set) " -#~ ":rtype: str" -#~ msgstr "" diff --git a/docs/locale/fr/LC_MESSAGES/api.models.message.po b/docs/locale/fr/LC_MESSAGES/api.models.message.po index eaf0149d8..5bcd77f9c 100644 --- a/docs/locale/fr/LC_MESSAGES/api.models.message.po +++ b/docs/locale/fr/LC_MESSAGES/api.models.message.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -185,14 +185,11 @@ msgstr "" msgid "Array of sticker objects sent with the message if any. Deprecated." msgstr "" -#: interactions.api.models.message.Message.get_channel:1 of -msgid "Gets the channel where the message was sent." -msgstr "" - +#: interactions.api.models.message.Attachment +#: interactions.api.models.message.ChannelMention +#: interactions.api.models.message.Embed #: interactions.api.models.message.Embed.add_field -#: interactions.api.models.message.Embed.clear_fields #: interactions.api.models.message.Embed.insert_field_at -#: interactions.api.models.message.Embed.remove_author #: interactions.api.models.message.Embed.remove_field #: interactions.api.models.message.Embed.set_author #: interactions.api.models.message.Embed.set_field_at @@ -200,40 +197,43 @@ msgstr "" #: interactions.api.models.message.Embed.set_image #: interactions.api.models.message.Embed.set_thumbnail #: interactions.api.models.message.Embed.set_video +#: interactions.api.models.message.EmbedAuthor +#: interactions.api.models.message.EmbedField +#: interactions.api.models.message.EmbedFooter +#: interactions.api.models.message.EmbedImageStruct +#: interactions.api.models.message.EmbedProvider +#: interactions.api.models.message.Emoji #: interactions.api.models.message.Emoji.delete #: interactions.api.models.message.Emoji.get #: interactions.api.models.message.Emoji.get_all_of_guild -#: interactions.api.models.message.Emoji.url +#: interactions.api.models.message.Message #: interactions.api.models.message.Message.create_reaction #: interactions.api.models.message.Message.create_thread #: interactions.api.models.message.Message.delete #: interactions.api.models.message.Message.edit -#: interactions.api.models.message.Message.get_channel #: interactions.api.models.message.Message.get_from_url -#: interactions.api.models.message.Message.get_guild #: interactions.api.models.message.Message.get_users_from_reaction -#: interactions.api.models.message.Message.pin -#: interactions.api.models.message.Message.publish -#: interactions.api.models.message.Message.remove_all_reactions #: interactions.api.models.message.Message.remove_all_reactions_of #: interactions.api.models.message.Message.remove_own_reaction_of #: interactions.api.models.message.Message.remove_reaction_from #: interactions.api.models.message.Message.reply -#: interactions.api.models.message.Message.unpin -#: interactions.api.models.message.Message.url of -msgid "Return type" -msgstr "" - -#: interactions.api.models.message.Message.get_guild:1 of -msgid "Gets the guild where the message was sent." +#: interactions.api.models.message.MessageActivity +#: interactions.api.models.message.MessageInteraction +#: interactions.api.models.message.MessageReference +#: interactions.api.models.message.PartialSticker +#: interactions.api.models.message.ReactionObject +#: interactions.api.models.message.Sticker of +msgid "Parameters" msgstr "" -#: interactions.api.models.message.Message.delete:1 of -msgid "Deletes the message." +#: interactions.api.models.message.Message.get_channel:1 of +msgid "Gets the channel where the message was sent." msgstr "" #: interactions.api.models.message.Embed.add_field +#: interactions.api.models.message.Embed.clear_fields #: interactions.api.models.message.Embed.insert_field_at +#: interactions.api.models.message.Embed.remove_author #: interactions.api.models.message.Embed.remove_field #: interactions.api.models.message.Embed.set_author #: interactions.api.models.message.Embed.set_field_at @@ -244,17 +244,33 @@ msgstr "" #: interactions.api.models.message.Emoji.delete #: interactions.api.models.message.Emoji.get #: interactions.api.models.message.Emoji.get_all_of_guild +#: interactions.api.models.message.Emoji.url #: interactions.api.models.message.Message.create_reaction #: interactions.api.models.message.Message.create_thread #: interactions.api.models.message.Message.delete #: interactions.api.models.message.Message.edit +#: interactions.api.models.message.Message.get_channel #: interactions.api.models.message.Message.get_from_url +#: interactions.api.models.message.Message.get_guild #: interactions.api.models.message.Message.get_users_from_reaction +#: interactions.api.models.message.Message.pin +#: interactions.api.models.message.Message.publish +#: interactions.api.models.message.Message.remove_all_reactions #: interactions.api.models.message.Message.remove_all_reactions_of #: interactions.api.models.message.Message.remove_own_reaction_of #: interactions.api.models.message.Message.remove_reaction_from -#: interactions.api.models.message.Message.reply of -msgid "Parameters" +#: interactions.api.models.message.Message.reply +#: interactions.api.models.message.Message.unpin +#: interactions.api.models.message.Message.url of +msgid "Return type" +msgstr "" + +#: interactions.api.models.message.Message.get_guild:1 of +msgid "Gets the guild where the message was sent." +msgstr "" + +#: interactions.api.models.message.Message.delete:1 of +msgid "Deletes the message." msgstr "" #: interactions.api.models.message.Message.delete:3 of diff --git a/docs/locale/fr/LC_MESSAGES/api.models.misc.po b/docs/locale/fr/LC_MESSAGES/api.models.misc.po index ccfa1adc8..cfed122db 100644 --- a/docs/locale/fr/LC_MESSAGES/api.models.misc.po +++ b/docs/locale/fr/LC_MESSAGES/api.models.misc.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -66,6 +66,15 @@ msgstr "" msgid "Timeout duration in seconds, if timed out." msgstr "" +#: interactions.api.models.misc.AutoModAction +#: interactions.api.models.misc.AutoModMetaData +#: interactions.api.models.misc.AutoModTriggerMetadata +#: interactions.api.models.misc.ClientStatus interactions.api.models.misc.File +#: interactions.api.models.misc.Image interactions.api.models.misc.Overwrite +#: interactions.api.models.misc.Snowflake of +msgid "Parameters" +msgstr "" + #: interactions.api.models.misc.AutoModAction:1 of msgid "" "A class object used for the ``AUTO_MODERATION_ACTION_EXECUTION`` event. " @@ -120,12 +129,6 @@ msgid "" "integer." msgstr "" -#: interactions.api.models.misc.File.__init__ -#: interactions.api.models.misc.Image.__init__ -#: interactions.api.models.misc.Snowflake.__init__ of -msgid "Parameters" -msgstr "" - #: interactions.api.models.misc.Color.black #: interactions.api.models.misc.Color.blurple #: interactions.api.models.misc.Color.fuchsia @@ -133,7 +136,7 @@ msgstr "" #: interactions.api.models.misc.Color.red #: interactions.api.models.misc.Color.white #: interactions.api.models.misc.Color.yellow -#: interactions.api.models.misc.Snowflake.__init__ of +#: interactions.api.models.misc.Snowflake of msgid "Return type" msgstr "" @@ -284,9 +287,3 @@ msgstr "" #: interactions.api.models.misc.Overwrite:6 of msgid "Permission bit set." msgstr "" - -#~ msgid "" -#~ "A pseudosentinel based from an empty " -#~ "object. This does violate PEP, but, " -#~ "I don't care." -#~ msgstr "" diff --git a/docs/locale/fr/LC_MESSAGES/api.models.po b/docs/locale/fr/LC_MESSAGES/api.models.po index 764507670..4a5447cbe 100644 --- a/docs/locale/fr/LC_MESSAGES/api.models.po +++ b/docs/locale/fr/LC_MESSAGES/api.models.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/locale/fr/LC_MESSAGES/api.models.presence.po b/docs/locale/fr/LC_MESSAGES/api.models.presence.po index effa582b9..347c24dbc 100644 --- a/docs/locale/fr/LC_MESSAGES/api.models.presence.po +++ b/docs/locale/fr/LC_MESSAGES/api.models.presence.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -231,18 +231,3 @@ msgstr "" #: interactions.api.models.presence.ClientPresence:6 of msgid "Whether the client is afk or not." msgstr "" - -#~ msgid "Unix timestamp of when the activity was created to the User's session" -#~ msgstr "" - -#~ msgid "Custom buttons shown in the RPC." -#~ msgstr "" - -#~ msgid "A class object representing the buttons of a presence." -#~ msgstr "" - -#~ msgid "Text of the button" -#~ msgstr "" - -#~ msgid "URL of the button" -#~ msgstr "" diff --git a/docs/locale/fr/LC_MESSAGES/api.models.role.po b/docs/locale/fr/LC_MESSAGES/api.models.role.po index 9a3430734..c78eeec53 100644 --- a/docs/locale/fr/LC_MESSAGES/api.models.role.po +++ b/docs/locale/fr/LC_MESSAGES/api.models.role.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -74,6 +74,13 @@ msgstr "" msgid "The tags this role has" msgstr "" +#: interactions.api.models.role.Role interactions.api.models.role.Role.delete +#: interactions.api.models.role.Role.modify +#: interactions.api.models.role.Role.modify_position +#: interactions.api.models.role.RoleTags of +msgid "Parameters" +msgstr "" + #: interactions.api.models.role.Role.mention:1 of msgid "Returns a string that allows you to mention the given role." msgstr "" @@ -88,6 +95,7 @@ msgstr "" msgid "The string of the mentioned role." msgstr "" +#: interactions.api.models.role.Role.delete #: interactions.api.models.role.Role.mention #: interactions.api.models.role.Role.modify #: interactions.api.models.role.Role.modify_position of @@ -98,12 +106,6 @@ msgstr "" msgid "Deletes the role from the guild." msgstr "" -#: interactions.api.models.role.Role.delete -#: interactions.api.models.role.Role.modify -#: interactions.api.models.role.Role.modify_position of -msgid "Parameters" -msgstr "" - #: interactions.api.models.role.Role.delete:3 of msgid "The id of the guild to delete the role from" msgstr "" diff --git a/docs/locale/fr/LC_MESSAGES/api.models.team.po b/docs/locale/fr/LC_MESSAGES/api.models.team.po index cde90e6a6..2958a4252 100644 --- a/docs/locale/fr/LC_MESSAGES/api.models.team.po +++ b/docs/locale/fr/LC_MESSAGES/api.models.team.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/docs/locale/fr/LC_MESSAGES/api.models.user.po b/docs/locale/fr/LC_MESSAGES/api.models.user.po index 807b9d83e..5721c56da 100644 --- a/docs/locale/fr/LC_MESSAGES/api.models.user.po +++ b/docs/locale/fr/LC_MESSAGES/api.models.user.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/docs/locale/fr/LC_MESSAGES/api.models.webhook.po b/docs/locale/fr/LC_MESSAGES/api.models.webhook.po index c201be33e..be10a2fd1 100644 --- a/docs/locale/fr/LC_MESSAGES/api.models.webhook.po +++ b/docs/locale/fr/LC_MESSAGES/api.models.webhook.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -86,10 +86,7 @@ msgid "" "flow)" msgstr "" -#: interactions.api.models.webhook.Webhook.create:1 of -msgid "Creates a webhook in a channel." -msgstr "" - +#: interactions.api.models.webhook.Webhook #: interactions.api.models.webhook.Webhook.create #: interactions.api.models.webhook.Webhook.execute #: interactions.api.models.webhook.Webhook.get @@ -97,6 +94,10 @@ msgstr "" msgid "Parameters" msgstr "" +#: interactions.api.models.webhook.Webhook.create:1 of +msgid "Creates a webhook in a channel." +msgstr "" + #: interactions.api.models.webhook.Webhook.create:3 #: interactions.api.models.webhook.Webhook.get:3 of msgid "The HTTPClient of the bot, has to be set to `bot._http`." diff --git a/docs/locale/fr/LC_MESSAGES/api.po b/docs/locale/fr/LC_MESSAGES/api.po index cb74082a0..239f6eb9e 100644 --- a/docs/locale/fr/LC_MESSAGES/api.po +++ b/docs/locale/fr/LC_MESSAGES/api.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -26,15 +26,15 @@ msgstr "" msgid "Frameworks/Commands" msgstr "" -#: ../../api.rst:24 ../../api.rst:41 +#: ../../api.rst:25 ../../api.rst:42 msgid "Model/Design" msgstr "" -#: ../../api.rst:34 +#: ../../api.rst:35 msgid "Client Connections" msgstr "" -#: ../../api.rst:49 +#: ../../api.rst:50 msgid "Events" msgstr "" @@ -50,6 +50,6 @@ msgstr "" msgid "Interactions" msgstr "" -#: ../../api.rst:32 +#: ../../api.rst:33 msgid "Discord API" msgstr "" diff --git a/docs/locale/fr/LC_MESSAGES/client.po b/docs/locale/fr/LC_MESSAGES/client.po index 0bfd7ef38..854019fc5 100644 --- a/docs/locale/fr/LC_MESSAGES/client.po +++ b/docs/locale/fr/LC_MESSAGES/client.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -31,7 +31,6 @@ msgstr "" #: interactions.client.bot.Client #: interactions.client.bot.Client.__check_command #: interactions.client.bot.Client.__compare_sync -#: interactions.client.bot.Client.__init__ #: interactions.client.bot.Client.__raw_channel_create #: interactions.client.bot.Client.__raw_guild_create #: interactions.client.bot.Client.__raw_message_create @@ -46,7 +45,7 @@ msgstr "" #: interactions.client.bot.Client.modal interactions.client.bot.Client.modify #: interactions.client.bot.Client.reload interactions.client.bot.Client.remove #: interactions.client.bot.Client.user_command -#: interactions.client.bot.Extension.__new__ of +#: interactions.client.bot.Extension of msgid "Parameters" msgstr "" @@ -123,9 +122,9 @@ msgstr "" msgid "The application representation of the client." msgstr "" +#: interactions.client.bot.Client #: interactions.client.bot.Client.__check_command #: interactions.client.bot.Client.__compare_sync -#: interactions.client.bot.Client.__init__ #: interactions.client.bot.Client.__raw_channel_create #: interactions.client.bot.Client.__raw_guild_create #: interactions.client.bot.Client.__raw_message_create @@ -146,7 +145,7 @@ msgstr "" #: interactions.client.bot.Client.start #: interactions.client.bot.Client.user_command #: interactions.client.bot.Client.wait_until_ready -#: interactions.client.bot.Extension.__new__ of +#: interactions.client.bot.Extension of msgid "Return type" msgstr "" @@ -640,12 +639,3 @@ msgstr "" #: interactions.client.bot.Extension:5 of msgid "The structure of an extension:" msgstr "" - -#~ msgid "" -#~ "A wrapper designed to interpret the " -#~ "client-facing API for how a " -#~ "command is to be created and used." -#~ msgstr "" - -#~ msgid "A list of command payloads." -#~ msgstr "" diff --git a/docs/locale/fr/LC_MESSAGES/context.po b/docs/locale/fr/LC_MESSAGES/context.po index 77cab9c1c..3917f5b73 100644 --- a/docs/locale/fr/LC_MESSAGES/context.po +++ b/docs/locale/fr/LC_MESSAGES/context.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -55,6 +55,23 @@ msgstr "" msgid "The guild data model." msgstr "" +#: interactions.api.models.attrs_utils.DictSerializerMixin.update +#: interactions.client.context.CommandContext +#: interactions.client.context.CommandContext.defer +#: interactions.client.context.CommandContext.edit +#: interactions.client.context.CommandContext.populate +#: interactions.client.context.CommandContext.send +#: interactions.client.context.ComponentContext +#: interactions.client.context.ComponentContext.defer +#: interactions.client.context.ComponentContext.edit +#: interactions.client.context.ComponentContext.send +#: interactions.client.context._Context +#: interactions.client.context._Context.edit +#: interactions.client.context._Context.popup +#: interactions.client.context._Context.send of +msgid "Parameters" +msgstr "" + #: interactions.client.context._Context.get_channel:1 of msgid "This gets the channel the context was invoked in." msgstr "" @@ -107,21 +124,6 @@ msgid "" "interaction response." msgstr "" -#: interactions.api.models.attrs_utils.ClientSerializerMixin.__init__ -#: interactions.api.models.attrs_utils.DictSerializerMixin.update -#: interactions.client.context.CommandContext.defer -#: interactions.client.context.CommandContext.edit -#: interactions.client.context.CommandContext.populate -#: interactions.client.context.CommandContext.send -#: interactions.client.context.ComponentContext.defer -#: interactions.client.context.ComponentContext.edit -#: interactions.client.context.ComponentContext.send -#: interactions.client.context._Context.edit -#: interactions.client.context._Context.popup -#: interactions.client.context._Context.send of -msgid "Parameters" -msgstr "" - #: interactions.client.context.CommandContext.send:4 #: interactions.client.context.ComponentContext.send:4 #: interactions.client.context._Context.send:4 of diff --git a/docs/locale/fr/LC_MESSAGES/enums.po b/docs/locale/fr/LC_MESSAGES/enums.po index 8fc379297..ec2f643f5 100644 --- a/docs/locale/fr/LC_MESSAGES/enums.po +++ b/docs/locale/fr/LC_MESSAGES/enums.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/docs/locale/fr/LC_MESSAGES/ext.base.po b/docs/locale/fr/LC_MESSAGES/ext.base.po index 7eb2194fa..5a2fe3730 100644 --- a/docs/locale/fr/LC_MESSAGES/ext.base.po +++ b/docs/locale/fr/LC_MESSAGES/ext.base.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -148,21 +148,3 @@ msgstr "" #: interactions.ext.base.build:1 of msgid "Builds the base 3rd party the same way as ``setup`` from ``setuptools``." msgstr "" - -#~ msgid "The repository link of the library via. GitHub." -#~ msgstr "" - -#~ msgid "The description of the library, e.g. the purpose." -#~ msgstr "" - -#~ msgid "The full description of the library, e.g. README. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The package(s) of the library. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The required modules needed for library function. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "Any other keyword arguments. Defaults to ``None``." -#~ msgstr "" diff --git a/docs/locale/fr/LC_MESSAGES/ext.converter.po b/docs/locale/fr/LC_MESSAGES/ext.converter.po index 8f0df6d4b..fdd604d85 100644 --- a/docs/locale/fr/LC_MESSAGES/ext.converter.po +++ b/docs/locale/fr/LC_MESSAGES/ext.converter.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -40,21 +40,23 @@ msgstr "" msgid "The second object to be converted." msgstr "" -#: interactions.ext.converter.Converter._map_attr:1 of -msgid "Maps the attributes between the models for conversion reference." +#: interactions.ext.converter.Converter +#: interactions.ext.converter.Converter.get_attr of +msgid "Parameters" msgstr "" +#: interactions.ext.converter.Converter #: interactions.ext.converter.Converter._map_attr #: interactions.ext.converter.Converter.difference #: interactions.ext.converter.Converter.get_attr #: interactions.ext.converter.Converter.get_attrs #: interactions.ext.converter.Converter.missing #: interactions.ext.converter.Converter.ref of -msgid "Returns" +msgid "Return type" msgstr "" -#: interactions.ext.converter.Converter._map_attr:3 of -msgid "A dictionary of attributes mapped." +#: interactions.ext.converter.Converter._map_attr:1 of +msgid "Maps the attributes between the models for conversion reference." msgstr "" #: interactions.ext.converter.Converter._map_attr @@ -63,15 +65,15 @@ msgstr "" #: interactions.ext.converter.Converter.get_attrs #: interactions.ext.converter.Converter.missing #: interactions.ext.converter.Converter.ref of -msgid "Return type" +msgid "Returns" msgstr "" -#: interactions.ext.converter.Converter.get_attr:1 of -msgid "Gets a mapped attribute." +#: interactions.ext.converter.Converter._map_attr:3 of +msgid "A dictionary of attributes mapped." msgstr "" -#: interactions.ext.converter.Converter.get_attr of -msgid "Parameters" +#: interactions.ext.converter.Converter.get_attr:1 of +msgid "Gets a mapped attribute." msgstr "" #: interactions.ext.converter.Converter.get_attr:3 of diff --git a/docs/locale/fr/LC_MESSAGES/ext.error.po b/docs/locale/fr/LC_MESSAGES/ext.error.po index 7b39f4fa1..ca0f95fca 100644 --- a/docs/locale/fr/LC_MESSAGES/ext.error.po +++ b/docs/locale/fr/LC_MESSAGES/ext.error.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/docs/locale/fr/LC_MESSAGES/ext.gettingstarted.po b/docs/locale/fr/LC_MESSAGES/ext.gettingstarted.po index 1c21e3eb3..0de3ee399 100644 --- a/docs/locale/fr/LC_MESSAGES/ext.gettingstarted.po +++ b/docs/locale/fr/LC_MESSAGES/ext.gettingstarted.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/locale/fr/LC_MESSAGES/ext.po b/docs/locale/fr/LC_MESSAGES/ext.po index ee17491a5..f3afe86ec 100644 --- a/docs/locale/fr/LC_MESSAGES/ext.po +++ b/docs/locale/fr/LC_MESSAGES/ext.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/locale/fr/LC_MESSAGES/ext.version.po b/docs/locale/fr/LC_MESSAGES/ext.version.po index 581fb477c..850829199 100644 --- a/docs/locale/fr/LC_MESSAGES/ext.version.po +++ b/docs/locale/fr/LC_MESSAGES/ext.version.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -198,29 +198,3 @@ msgstr "" #: interactions.ext.version.Version.extend_version:7 of msgid "The alphanumeric version was incorrectly formatted." msgstr "" - -#~ msgid "" -#~ "The author's relationship as the main" -#~ " or co-author. Defaults to ``False``." -#~ msgstr "" - -#~ msgid "The author's state of activity. Defaults to ``True``." -#~ msgstr "" - -#~ msgid "The author's email address or point of contact. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The major version. If not specified, ``version`` will be read from." -#~ msgstr "" - -#~ msgid "The minor version. If not specified, ``version`` will be read from." -#~ msgstr "" - -#~ msgid "The patch version. If not specified, ``version`` will be read from." -#~ msgstr "" - -#~ msgid "" -#~ "The overall version. Must be used " -#~ "if ``major``, ``minor`` or ``patch`` are" -#~ " not." -#~ msgstr "" diff --git a/docs/locale/fr/LC_MESSAGES/faq.po b/docs/locale/fr/LC_MESSAGES/faq.po index 308f71de8..1bf421161 100644 --- a/docs/locale/fr/LC_MESSAGES/faq.po +++ b/docs/locale/fr/LC_MESSAGES/faq.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -521,77 +521,3 @@ msgid "" "Please join our `Discord Server`_ for any further support regarding our " "library and/or any integration code depending on it." msgstr "" - -#~ msgid "" -#~ "This page is maintained by the " -#~ "Helpers of the Discord server, and " -#~ "developers at their discretion. For any" -#~ " comments, feedback or concerns please " -#~ "consider joining our server and bringing" -#~ " it up in our support channels." -#~ msgstr "" - -#~ msgid "discord.py is dead! Will this library die too?" -#~ msgstr "" - -#~ msgid "" -#~ "The decision to become a standalone " -#~ "library that is now an API wrapper" -#~ " for the Discord API was made " -#~ "before Danny posted his gist on " -#~ "GitHub about ceasing development of " -#~ "discord.py. This is the official " -#~ "statement from the library developer " -#~ "regarding this:" -#~ msgstr "" - -#~ msgid "" -#~ "The most *biased* answer would be " -#~ "to, of course, *use interactions.py.* We" -#~ " already offer a lot of the " -#~ "integral API wrapper aspects as " -#~ "discord.py does, however, we only " -#~ "specialize in interactions. Which means " -#~ "things such as these won't be " -#~ "supported officially by us (but might" -#~ " be available as 3rd parties):" -#~ msgstr "" - -#~ msgid "" -#~ "Cooldowns aren't really an actual " -#~ "feature of the Discord API itself, " -#~ "but rather more of a convienent " -#~ "feature implemented in discord.py in " -#~ "order to avoid spamming of commands." -#~ msgstr "" - -#~ msgid "" -#~ "That's the neat part: it's really " -#~ "hard to do that, and most of " -#~ "the time, they won't. Unless they " -#~ "copy the exact string that was " -#~ "used when you open up the UI " -#~ "element to do it numerous times, " -#~ "most users do and will not be " -#~ "able to know how to do this. " -#~ "However, if you as a bot developer" -#~ " feel at unease about this, you " -#~ "are more than welcome to implement " -#~ "your own cooldown methods yourself. " -#~ "Cooldowns were an ultimatum that came" -#~ " as the result of message commands" -#~ " being able to be spammable, and " -#~ "since we won't be supporting them, " -#~ "there's no feasibility to having them" -#~ " in our library." -#~ msgstr "" - -#~ msgid "" -#~ "Please join our Discord server for " -#~ "any further support regarding our " -#~ "library and/or any integration code " -#~ "depending on it." -#~ msgstr "" - -#~ msgid "Invite Link: https://discord.gg/KkgMBVuEkx" -#~ msgstr "" diff --git a/docs/locale/fr/LC_MESSAGES/index.po b/docs/locale/fr/LC_MESSAGES/index.po index eb0f03796..91465f9df 100644 --- a/docs/locale/fr/LC_MESSAGES/index.po +++ b/docs/locale/fr/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -247,36 +247,3 @@ msgstr "" #: ../../index.rst:88 msgid ":ref:`modindex`" msgstr "" - -#~ msgid "" -#~ "**pre-commit** ``2.16.0``: the architecture" -#~ " uses this before every commit to " -#~ "format and check for severity/QOL-" -#~ "breaking changes." -#~ msgstr "" - -#~ msgid "**black** ``21.11b1``" -#~ msgstr "" - -#~ msgid "**flake8** ``3.9.2``" -#~ msgstr "" - -#~ msgid "**isort** ``5.9.3``" -#~ msgstr "" - -#~ msgid "" -#~ "**Sphinx** ``4.1.2``: all of our " -#~ "documentation is powered off of " -#~ "autogenerated documentation of the Sphinx " -#~ "engine." -#~ msgstr "" - -#~ msgid "" -#~ "**colorama** ``0.4.4``: our internal logger" -#~ " uses a customized coloring formatter " -#~ "to make looking for specific conditions" -#~ " easier when running tests." -#~ msgstr "" - -#~ msgid ":ref:`search`" -#~ msgstr "" diff --git a/docs/locale/fr/LC_MESSAGES/migration.po b/docs/locale/fr/LC_MESSAGES/migration.po index 766999c9f..9f0d8e6aa 100644 --- a/docs/locale/fr/LC_MESSAGES/migration.po +++ b/docs/locale/fr/LC_MESSAGES/migration.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -148,10 +148,3 @@ msgid "" "your argument in your function differently than your option name! " "Example:" msgstr "" - -#~ msgid "" -#~ "A new big change in this release" -#~ " is the implementation of the ``get``" -#~ " utility method. It allows you to " -#~ "no longer use ``**await bot._http...``." -#~ msgstr "" diff --git a/docs/locale/fr/LC_MESSAGES/models.command.po b/docs/locale/fr/LC_MESSAGES/models.command.po index acbfe63bc..5c72da5b0 100644 --- a/docs/locale/fr/LC_MESSAGES/models.command.po +++ b/docs/locale/fr/LC_MESSAGES/models.command.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -62,6 +62,22 @@ msgid "" "same restrictions as the ``name`` field." msgstr "" +#: interactions.client.models.command.ApplicationCommand +#: interactions.client.models.command.Choice +#: interactions.client.models.command.Command +#: interactions.client.models.command.Command.__call +#: interactions.client.models.command.Command.__check_command +#: interactions.client.models.command.Command.__wrap_coro +#: interactions.client.models.command.Command.autocomplete +#: interactions.client.models.command.Command.error +#: interactions.client.models.command.Command.group +#: interactions.client.models.command.Command.subcommand +#: interactions.client.models.command.Option +#: interactions.client.models.command.Permission +#: interactions.client.models.command.option of +msgid "Parameters" +msgstr "" + #: interactions.client.models.command.Option:1 of msgid "A class object representing the option of an application command." msgstr "" @@ -235,17 +251,6 @@ msgstr "" msgid "The structure of an option:" msgstr "" -#: interactions.client.models.command.Command.__call -#: interactions.client.models.command.Command.__check_command -#: interactions.client.models.command.Command.__wrap_coro -#: interactions.client.models.command.Command.autocomplete -#: interactions.client.models.command.Command.error -#: interactions.client.models.command.Command.group -#: interactions.client.models.command.Command.subcommand -#: interactions.client.models.command.option of -msgid "Parameters" -msgstr "" - #: interactions.client.models.command.option:12 of msgid "The type of the option." msgstr "" @@ -520,12 +525,3 @@ msgid "" ":class:`interactions.client.bot.Extension` is passed to the coroutine, if" " any." msgstr "" - -#~ msgid "The structure for a choice: ::" -#~ msgstr "" - -#~ msgid "The structure for an option: ::" -#~ msgstr "" - -#~ msgid "The structure for a permission: ::" -#~ msgstr "" diff --git a/docs/locale/fr/LC_MESSAGES/models.component.po b/docs/locale/fr/LC_MESSAGES/models.component.po index e4d356e6c..ae186054c 100644 --- a/docs/locale/fr/LC_MESSAGES/models.component.po +++ b/docs/locale/fr/LC_MESSAGES/models.component.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -58,6 +58,17 @@ msgstr "" msgid "Whether the select option is the default for the select menu." msgstr "" +#: interactions.client.models.component.ActionRow +#: interactions.client.models.component.ActionRow.new +#: interactions.client.models.component.Button +#: interactions.client.models.component.Component +#: interactions.client.models.component.Modal +#: interactions.client.models.component.SelectMenu +#: interactions.client.models.component.SelectOption +#: interactions.client.models.component.TextInput of +msgid "Parameters" +msgstr "" + #: interactions.client.models.component.SelectMenu:1 of msgid "" "A class object representing the select menu of a component. The structure" @@ -314,10 +325,6 @@ msgstr "" msgid "A class method for creating a new ``ActionRow``." msgstr "" -#: interactions.client.models.component.ActionRow.new of -msgid "Parameters" -msgstr "" - #: interactions.client.models.component.ActionRow.new:3 of msgid "The components to add to the ``ActionRow``." msgstr "" diff --git a/docs/locale/fr/LC_MESSAGES/models.misc.po b/docs/locale/fr/LC_MESSAGES/models.misc.po index 28f7a3b8d..9ea8f4346 100644 --- a/docs/locale/fr/LC_MESSAGES/models.misc.po +++ b/docs/locale/fr/LC_MESSAGES/models.misc.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/docs/locale/fr/LC_MESSAGES/models.po b/docs/locale/fr/LC_MESSAGES/models.po index a322bcb50..04da90614 100644 --- a/docs/locale/fr/LC_MESSAGES/models.po +++ b/docs/locale/fr/LC_MESSAGES/models.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/locale/fr/LC_MESSAGES/quickstart.po b/docs/locale/fr/LC_MESSAGES/quickstart.po index f92a3951e..89ed78f26 100644 --- a/docs/locale/fr/LC_MESSAGES/quickstart.po +++ b/docs/locale/fr/LC_MESSAGES/quickstart.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -673,6 +673,3 @@ msgstr "" #: ../../quickstart.rst:675 msgid "Usage of ``@autodefer()``:" msgstr "" - -#~ msgid "``name`` and ``description`` are required." -#~ msgstr "" diff --git a/docs/locale/hi/LC_MESSAGES/api.cache.po b/docs/locale/hi/LC_MESSAGES/api.cache.po index bee8020b7..355cab3ef 100644 --- a/docs/locale/hi/LC_MESSAGES/api.cache.po +++ b/docs/locale/hi/LC_MESSAGES/api.cache.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -114,51 +114,3 @@ msgid "" "A dictionary denoting the Type and the objects that correspond to the " "Type." msgstr "" - -#~ msgid "A class representing the defined item in a stored dataset." -#~ msgstr "" - -#~ msgid "The item itself." -#~ msgstr "" - -#~ msgid "The ID type representation." -#~ msgstr "" - -#~ msgid "The new storage." -#~ msgstr "" - -#~ msgid "Updates an item from the storage." -#~ msgstr "" - -#~ msgid "The item to update." -#~ msgstr "" - -#~ msgid "The updated item, if stored." -#~ msgstr "" - -#~ msgid "The cached Direct Messages." -#~ msgstr "" - -#~ msgid "The cached guilds upon gateway connection." -#~ msgstr "" - -#~ msgid "The cached guilds after ready." -#~ msgstr "" - -#~ msgid "The cached channels of guilds." -#~ msgstr "" - -#~ msgid "The cached roles of guilds." -#~ msgstr "" - -#~ msgid "The cached members of guilds and threads." -#~ msgstr "" - -#~ msgid "The cached messages of DMs and channels." -#~ msgstr "" - -#~ msgid "The cached interactions upon interaction." -#~ msgstr "" - -#~ msgid ":return The items stored. :rtype: List[dict]" -#~ msgstr "" diff --git a/docs/locale/hi/LC_MESSAGES/api.dispatch.po b/docs/locale/hi/LC_MESSAGES/api.dispatch.po index d5df5422e..2b020e27a 100644 --- a/docs/locale/hi/LC_MESSAGES/api.dispatch.po +++ b/docs/locale/hi/LC_MESSAGES/api.dispatch.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -38,7 +38,7 @@ msgstr "" msgid "A list of events being dispatched." msgstr "" -#: interactions.api.dispatch.Listener.__init__ +#: interactions.api.dispatch.Listener #: interactions.api.dispatch.Listener.dispatch #: interactions.api.dispatch.Listener.register of msgid "Return type" diff --git a/docs/locale/hi/LC_MESSAGES/api.enums.po b/docs/locale/hi/LC_MESSAGES/api.enums.po index 23af570f0..dc817a43e 100644 --- a/docs/locale/hi/LC_MESSAGES/api.enums.po +++ b/docs/locale/hi/LC_MESSAGES/api.enums.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/docs/locale/hi/LC_MESSAGES/api.error.po b/docs/locale/hi/LC_MESSAGES/api.error.po index 1441d73ad..120e140a5 100644 --- a/docs/locale/hi/LC_MESSAGES/api.error.po +++ b/docs/locale/hi/LC_MESSAGES/api.error.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -28,18 +28,18 @@ msgid "" "what a specific code means, use `e.lookup(code)`" msgstr "" +#: interactions.api.error.LibraryException +#: interactions.api.error.LibraryException._parse +#: interactions.api.error.LibraryException.log of +msgid "Parameters" +msgstr "" + #: interactions.api.error.LibraryException._parse:1 of msgid "" "Internal function that should not be executed externally. Parse the error" " data and set the code and message." msgstr "" -#: interactions.api.error.LibraryException.__init__ -#: interactions.api.error.LibraryException._parse -#: interactions.api.error.LibraryException.log of -msgid "Parameters" -msgstr "" - #: interactions.api.error.LibraryException._parse:4 of msgid "The error data to parse." msgstr "" @@ -59,61 +59,3 @@ msgstr "" #: interactions.api.error.LibraryException.log:1 of msgid "Log the error message." msgstr "" - -#~ msgid "A customized error formatting script to return specific errors." -#~ msgstr "" - -#~ msgid "An exception class for interactions." -#~ msgstr "" - -#~ msgid "" -#~ "This is a WIP. This isn't meant" -#~ " to be used yet, this is a " -#~ "baseline, and for extensive testing/review " -#~ "before integration. Likewise, this will " -#~ "show the concepts before use, and " -#~ "will be refined when time goes on." -#~ msgstr "" - -#~ msgid "Variables" -#~ msgstr "" - -#~ msgid "The built-in formatter." -#~ msgstr "" - -#~ msgid "A dictionary containing the values from the built-in Enum." -#~ msgstr "" - -#~ msgid "" -#~ "From the default error enum integer " -#~ "declaration, generate a dictionary containing" -#~ " the phrases used for the errors." -#~ msgstr "" - -#~ msgid "" -#~ "Grabs the type attribute. Primarily " -#~ "useful to use it in conditions for" -#~ " integral v4 (potential) logic." -#~ msgstr "" - -#~ msgid "This calls the exception." -#~ msgstr "" - -#~ msgid "" -#~ "This is a derivation of " -#~ "InteractionException in that this is " -#~ "used to represent Gateway closing OP " -#~ "codes." -#~ msgstr "" - -#~ msgid "" -#~ "This is a derivation of " -#~ "InteractionException in that this is " -#~ "used to represent HTTP Exceptions." -#~ msgstr "" - -#~ msgid "" -#~ "This is a derivation of " -#~ "InteractionException in that this is " -#~ "used to represent JSON API Exceptions." -#~ msgstr "" diff --git a/docs/locale/hi/LC_MESSAGES/api.gateway.po b/docs/locale/hi/LC_MESSAGES/api.gateway.po index 0108083f9..aad9d8772 100644 --- a/docs/locale/hi/LC_MESSAGES/api.gateway.po +++ b/docs/locale/hi/LC_MESSAGES/api.gateway.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -314,18 +314,3 @@ msgstr "" #: interactions.api.gateway.heartbeat._Heartbeat:1 of msgid "An internal class representing the heartbeat in a WebSocket connection." msgstr "" - -#~ msgid "The token of the application for connecting to the Gateway." -#~ msgstr "" - -#~ msgid "The Gateway intents of the application for event dispatch." -#~ msgstr "" - -#~ msgid "The ID of the session if trying to reconnect. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The identifier sequence if trying to reconnect. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The event loop to base the asynchronous manager." -#~ msgstr "" diff --git a/docs/locale/hi/LC_MESSAGES/api.http.po b/docs/locale/hi/LC_MESSAGES/api.http.po index cd9f74885..b141f2d87 100644 --- a/docs/locale/hi/LC_MESSAGES/api.http.po +++ b/docs/locale/hi/LC_MESSAGES/api.http.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -2743,21 +2743,3 @@ msgstr "" #: of msgid "Deletes the original message object sent." msgstr "" - -#~ msgid "The HTTP request method." -#~ msgstr "" - -#~ msgid "The path of the HTTP/URL." -#~ msgstr "" - -#~ msgid "Optional keyword-only arguments to pass as information in the route." -#~ msgstr "" - -#~ msgid "The asynchronous lock to control limits for." -#~ msgstr "" - -#~ msgid "The remaining time to run the limited lock on. Defaults to ``0``." -#~ msgstr "" - -#~ msgid "The application token used for authorizing." -#~ msgstr "" diff --git a/docs/locale/hi/LC_MESSAGES/api.models.channel.po b/docs/locale/hi/LC_MESSAGES/api.models.channel.po index 9a169fe3f..1ca5f1ac3 100644 --- a/docs/locale/hi/LC_MESSAGES/api.models.channel.po +++ b/docs/locale/hi/LC_MESSAGES/api.models.channel.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -48,6 +48,36 @@ msgid "" "event." msgstr "" +#: interactions.api.models.channel.Channel +#: interactions.api.models.channel.Channel.add_member +#: interactions.api.models.channel.Channel.archive +#: interactions.api.models.channel.Channel.create_invite +#: interactions.api.models.channel.Channel.create_thread +#: interactions.api.models.channel.Channel.get_history +#: interactions.api.models.channel.Channel.get_message +#: interactions.api.models.channel.Channel.lock +#: interactions.api.models.channel.Channel.modify +#: interactions.api.models.channel.Channel.pin_message +#: interactions.api.models.channel.Channel.publish_message +#: interactions.api.models.channel.Channel.purge +#: interactions.api.models.channel.Channel.remove_member +#: interactions.api.models.channel.Channel.send +#: interactions.api.models.channel.Channel.set_auto_archive_duration +#: interactions.api.models.channel.Channel.set_bitrate +#: interactions.api.models.channel.Channel.set_name +#: interactions.api.models.channel.Channel.set_nsfw +#: interactions.api.models.channel.Channel.set_parent_id +#: interactions.api.models.channel.Channel.set_position +#: interactions.api.models.channel.Channel.set_rate_limit_per_user +#: interactions.api.models.channel.Channel.set_topic +#: interactions.api.models.channel.Channel.set_user_limit +#: interactions.api.models.channel.Channel.unpin_message +#: interactions.api.models.channel.Thread +#: interactions.api.models.channel.ThreadMember +#: interactions.api.models.channel.ThreadMetadata of +msgid "Parameters" +msgstr "" + #: interactions.api.models.channel.Channel:1 of msgid "A class object representing all types of channels." msgstr "" @@ -239,32 +269,6 @@ msgstr "" msgid "Sends a message in the channel." msgstr "" -#: interactions.api.models.channel.Channel.add_member -#: interactions.api.models.channel.Channel.archive -#: interactions.api.models.channel.Channel.create_invite -#: interactions.api.models.channel.Channel.create_thread -#: interactions.api.models.channel.Channel.get_history -#: interactions.api.models.channel.Channel.get_message -#: interactions.api.models.channel.Channel.lock -#: interactions.api.models.channel.Channel.modify -#: interactions.api.models.channel.Channel.pin_message -#: interactions.api.models.channel.Channel.publish_message -#: interactions.api.models.channel.Channel.purge -#: interactions.api.models.channel.Channel.remove_member -#: interactions.api.models.channel.Channel.send -#: interactions.api.models.channel.Channel.set_auto_archive_duration -#: interactions.api.models.channel.Channel.set_bitrate -#: interactions.api.models.channel.Channel.set_name -#: interactions.api.models.channel.Channel.set_nsfw -#: interactions.api.models.channel.Channel.set_parent_id -#: interactions.api.models.channel.Channel.set_position -#: interactions.api.models.channel.Channel.set_rate_limit_per_user -#: interactions.api.models.channel.Channel.set_topic -#: interactions.api.models.channel.Channel.set_user_limit -#: interactions.api.models.channel.Channel.unpin_message of -msgid "Parameters" -msgstr "" - #: interactions.api.models.channel.Channel.send:3 of msgid "The contents of the message as a string or string-converted value." msgstr "" diff --git a/docs/locale/hi/LC_MESSAGES/api.models.flags.po b/docs/locale/hi/LC_MESSAGES/api.models.flags.po index 2a460c72f..af66fea34 100644 --- a/docs/locale/hi/LC_MESSAGES/api.models.flags.po +++ b/docs/locale/hi/LC_MESSAGES/api.models.flags.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/docs/locale/hi/LC_MESSAGES/api.models.guild.po b/docs/locale/hi/LC_MESSAGES/api.models.guild.po index 55c53ef3c..a233b694b 100644 --- a/docs/locale/hi/LC_MESSAGES/api.models.guild.po +++ b/docs/locale/hi/LC_MESSAGES/api.models.guild.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:25-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -85,6 +85,67 @@ msgstr "" msgid "The location of the event, if any." msgstr "" +#: interactions.api.models.guild.EventMetadata +#: interactions.api.models.guild.Guild +#: interactions.api.models.guild.Guild.add_member_role +#: interactions.api.models.guild.Guild.ban +#: interactions.api.models.guild.Guild.clone_channel +#: interactions.api.models.guild.Guild.create_auto_moderation_rule +#: interactions.api.models.guild.Guild.create_channel +#: interactions.api.models.guild.Guild.create_emoji +#: interactions.api.models.guild.Guild.create_role +#: interactions.api.models.guild.Guild.create_scheduled_event +#: interactions.api.models.guild.Guild.create_thread +#: interactions.api.models.guild.Guild.delete_channel +#: interactions.api.models.guild.Guild.delete_emoji +#: interactions.api.models.guild.Guild.delete_role +#: interactions.api.models.guild.Guild.delete_scheduled_event +#: interactions.api.models.guild.Guild.get_auto_moderation_rule +#: interactions.api.models.guild.Guild.get_bans +#: interactions.api.models.guild.Guild.get_emoji +#: interactions.api.models.guild.Guild.get_list_of_members +#: interactions.api.models.guild.Guild.get_member +#: interactions.api.models.guild.Guild.get_role +#: interactions.api.models.guild.Guild.kick +#: interactions.api.models.guild.Guild.modify +#: interactions.api.models.guild.Guild.modify_auto_moderation_rule +#: interactions.api.models.guild.Guild.modify_channel +#: interactions.api.models.guild.Guild.modify_member +#: interactions.api.models.guild.Guild.modify_role +#: interactions.api.models.guild.Guild.modify_role_position +#: interactions.api.models.guild.Guild.modify_role_positions +#: interactions.api.models.guild.Guild.modify_scheduled_event +#: interactions.api.models.guild.Guild.remove_ban +#: interactions.api.models.guild.Guild.remove_member_role +#: interactions.api.models.guild.Guild.search_members +#: interactions.api.models.guild.Guild.set_afk_channel +#: interactions.api.models.guild.Guild.set_afk_timeout +#: interactions.api.models.guild.Guild.set_banner +#: interactions.api.models.guild.Guild.set_default_message_notifications +#: interactions.api.models.guild.Guild.set_description +#: interactions.api.models.guild.Guild.set_discovery_splash +#: interactions.api.models.guild.Guild.set_explicit_content_filter +#: interactions.api.models.guild.Guild.set_icon +#: interactions.api.models.guild.Guild.set_name +#: interactions.api.models.guild.Guild.set_preferred_locale +#: interactions.api.models.guild.Guild.set_premium_progress_bar_enabled +#: interactions.api.models.guild.Guild.set_public_updates_channel +#: interactions.api.models.guild.Guild.set_rules_channel +#: interactions.api.models.guild.Guild.set_splash +#: interactions.api.models.guild.Guild.set_system_channel +#: interactions.api.models.guild.Guild.set_verification_level +#: interactions.api.models.guild.GuildPreview +#: interactions.api.models.guild.GuildTemplate +#: interactions.api.models.guild.Integration +#: interactions.api.models.guild.Invite +#: interactions.api.models.guild.ScheduledEvents +#: interactions.api.models.guild.StageInstance +#: interactions.api.models.guild.UnavailableGuild +#: interactions.api.models.guild.WelcomeChannels +#: interactions.api.models.guild.WelcomeScreen of +msgid "Parameters" +msgstr "" + #: interactions.api.models.guild.EventStatus:1 of msgid "An enumerable object representing the status of an event." msgstr "" @@ -606,56 +667,6 @@ msgstr "" msgid "Bans a member from the guild." msgstr "" -#: interactions.api.models.guild.Guild.add_member_role -#: interactions.api.models.guild.Guild.ban -#: interactions.api.models.guild.Guild.clone_channel -#: interactions.api.models.guild.Guild.create_auto_moderation_rule -#: interactions.api.models.guild.Guild.create_channel -#: interactions.api.models.guild.Guild.create_emoji -#: interactions.api.models.guild.Guild.create_role -#: interactions.api.models.guild.Guild.create_scheduled_event -#: interactions.api.models.guild.Guild.create_thread -#: interactions.api.models.guild.Guild.delete_channel -#: interactions.api.models.guild.Guild.delete_emoji -#: interactions.api.models.guild.Guild.delete_role -#: interactions.api.models.guild.Guild.delete_scheduled_event -#: interactions.api.models.guild.Guild.get_auto_moderation_rule -#: interactions.api.models.guild.Guild.get_bans -#: interactions.api.models.guild.Guild.get_emoji -#: interactions.api.models.guild.Guild.get_list_of_members -#: interactions.api.models.guild.Guild.get_member -#: interactions.api.models.guild.Guild.get_role -#: interactions.api.models.guild.Guild.kick -#: interactions.api.models.guild.Guild.modify -#: interactions.api.models.guild.Guild.modify_auto_moderation_rule -#: interactions.api.models.guild.Guild.modify_channel -#: interactions.api.models.guild.Guild.modify_member -#: interactions.api.models.guild.Guild.modify_role -#: interactions.api.models.guild.Guild.modify_role_position -#: interactions.api.models.guild.Guild.modify_role_positions -#: interactions.api.models.guild.Guild.modify_scheduled_event -#: interactions.api.models.guild.Guild.remove_ban -#: interactions.api.models.guild.Guild.remove_member_role -#: interactions.api.models.guild.Guild.search_members -#: interactions.api.models.guild.Guild.set_afk_channel -#: interactions.api.models.guild.Guild.set_afk_timeout -#: interactions.api.models.guild.Guild.set_banner -#: interactions.api.models.guild.Guild.set_default_message_notifications -#: interactions.api.models.guild.Guild.set_description -#: interactions.api.models.guild.Guild.set_discovery_splash -#: interactions.api.models.guild.Guild.set_explicit_content_filter -#: interactions.api.models.guild.Guild.set_icon -#: interactions.api.models.guild.Guild.set_name -#: interactions.api.models.guild.Guild.set_preferred_locale -#: interactions.api.models.guild.Guild.set_premium_progress_bar_enabled -#: interactions.api.models.guild.Guild.set_public_updates_channel -#: interactions.api.models.guild.Guild.set_rules_channel -#: interactions.api.models.guild.Guild.set_splash -#: interactions.api.models.guild.Guild.set_system_channel -#: interactions.api.models.guild.Guild.set_verification_level of -msgid "Parameters" -msgstr "" - #: interactions.api.models.guild.Guild.ban:3 of msgid "The id of the member to ban" msgstr "" @@ -764,7 +775,7 @@ msgstr "" msgid "" ":type role Union[Role, int, Snowflake] :param member_id: The id of the " "member to add the roles to :type member_id: Union[Member, int, Snowflake]" -" :param reason?: The reason why the roles are added :type reason: " +" :param reason?: The reason why the roles are added :type reason?: " "Optional[str]" msgstr "" @@ -1886,12 +1897,3 @@ msgstr "" #: interactions.api.models.guild.Invite.delete:1 of msgid "Deletes the invite" msgstr "" - -#~ msgid "" -#~ ":type role Union[Role, int] :param " -#~ "member_id: The id of the member to" -#~ " add the roles to :type member_id:" -#~ " int :param reason?: The reason why" -#~ " the roles are added :type reason:" -#~ " Optional[str]" -#~ msgstr "" diff --git a/docs/locale/hi/LC_MESSAGES/api.models.gw.po b/docs/locale/hi/LC_MESSAGES/api.models.gw.po index 023d54338..fe823c232 100644 --- a/docs/locale/hi/LC_MESSAGES/api.models.gw.po +++ b/docs/locale/hi/LC_MESSAGES/api.models.gw.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -93,6 +93,36 @@ msgstr "" msgid "The substring in content that triggered rule." msgstr "" +#: interactions.api.models.gw.ApplicationCommandPermissions +#: interactions.api.models.gw.AutoModerationAction +#: interactions.api.models.gw.AutoModerationRule +#: interactions.api.models.gw.ChannelPins +#: interactions.api.models.gw.EmbeddedActivity +#: interactions.api.models.gw.GuildBan interactions.api.models.gw.GuildEmojis +#: interactions.api.models.gw.GuildIntegrations +#: interactions.api.models.gw.GuildJoinRequest +#: interactions.api.models.gw.GuildMember +#: interactions.api.models.gw.GuildMember.add_role +#: interactions.api.models.gw.GuildMember.add_to_thread +#: interactions.api.models.gw.GuildMember.ban +#: interactions.api.models.gw.GuildMember.kick +#: interactions.api.models.gw.GuildMember.modify +#: interactions.api.models.gw.GuildMember.remove_role +#: interactions.api.models.gw.GuildMember.send +#: interactions.api.models.gw.GuildMembers interactions.api.models.gw.GuildRole +#: interactions.api.models.gw.GuildScheduledEvent +#: interactions.api.models.gw.GuildScheduledEventUser +#: interactions.api.models.gw.GuildStickers +#: interactions.api.models.gw.Integration +#: interactions.api.models.gw.MessageReaction +#: interactions.api.models.gw.Presence +#: interactions.api.models.gw.ReactionRemove +#: interactions.api.models.gw.ThreadList +#: interactions.api.models.gw.ThreadMembers interactions.api.models.gw.Webhooks +#: of +msgid "Parameters" +msgstr "" + #: interactions.api.models.gw.AutoModerationRule:1 of msgid "" "A class object representing the gateway events " @@ -525,16 +555,6 @@ msgstr "" msgid "Bans the member from a guild." msgstr "" -#: interactions.api.models.gw.GuildMember.add_role -#: interactions.api.models.gw.GuildMember.add_to_thread -#: interactions.api.models.gw.GuildMember.ban -#: interactions.api.models.gw.GuildMember.kick -#: interactions.api.models.gw.GuildMember.modify -#: interactions.api.models.gw.GuildMember.remove_role -#: interactions.api.models.gw.GuildMember.send of -msgid "Parameters" -msgstr "" - #: interactions.api.models.gw.GuildMember.ban:3 of msgid "The reason of the ban" msgstr "" diff --git a/docs/locale/hi/LC_MESSAGES/api.models.member.po b/docs/locale/hi/LC_MESSAGES/api.models.member.po index d9d53d52c..ce23f99ac 100644 --- a/docs/locale/hi/LC_MESSAGES/api.models.member.po +++ b/docs/locale/hi/LC_MESSAGES/api.models.member.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -81,6 +81,18 @@ msgstr "" msgid "How long until they're unmuted, if any." msgstr "" +#: interactions.api.models.member.Member +#: interactions.api.models.member.Member.add_role +#: interactions.api.models.member.Member.add_to_thread +#: interactions.api.models.member.Member.ban +#: interactions.api.models.member.Member.get_avatar_url +#: interactions.api.models.member.Member.kick +#: interactions.api.models.member.Member.modify +#: interactions.api.models.member.Member.remove_role +#: interactions.api.models.member.Member.send of +msgid "Parameters" +msgstr "" + #: interactions.api.models.member.Member.id:1 of msgid "Returns the ID of the user." msgstr "" @@ -131,17 +143,6 @@ msgstr "" msgid "Bans the member from a guild." msgstr "" -#: interactions.api.models.member.Member.add_role -#: interactions.api.models.member.Member.add_to_thread -#: interactions.api.models.member.Member.ban -#: interactions.api.models.member.Member.get_avatar_url -#: interactions.api.models.member.Member.kick -#: interactions.api.models.member.Member.modify -#: interactions.api.models.member.Member.remove_role -#: interactions.api.models.member.Member.send of -msgid "Parameters" -msgstr "" - #: interactions.api.models.member.Member.ban:3 of msgid "The id of the guild to ban the member from" msgstr "" @@ -293,14 +294,3 @@ msgid "" "guild_id: Union[int, Snowflake, \"Guild\"] :return: URL of the members's " "avatar (None will be returned if no avatar is set) :rtype: str" msgstr "" - -#~ msgid "" -#~ "Returns the URL of the member's " -#~ "avatar for the specified guild. :param" -#~ " guild_id: The id of the guild " -#~ "to get the member's avatar from " -#~ ":type guild_id: int :return: URL of " -#~ "the members's avatar (None will be " -#~ "returned if no avatar is set) " -#~ ":rtype: str" -#~ msgstr "" diff --git a/docs/locale/hi/LC_MESSAGES/api.models.message.po b/docs/locale/hi/LC_MESSAGES/api.models.message.po index eaf0149d8..5bcd77f9c 100644 --- a/docs/locale/hi/LC_MESSAGES/api.models.message.po +++ b/docs/locale/hi/LC_MESSAGES/api.models.message.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -185,14 +185,11 @@ msgstr "" msgid "Array of sticker objects sent with the message if any. Deprecated." msgstr "" -#: interactions.api.models.message.Message.get_channel:1 of -msgid "Gets the channel where the message was sent." -msgstr "" - +#: interactions.api.models.message.Attachment +#: interactions.api.models.message.ChannelMention +#: interactions.api.models.message.Embed #: interactions.api.models.message.Embed.add_field -#: interactions.api.models.message.Embed.clear_fields #: interactions.api.models.message.Embed.insert_field_at -#: interactions.api.models.message.Embed.remove_author #: interactions.api.models.message.Embed.remove_field #: interactions.api.models.message.Embed.set_author #: interactions.api.models.message.Embed.set_field_at @@ -200,40 +197,43 @@ msgstr "" #: interactions.api.models.message.Embed.set_image #: interactions.api.models.message.Embed.set_thumbnail #: interactions.api.models.message.Embed.set_video +#: interactions.api.models.message.EmbedAuthor +#: interactions.api.models.message.EmbedField +#: interactions.api.models.message.EmbedFooter +#: interactions.api.models.message.EmbedImageStruct +#: interactions.api.models.message.EmbedProvider +#: interactions.api.models.message.Emoji #: interactions.api.models.message.Emoji.delete #: interactions.api.models.message.Emoji.get #: interactions.api.models.message.Emoji.get_all_of_guild -#: interactions.api.models.message.Emoji.url +#: interactions.api.models.message.Message #: interactions.api.models.message.Message.create_reaction #: interactions.api.models.message.Message.create_thread #: interactions.api.models.message.Message.delete #: interactions.api.models.message.Message.edit -#: interactions.api.models.message.Message.get_channel #: interactions.api.models.message.Message.get_from_url -#: interactions.api.models.message.Message.get_guild #: interactions.api.models.message.Message.get_users_from_reaction -#: interactions.api.models.message.Message.pin -#: interactions.api.models.message.Message.publish -#: interactions.api.models.message.Message.remove_all_reactions #: interactions.api.models.message.Message.remove_all_reactions_of #: interactions.api.models.message.Message.remove_own_reaction_of #: interactions.api.models.message.Message.remove_reaction_from #: interactions.api.models.message.Message.reply -#: interactions.api.models.message.Message.unpin -#: interactions.api.models.message.Message.url of -msgid "Return type" -msgstr "" - -#: interactions.api.models.message.Message.get_guild:1 of -msgid "Gets the guild where the message was sent." +#: interactions.api.models.message.MessageActivity +#: interactions.api.models.message.MessageInteraction +#: interactions.api.models.message.MessageReference +#: interactions.api.models.message.PartialSticker +#: interactions.api.models.message.ReactionObject +#: interactions.api.models.message.Sticker of +msgid "Parameters" msgstr "" -#: interactions.api.models.message.Message.delete:1 of -msgid "Deletes the message." +#: interactions.api.models.message.Message.get_channel:1 of +msgid "Gets the channel where the message was sent." msgstr "" #: interactions.api.models.message.Embed.add_field +#: interactions.api.models.message.Embed.clear_fields #: interactions.api.models.message.Embed.insert_field_at +#: interactions.api.models.message.Embed.remove_author #: interactions.api.models.message.Embed.remove_field #: interactions.api.models.message.Embed.set_author #: interactions.api.models.message.Embed.set_field_at @@ -244,17 +244,33 @@ msgstr "" #: interactions.api.models.message.Emoji.delete #: interactions.api.models.message.Emoji.get #: interactions.api.models.message.Emoji.get_all_of_guild +#: interactions.api.models.message.Emoji.url #: interactions.api.models.message.Message.create_reaction #: interactions.api.models.message.Message.create_thread #: interactions.api.models.message.Message.delete #: interactions.api.models.message.Message.edit +#: interactions.api.models.message.Message.get_channel #: interactions.api.models.message.Message.get_from_url +#: interactions.api.models.message.Message.get_guild #: interactions.api.models.message.Message.get_users_from_reaction +#: interactions.api.models.message.Message.pin +#: interactions.api.models.message.Message.publish +#: interactions.api.models.message.Message.remove_all_reactions #: interactions.api.models.message.Message.remove_all_reactions_of #: interactions.api.models.message.Message.remove_own_reaction_of #: interactions.api.models.message.Message.remove_reaction_from -#: interactions.api.models.message.Message.reply of -msgid "Parameters" +#: interactions.api.models.message.Message.reply +#: interactions.api.models.message.Message.unpin +#: interactions.api.models.message.Message.url of +msgid "Return type" +msgstr "" + +#: interactions.api.models.message.Message.get_guild:1 of +msgid "Gets the guild where the message was sent." +msgstr "" + +#: interactions.api.models.message.Message.delete:1 of +msgid "Deletes the message." msgstr "" #: interactions.api.models.message.Message.delete:3 of diff --git a/docs/locale/hi/LC_MESSAGES/api.models.misc.po b/docs/locale/hi/LC_MESSAGES/api.models.misc.po index ccfa1adc8..cfed122db 100644 --- a/docs/locale/hi/LC_MESSAGES/api.models.misc.po +++ b/docs/locale/hi/LC_MESSAGES/api.models.misc.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -66,6 +66,15 @@ msgstr "" msgid "Timeout duration in seconds, if timed out." msgstr "" +#: interactions.api.models.misc.AutoModAction +#: interactions.api.models.misc.AutoModMetaData +#: interactions.api.models.misc.AutoModTriggerMetadata +#: interactions.api.models.misc.ClientStatus interactions.api.models.misc.File +#: interactions.api.models.misc.Image interactions.api.models.misc.Overwrite +#: interactions.api.models.misc.Snowflake of +msgid "Parameters" +msgstr "" + #: interactions.api.models.misc.AutoModAction:1 of msgid "" "A class object used for the ``AUTO_MODERATION_ACTION_EXECUTION`` event. " @@ -120,12 +129,6 @@ msgid "" "integer." msgstr "" -#: interactions.api.models.misc.File.__init__ -#: interactions.api.models.misc.Image.__init__ -#: interactions.api.models.misc.Snowflake.__init__ of -msgid "Parameters" -msgstr "" - #: interactions.api.models.misc.Color.black #: interactions.api.models.misc.Color.blurple #: interactions.api.models.misc.Color.fuchsia @@ -133,7 +136,7 @@ msgstr "" #: interactions.api.models.misc.Color.red #: interactions.api.models.misc.Color.white #: interactions.api.models.misc.Color.yellow -#: interactions.api.models.misc.Snowflake.__init__ of +#: interactions.api.models.misc.Snowflake of msgid "Return type" msgstr "" @@ -284,9 +287,3 @@ msgstr "" #: interactions.api.models.misc.Overwrite:6 of msgid "Permission bit set." msgstr "" - -#~ msgid "" -#~ "A pseudosentinel based from an empty " -#~ "object. This does violate PEP, but, " -#~ "I don't care." -#~ msgstr "" diff --git a/docs/locale/hi/LC_MESSAGES/api.models.po b/docs/locale/hi/LC_MESSAGES/api.models.po index 764507670..4a5447cbe 100644 --- a/docs/locale/hi/LC_MESSAGES/api.models.po +++ b/docs/locale/hi/LC_MESSAGES/api.models.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/locale/hi/LC_MESSAGES/api.models.presence.po b/docs/locale/hi/LC_MESSAGES/api.models.presence.po index effa582b9..347c24dbc 100644 --- a/docs/locale/hi/LC_MESSAGES/api.models.presence.po +++ b/docs/locale/hi/LC_MESSAGES/api.models.presence.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -231,18 +231,3 @@ msgstr "" #: interactions.api.models.presence.ClientPresence:6 of msgid "Whether the client is afk or not." msgstr "" - -#~ msgid "Unix timestamp of when the activity was created to the User's session" -#~ msgstr "" - -#~ msgid "Custom buttons shown in the RPC." -#~ msgstr "" - -#~ msgid "A class object representing the buttons of a presence." -#~ msgstr "" - -#~ msgid "Text of the button" -#~ msgstr "" - -#~ msgid "URL of the button" -#~ msgstr "" diff --git a/docs/locale/hi/LC_MESSAGES/api.models.role.po b/docs/locale/hi/LC_MESSAGES/api.models.role.po index 9a3430734..c78eeec53 100644 --- a/docs/locale/hi/LC_MESSAGES/api.models.role.po +++ b/docs/locale/hi/LC_MESSAGES/api.models.role.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -74,6 +74,13 @@ msgstr "" msgid "The tags this role has" msgstr "" +#: interactions.api.models.role.Role interactions.api.models.role.Role.delete +#: interactions.api.models.role.Role.modify +#: interactions.api.models.role.Role.modify_position +#: interactions.api.models.role.RoleTags of +msgid "Parameters" +msgstr "" + #: interactions.api.models.role.Role.mention:1 of msgid "Returns a string that allows you to mention the given role." msgstr "" @@ -88,6 +95,7 @@ msgstr "" msgid "The string of the mentioned role." msgstr "" +#: interactions.api.models.role.Role.delete #: interactions.api.models.role.Role.mention #: interactions.api.models.role.Role.modify #: interactions.api.models.role.Role.modify_position of @@ -98,12 +106,6 @@ msgstr "" msgid "Deletes the role from the guild." msgstr "" -#: interactions.api.models.role.Role.delete -#: interactions.api.models.role.Role.modify -#: interactions.api.models.role.Role.modify_position of -msgid "Parameters" -msgstr "" - #: interactions.api.models.role.Role.delete:3 of msgid "The id of the guild to delete the role from" msgstr "" diff --git a/docs/locale/hi/LC_MESSAGES/api.models.team.po b/docs/locale/hi/LC_MESSAGES/api.models.team.po index cde90e6a6..2958a4252 100644 --- a/docs/locale/hi/LC_MESSAGES/api.models.team.po +++ b/docs/locale/hi/LC_MESSAGES/api.models.team.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/docs/locale/hi/LC_MESSAGES/api.models.user.po b/docs/locale/hi/LC_MESSAGES/api.models.user.po index 807b9d83e..5721c56da 100644 --- a/docs/locale/hi/LC_MESSAGES/api.models.user.po +++ b/docs/locale/hi/LC_MESSAGES/api.models.user.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/docs/locale/hi/LC_MESSAGES/api.models.webhook.po b/docs/locale/hi/LC_MESSAGES/api.models.webhook.po index c201be33e..be10a2fd1 100644 --- a/docs/locale/hi/LC_MESSAGES/api.models.webhook.po +++ b/docs/locale/hi/LC_MESSAGES/api.models.webhook.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -86,10 +86,7 @@ msgid "" "flow)" msgstr "" -#: interactions.api.models.webhook.Webhook.create:1 of -msgid "Creates a webhook in a channel." -msgstr "" - +#: interactions.api.models.webhook.Webhook #: interactions.api.models.webhook.Webhook.create #: interactions.api.models.webhook.Webhook.execute #: interactions.api.models.webhook.Webhook.get @@ -97,6 +94,10 @@ msgstr "" msgid "Parameters" msgstr "" +#: interactions.api.models.webhook.Webhook.create:1 of +msgid "Creates a webhook in a channel." +msgstr "" + #: interactions.api.models.webhook.Webhook.create:3 #: interactions.api.models.webhook.Webhook.get:3 of msgid "The HTTPClient of the bot, has to be set to `bot._http`." diff --git a/docs/locale/hi/LC_MESSAGES/api.po b/docs/locale/hi/LC_MESSAGES/api.po index cb74082a0..239f6eb9e 100644 --- a/docs/locale/hi/LC_MESSAGES/api.po +++ b/docs/locale/hi/LC_MESSAGES/api.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -26,15 +26,15 @@ msgstr "" msgid "Frameworks/Commands" msgstr "" -#: ../../api.rst:24 ../../api.rst:41 +#: ../../api.rst:25 ../../api.rst:42 msgid "Model/Design" msgstr "" -#: ../../api.rst:34 +#: ../../api.rst:35 msgid "Client Connections" msgstr "" -#: ../../api.rst:49 +#: ../../api.rst:50 msgid "Events" msgstr "" @@ -50,6 +50,6 @@ msgstr "" msgid "Interactions" msgstr "" -#: ../../api.rst:32 +#: ../../api.rst:33 msgid "Discord API" msgstr "" diff --git a/docs/locale/hi/LC_MESSAGES/client.po b/docs/locale/hi/LC_MESSAGES/client.po index 0bfd7ef38..854019fc5 100644 --- a/docs/locale/hi/LC_MESSAGES/client.po +++ b/docs/locale/hi/LC_MESSAGES/client.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -31,7 +31,6 @@ msgstr "" #: interactions.client.bot.Client #: interactions.client.bot.Client.__check_command #: interactions.client.bot.Client.__compare_sync -#: interactions.client.bot.Client.__init__ #: interactions.client.bot.Client.__raw_channel_create #: interactions.client.bot.Client.__raw_guild_create #: interactions.client.bot.Client.__raw_message_create @@ -46,7 +45,7 @@ msgstr "" #: interactions.client.bot.Client.modal interactions.client.bot.Client.modify #: interactions.client.bot.Client.reload interactions.client.bot.Client.remove #: interactions.client.bot.Client.user_command -#: interactions.client.bot.Extension.__new__ of +#: interactions.client.bot.Extension of msgid "Parameters" msgstr "" @@ -123,9 +122,9 @@ msgstr "" msgid "The application representation of the client." msgstr "" +#: interactions.client.bot.Client #: interactions.client.bot.Client.__check_command #: interactions.client.bot.Client.__compare_sync -#: interactions.client.bot.Client.__init__ #: interactions.client.bot.Client.__raw_channel_create #: interactions.client.bot.Client.__raw_guild_create #: interactions.client.bot.Client.__raw_message_create @@ -146,7 +145,7 @@ msgstr "" #: interactions.client.bot.Client.start #: interactions.client.bot.Client.user_command #: interactions.client.bot.Client.wait_until_ready -#: interactions.client.bot.Extension.__new__ of +#: interactions.client.bot.Extension of msgid "Return type" msgstr "" @@ -640,12 +639,3 @@ msgstr "" #: interactions.client.bot.Extension:5 of msgid "The structure of an extension:" msgstr "" - -#~ msgid "" -#~ "A wrapper designed to interpret the " -#~ "client-facing API for how a " -#~ "command is to be created and used." -#~ msgstr "" - -#~ msgid "A list of command payloads." -#~ msgstr "" diff --git a/docs/locale/hi/LC_MESSAGES/context.po b/docs/locale/hi/LC_MESSAGES/context.po index 77cab9c1c..3917f5b73 100644 --- a/docs/locale/hi/LC_MESSAGES/context.po +++ b/docs/locale/hi/LC_MESSAGES/context.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -55,6 +55,23 @@ msgstr "" msgid "The guild data model." msgstr "" +#: interactions.api.models.attrs_utils.DictSerializerMixin.update +#: interactions.client.context.CommandContext +#: interactions.client.context.CommandContext.defer +#: interactions.client.context.CommandContext.edit +#: interactions.client.context.CommandContext.populate +#: interactions.client.context.CommandContext.send +#: interactions.client.context.ComponentContext +#: interactions.client.context.ComponentContext.defer +#: interactions.client.context.ComponentContext.edit +#: interactions.client.context.ComponentContext.send +#: interactions.client.context._Context +#: interactions.client.context._Context.edit +#: interactions.client.context._Context.popup +#: interactions.client.context._Context.send of +msgid "Parameters" +msgstr "" + #: interactions.client.context._Context.get_channel:1 of msgid "This gets the channel the context was invoked in." msgstr "" @@ -107,21 +124,6 @@ msgid "" "interaction response." msgstr "" -#: interactions.api.models.attrs_utils.ClientSerializerMixin.__init__ -#: interactions.api.models.attrs_utils.DictSerializerMixin.update -#: interactions.client.context.CommandContext.defer -#: interactions.client.context.CommandContext.edit -#: interactions.client.context.CommandContext.populate -#: interactions.client.context.CommandContext.send -#: interactions.client.context.ComponentContext.defer -#: interactions.client.context.ComponentContext.edit -#: interactions.client.context.ComponentContext.send -#: interactions.client.context._Context.edit -#: interactions.client.context._Context.popup -#: interactions.client.context._Context.send of -msgid "Parameters" -msgstr "" - #: interactions.client.context.CommandContext.send:4 #: interactions.client.context.ComponentContext.send:4 #: interactions.client.context._Context.send:4 of diff --git a/docs/locale/hi/LC_MESSAGES/enums.po b/docs/locale/hi/LC_MESSAGES/enums.po index 8fc379297..ec2f643f5 100644 --- a/docs/locale/hi/LC_MESSAGES/enums.po +++ b/docs/locale/hi/LC_MESSAGES/enums.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/docs/locale/hi/LC_MESSAGES/ext.base.po b/docs/locale/hi/LC_MESSAGES/ext.base.po index 7eb2194fa..5a2fe3730 100644 --- a/docs/locale/hi/LC_MESSAGES/ext.base.po +++ b/docs/locale/hi/LC_MESSAGES/ext.base.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -148,21 +148,3 @@ msgstr "" #: interactions.ext.base.build:1 of msgid "Builds the base 3rd party the same way as ``setup`` from ``setuptools``." msgstr "" - -#~ msgid "The repository link of the library via. GitHub." -#~ msgstr "" - -#~ msgid "The description of the library, e.g. the purpose." -#~ msgstr "" - -#~ msgid "The full description of the library, e.g. README. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The package(s) of the library. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The required modules needed for library function. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "Any other keyword arguments. Defaults to ``None``." -#~ msgstr "" diff --git a/docs/locale/hi/LC_MESSAGES/ext.converter.po b/docs/locale/hi/LC_MESSAGES/ext.converter.po index 8f0df6d4b..fdd604d85 100644 --- a/docs/locale/hi/LC_MESSAGES/ext.converter.po +++ b/docs/locale/hi/LC_MESSAGES/ext.converter.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -40,21 +40,23 @@ msgstr "" msgid "The second object to be converted." msgstr "" -#: interactions.ext.converter.Converter._map_attr:1 of -msgid "Maps the attributes between the models for conversion reference." +#: interactions.ext.converter.Converter +#: interactions.ext.converter.Converter.get_attr of +msgid "Parameters" msgstr "" +#: interactions.ext.converter.Converter #: interactions.ext.converter.Converter._map_attr #: interactions.ext.converter.Converter.difference #: interactions.ext.converter.Converter.get_attr #: interactions.ext.converter.Converter.get_attrs #: interactions.ext.converter.Converter.missing #: interactions.ext.converter.Converter.ref of -msgid "Returns" +msgid "Return type" msgstr "" -#: interactions.ext.converter.Converter._map_attr:3 of -msgid "A dictionary of attributes mapped." +#: interactions.ext.converter.Converter._map_attr:1 of +msgid "Maps the attributes between the models for conversion reference." msgstr "" #: interactions.ext.converter.Converter._map_attr @@ -63,15 +65,15 @@ msgstr "" #: interactions.ext.converter.Converter.get_attrs #: interactions.ext.converter.Converter.missing #: interactions.ext.converter.Converter.ref of -msgid "Return type" +msgid "Returns" msgstr "" -#: interactions.ext.converter.Converter.get_attr:1 of -msgid "Gets a mapped attribute." +#: interactions.ext.converter.Converter._map_attr:3 of +msgid "A dictionary of attributes mapped." msgstr "" -#: interactions.ext.converter.Converter.get_attr of -msgid "Parameters" +#: interactions.ext.converter.Converter.get_attr:1 of +msgid "Gets a mapped attribute." msgstr "" #: interactions.ext.converter.Converter.get_attr:3 of diff --git a/docs/locale/hi/LC_MESSAGES/ext.error.po b/docs/locale/hi/LC_MESSAGES/ext.error.po index 7b39f4fa1..ca0f95fca 100644 --- a/docs/locale/hi/LC_MESSAGES/ext.error.po +++ b/docs/locale/hi/LC_MESSAGES/ext.error.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/docs/locale/hi/LC_MESSAGES/ext.gettingstarted.po b/docs/locale/hi/LC_MESSAGES/ext.gettingstarted.po index 1c21e3eb3..0de3ee399 100644 --- a/docs/locale/hi/LC_MESSAGES/ext.gettingstarted.po +++ b/docs/locale/hi/LC_MESSAGES/ext.gettingstarted.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/locale/hi/LC_MESSAGES/ext.po b/docs/locale/hi/LC_MESSAGES/ext.po index ee17491a5..f3afe86ec 100644 --- a/docs/locale/hi/LC_MESSAGES/ext.po +++ b/docs/locale/hi/LC_MESSAGES/ext.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/locale/hi/LC_MESSAGES/ext.version.po b/docs/locale/hi/LC_MESSAGES/ext.version.po index 581fb477c..850829199 100644 --- a/docs/locale/hi/LC_MESSAGES/ext.version.po +++ b/docs/locale/hi/LC_MESSAGES/ext.version.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -198,29 +198,3 @@ msgstr "" #: interactions.ext.version.Version.extend_version:7 of msgid "The alphanumeric version was incorrectly formatted." msgstr "" - -#~ msgid "" -#~ "The author's relationship as the main" -#~ " or co-author. Defaults to ``False``." -#~ msgstr "" - -#~ msgid "The author's state of activity. Defaults to ``True``." -#~ msgstr "" - -#~ msgid "The author's email address or point of contact. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The major version. If not specified, ``version`` will be read from." -#~ msgstr "" - -#~ msgid "The minor version. If not specified, ``version`` will be read from." -#~ msgstr "" - -#~ msgid "The patch version. If not specified, ``version`` will be read from." -#~ msgstr "" - -#~ msgid "" -#~ "The overall version. Must be used " -#~ "if ``major``, ``minor`` or ``patch`` are" -#~ " not." -#~ msgstr "" diff --git a/docs/locale/hi/LC_MESSAGES/faq.po b/docs/locale/hi/LC_MESSAGES/faq.po index 308f71de8..1bf421161 100644 --- a/docs/locale/hi/LC_MESSAGES/faq.po +++ b/docs/locale/hi/LC_MESSAGES/faq.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -521,77 +521,3 @@ msgid "" "Please join our `Discord Server`_ for any further support regarding our " "library and/or any integration code depending on it." msgstr "" - -#~ msgid "" -#~ "This page is maintained by the " -#~ "Helpers of the Discord server, and " -#~ "developers at their discretion. For any" -#~ " comments, feedback or concerns please " -#~ "consider joining our server and bringing" -#~ " it up in our support channels." -#~ msgstr "" - -#~ msgid "discord.py is dead! Will this library die too?" -#~ msgstr "" - -#~ msgid "" -#~ "The decision to become a standalone " -#~ "library that is now an API wrapper" -#~ " for the Discord API was made " -#~ "before Danny posted his gist on " -#~ "GitHub about ceasing development of " -#~ "discord.py. This is the official " -#~ "statement from the library developer " -#~ "regarding this:" -#~ msgstr "" - -#~ msgid "" -#~ "The most *biased* answer would be " -#~ "to, of course, *use interactions.py.* We" -#~ " already offer a lot of the " -#~ "integral API wrapper aspects as " -#~ "discord.py does, however, we only " -#~ "specialize in interactions. Which means " -#~ "things such as these won't be " -#~ "supported officially by us (but might" -#~ " be available as 3rd parties):" -#~ msgstr "" - -#~ msgid "" -#~ "Cooldowns aren't really an actual " -#~ "feature of the Discord API itself, " -#~ "but rather more of a convienent " -#~ "feature implemented in discord.py in " -#~ "order to avoid spamming of commands." -#~ msgstr "" - -#~ msgid "" -#~ "That's the neat part: it's really " -#~ "hard to do that, and most of " -#~ "the time, they won't. Unless they " -#~ "copy the exact string that was " -#~ "used when you open up the UI " -#~ "element to do it numerous times, " -#~ "most users do and will not be " -#~ "able to know how to do this. " -#~ "However, if you as a bot developer" -#~ " feel at unease about this, you " -#~ "are more than welcome to implement " -#~ "your own cooldown methods yourself. " -#~ "Cooldowns were an ultimatum that came" -#~ " as the result of message commands" -#~ " being able to be spammable, and " -#~ "since we won't be supporting them, " -#~ "there's no feasibility to having them" -#~ " in our library." -#~ msgstr "" - -#~ msgid "" -#~ "Please join our Discord server for " -#~ "any further support regarding our " -#~ "library and/or any integration code " -#~ "depending on it." -#~ msgstr "" - -#~ msgid "Invite Link: https://discord.gg/KkgMBVuEkx" -#~ msgstr "" diff --git a/docs/locale/hi/LC_MESSAGES/index.po b/docs/locale/hi/LC_MESSAGES/index.po index eb0f03796..91465f9df 100644 --- a/docs/locale/hi/LC_MESSAGES/index.po +++ b/docs/locale/hi/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -247,36 +247,3 @@ msgstr "" #: ../../index.rst:88 msgid ":ref:`modindex`" msgstr "" - -#~ msgid "" -#~ "**pre-commit** ``2.16.0``: the architecture" -#~ " uses this before every commit to " -#~ "format and check for severity/QOL-" -#~ "breaking changes." -#~ msgstr "" - -#~ msgid "**black** ``21.11b1``" -#~ msgstr "" - -#~ msgid "**flake8** ``3.9.2``" -#~ msgstr "" - -#~ msgid "**isort** ``5.9.3``" -#~ msgstr "" - -#~ msgid "" -#~ "**Sphinx** ``4.1.2``: all of our " -#~ "documentation is powered off of " -#~ "autogenerated documentation of the Sphinx " -#~ "engine." -#~ msgstr "" - -#~ msgid "" -#~ "**colorama** ``0.4.4``: our internal logger" -#~ " uses a customized coloring formatter " -#~ "to make looking for specific conditions" -#~ " easier when running tests." -#~ msgstr "" - -#~ msgid ":ref:`search`" -#~ msgstr "" diff --git a/docs/locale/hi/LC_MESSAGES/migration.po b/docs/locale/hi/LC_MESSAGES/migration.po index 766999c9f..9f0d8e6aa 100644 --- a/docs/locale/hi/LC_MESSAGES/migration.po +++ b/docs/locale/hi/LC_MESSAGES/migration.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -148,10 +148,3 @@ msgid "" "your argument in your function differently than your option name! " "Example:" msgstr "" - -#~ msgid "" -#~ "A new big change in this release" -#~ " is the implementation of the ``get``" -#~ " utility method. It allows you to " -#~ "no longer use ``**await bot._http...``." -#~ msgstr "" diff --git a/docs/locale/hi/LC_MESSAGES/models.command.po b/docs/locale/hi/LC_MESSAGES/models.command.po index acbfe63bc..5c72da5b0 100644 --- a/docs/locale/hi/LC_MESSAGES/models.command.po +++ b/docs/locale/hi/LC_MESSAGES/models.command.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -62,6 +62,22 @@ msgid "" "same restrictions as the ``name`` field." msgstr "" +#: interactions.client.models.command.ApplicationCommand +#: interactions.client.models.command.Choice +#: interactions.client.models.command.Command +#: interactions.client.models.command.Command.__call +#: interactions.client.models.command.Command.__check_command +#: interactions.client.models.command.Command.__wrap_coro +#: interactions.client.models.command.Command.autocomplete +#: interactions.client.models.command.Command.error +#: interactions.client.models.command.Command.group +#: interactions.client.models.command.Command.subcommand +#: interactions.client.models.command.Option +#: interactions.client.models.command.Permission +#: interactions.client.models.command.option of +msgid "Parameters" +msgstr "" + #: interactions.client.models.command.Option:1 of msgid "A class object representing the option of an application command." msgstr "" @@ -235,17 +251,6 @@ msgstr "" msgid "The structure of an option:" msgstr "" -#: interactions.client.models.command.Command.__call -#: interactions.client.models.command.Command.__check_command -#: interactions.client.models.command.Command.__wrap_coro -#: interactions.client.models.command.Command.autocomplete -#: interactions.client.models.command.Command.error -#: interactions.client.models.command.Command.group -#: interactions.client.models.command.Command.subcommand -#: interactions.client.models.command.option of -msgid "Parameters" -msgstr "" - #: interactions.client.models.command.option:12 of msgid "The type of the option." msgstr "" @@ -520,12 +525,3 @@ msgid "" ":class:`interactions.client.bot.Extension` is passed to the coroutine, if" " any." msgstr "" - -#~ msgid "The structure for a choice: ::" -#~ msgstr "" - -#~ msgid "The structure for an option: ::" -#~ msgstr "" - -#~ msgid "The structure for a permission: ::" -#~ msgstr "" diff --git a/docs/locale/hi/LC_MESSAGES/models.component.po b/docs/locale/hi/LC_MESSAGES/models.component.po index e4d356e6c..ae186054c 100644 --- a/docs/locale/hi/LC_MESSAGES/models.component.po +++ b/docs/locale/hi/LC_MESSAGES/models.component.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -58,6 +58,17 @@ msgstr "" msgid "Whether the select option is the default for the select menu." msgstr "" +#: interactions.client.models.component.ActionRow +#: interactions.client.models.component.ActionRow.new +#: interactions.client.models.component.Button +#: interactions.client.models.component.Component +#: interactions.client.models.component.Modal +#: interactions.client.models.component.SelectMenu +#: interactions.client.models.component.SelectOption +#: interactions.client.models.component.TextInput of +msgid "Parameters" +msgstr "" + #: interactions.client.models.component.SelectMenu:1 of msgid "" "A class object representing the select menu of a component. The structure" @@ -314,10 +325,6 @@ msgstr "" msgid "A class method for creating a new ``ActionRow``." msgstr "" -#: interactions.client.models.component.ActionRow.new of -msgid "Parameters" -msgstr "" - #: interactions.client.models.component.ActionRow.new:3 of msgid "The components to add to the ``ActionRow``." msgstr "" diff --git a/docs/locale/hi/LC_MESSAGES/models.misc.po b/docs/locale/hi/LC_MESSAGES/models.misc.po index 28f7a3b8d..9ea8f4346 100644 --- a/docs/locale/hi/LC_MESSAGES/models.misc.po +++ b/docs/locale/hi/LC_MESSAGES/models.misc.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/docs/locale/hi/LC_MESSAGES/models.po b/docs/locale/hi/LC_MESSAGES/models.po index a322bcb50..04da90614 100644 --- a/docs/locale/hi/LC_MESSAGES/models.po +++ b/docs/locale/hi/LC_MESSAGES/models.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/locale/hi/LC_MESSAGES/quickstart.po b/docs/locale/hi/LC_MESSAGES/quickstart.po index f92a3951e..89ed78f26 100644 --- a/docs/locale/hi/LC_MESSAGES/quickstart.po +++ b/docs/locale/hi/LC_MESSAGES/quickstart.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -673,6 +673,3 @@ msgstr "" #: ../../quickstart.rst:675 msgid "Usage of ``@autodefer()``:" msgstr "" - -#~ msgid "``name`` and ``description`` are required." -#~ msgstr "" diff --git a/docs/locale/it/LC_MESSAGES/api.cache.po b/docs/locale/it/LC_MESSAGES/api.cache.po index bee8020b7..355cab3ef 100644 --- a/docs/locale/it/LC_MESSAGES/api.cache.po +++ b/docs/locale/it/LC_MESSAGES/api.cache.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -114,51 +114,3 @@ msgid "" "A dictionary denoting the Type and the objects that correspond to the " "Type." msgstr "" - -#~ msgid "A class representing the defined item in a stored dataset." -#~ msgstr "" - -#~ msgid "The item itself." -#~ msgstr "" - -#~ msgid "The ID type representation." -#~ msgstr "" - -#~ msgid "The new storage." -#~ msgstr "" - -#~ msgid "Updates an item from the storage." -#~ msgstr "" - -#~ msgid "The item to update." -#~ msgstr "" - -#~ msgid "The updated item, if stored." -#~ msgstr "" - -#~ msgid "The cached Direct Messages." -#~ msgstr "" - -#~ msgid "The cached guilds upon gateway connection." -#~ msgstr "" - -#~ msgid "The cached guilds after ready." -#~ msgstr "" - -#~ msgid "The cached channels of guilds." -#~ msgstr "" - -#~ msgid "The cached roles of guilds." -#~ msgstr "" - -#~ msgid "The cached members of guilds and threads." -#~ msgstr "" - -#~ msgid "The cached messages of DMs and channels." -#~ msgstr "" - -#~ msgid "The cached interactions upon interaction." -#~ msgstr "" - -#~ msgid ":return The items stored. :rtype: List[dict]" -#~ msgstr "" diff --git a/docs/locale/it/LC_MESSAGES/api.dispatch.po b/docs/locale/it/LC_MESSAGES/api.dispatch.po index d5df5422e..2b020e27a 100644 --- a/docs/locale/it/LC_MESSAGES/api.dispatch.po +++ b/docs/locale/it/LC_MESSAGES/api.dispatch.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -38,7 +38,7 @@ msgstr "" msgid "A list of events being dispatched." msgstr "" -#: interactions.api.dispatch.Listener.__init__ +#: interactions.api.dispatch.Listener #: interactions.api.dispatch.Listener.dispatch #: interactions.api.dispatch.Listener.register of msgid "Return type" diff --git a/docs/locale/it/LC_MESSAGES/api.enums.po b/docs/locale/it/LC_MESSAGES/api.enums.po index 23af570f0..dc817a43e 100644 --- a/docs/locale/it/LC_MESSAGES/api.enums.po +++ b/docs/locale/it/LC_MESSAGES/api.enums.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/docs/locale/it/LC_MESSAGES/api.error.po b/docs/locale/it/LC_MESSAGES/api.error.po index 1441d73ad..120e140a5 100644 --- a/docs/locale/it/LC_MESSAGES/api.error.po +++ b/docs/locale/it/LC_MESSAGES/api.error.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -28,18 +28,18 @@ msgid "" "what a specific code means, use `e.lookup(code)`" msgstr "" +#: interactions.api.error.LibraryException +#: interactions.api.error.LibraryException._parse +#: interactions.api.error.LibraryException.log of +msgid "Parameters" +msgstr "" + #: interactions.api.error.LibraryException._parse:1 of msgid "" "Internal function that should not be executed externally. Parse the error" " data and set the code and message." msgstr "" -#: interactions.api.error.LibraryException.__init__ -#: interactions.api.error.LibraryException._parse -#: interactions.api.error.LibraryException.log of -msgid "Parameters" -msgstr "" - #: interactions.api.error.LibraryException._parse:4 of msgid "The error data to parse." msgstr "" @@ -59,61 +59,3 @@ msgstr "" #: interactions.api.error.LibraryException.log:1 of msgid "Log the error message." msgstr "" - -#~ msgid "A customized error formatting script to return specific errors." -#~ msgstr "" - -#~ msgid "An exception class for interactions." -#~ msgstr "" - -#~ msgid "" -#~ "This is a WIP. This isn't meant" -#~ " to be used yet, this is a " -#~ "baseline, and for extensive testing/review " -#~ "before integration. Likewise, this will " -#~ "show the concepts before use, and " -#~ "will be refined when time goes on." -#~ msgstr "" - -#~ msgid "Variables" -#~ msgstr "" - -#~ msgid "The built-in formatter." -#~ msgstr "" - -#~ msgid "A dictionary containing the values from the built-in Enum." -#~ msgstr "" - -#~ msgid "" -#~ "From the default error enum integer " -#~ "declaration, generate a dictionary containing" -#~ " the phrases used for the errors." -#~ msgstr "" - -#~ msgid "" -#~ "Grabs the type attribute. Primarily " -#~ "useful to use it in conditions for" -#~ " integral v4 (potential) logic." -#~ msgstr "" - -#~ msgid "This calls the exception." -#~ msgstr "" - -#~ msgid "" -#~ "This is a derivation of " -#~ "InteractionException in that this is " -#~ "used to represent Gateway closing OP " -#~ "codes." -#~ msgstr "" - -#~ msgid "" -#~ "This is a derivation of " -#~ "InteractionException in that this is " -#~ "used to represent HTTP Exceptions." -#~ msgstr "" - -#~ msgid "" -#~ "This is a derivation of " -#~ "InteractionException in that this is " -#~ "used to represent JSON API Exceptions." -#~ msgstr "" diff --git a/docs/locale/it/LC_MESSAGES/api.gateway.po b/docs/locale/it/LC_MESSAGES/api.gateway.po index 0108083f9..aad9d8772 100644 --- a/docs/locale/it/LC_MESSAGES/api.gateway.po +++ b/docs/locale/it/LC_MESSAGES/api.gateway.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -314,18 +314,3 @@ msgstr "" #: interactions.api.gateway.heartbeat._Heartbeat:1 of msgid "An internal class representing the heartbeat in a WebSocket connection." msgstr "" - -#~ msgid "The token of the application for connecting to the Gateway." -#~ msgstr "" - -#~ msgid "The Gateway intents of the application for event dispatch." -#~ msgstr "" - -#~ msgid "The ID of the session if trying to reconnect. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The identifier sequence if trying to reconnect. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The event loop to base the asynchronous manager." -#~ msgstr "" diff --git a/docs/locale/it/LC_MESSAGES/api.http.po b/docs/locale/it/LC_MESSAGES/api.http.po index cd9f74885..b141f2d87 100644 --- a/docs/locale/it/LC_MESSAGES/api.http.po +++ b/docs/locale/it/LC_MESSAGES/api.http.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -2743,21 +2743,3 @@ msgstr "" #: of msgid "Deletes the original message object sent." msgstr "" - -#~ msgid "The HTTP request method." -#~ msgstr "" - -#~ msgid "The path of the HTTP/URL." -#~ msgstr "" - -#~ msgid "Optional keyword-only arguments to pass as information in the route." -#~ msgstr "" - -#~ msgid "The asynchronous lock to control limits for." -#~ msgstr "" - -#~ msgid "The remaining time to run the limited lock on. Defaults to ``0``." -#~ msgstr "" - -#~ msgid "The application token used for authorizing." -#~ msgstr "" diff --git a/docs/locale/it/LC_MESSAGES/api.models.channel.po b/docs/locale/it/LC_MESSAGES/api.models.channel.po index 9a169fe3f..1ca5f1ac3 100644 --- a/docs/locale/it/LC_MESSAGES/api.models.channel.po +++ b/docs/locale/it/LC_MESSAGES/api.models.channel.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -48,6 +48,36 @@ msgid "" "event." msgstr "" +#: interactions.api.models.channel.Channel +#: interactions.api.models.channel.Channel.add_member +#: interactions.api.models.channel.Channel.archive +#: interactions.api.models.channel.Channel.create_invite +#: interactions.api.models.channel.Channel.create_thread +#: interactions.api.models.channel.Channel.get_history +#: interactions.api.models.channel.Channel.get_message +#: interactions.api.models.channel.Channel.lock +#: interactions.api.models.channel.Channel.modify +#: interactions.api.models.channel.Channel.pin_message +#: interactions.api.models.channel.Channel.publish_message +#: interactions.api.models.channel.Channel.purge +#: interactions.api.models.channel.Channel.remove_member +#: interactions.api.models.channel.Channel.send +#: interactions.api.models.channel.Channel.set_auto_archive_duration +#: interactions.api.models.channel.Channel.set_bitrate +#: interactions.api.models.channel.Channel.set_name +#: interactions.api.models.channel.Channel.set_nsfw +#: interactions.api.models.channel.Channel.set_parent_id +#: interactions.api.models.channel.Channel.set_position +#: interactions.api.models.channel.Channel.set_rate_limit_per_user +#: interactions.api.models.channel.Channel.set_topic +#: interactions.api.models.channel.Channel.set_user_limit +#: interactions.api.models.channel.Channel.unpin_message +#: interactions.api.models.channel.Thread +#: interactions.api.models.channel.ThreadMember +#: interactions.api.models.channel.ThreadMetadata of +msgid "Parameters" +msgstr "" + #: interactions.api.models.channel.Channel:1 of msgid "A class object representing all types of channels." msgstr "" @@ -239,32 +269,6 @@ msgstr "" msgid "Sends a message in the channel." msgstr "" -#: interactions.api.models.channel.Channel.add_member -#: interactions.api.models.channel.Channel.archive -#: interactions.api.models.channel.Channel.create_invite -#: interactions.api.models.channel.Channel.create_thread -#: interactions.api.models.channel.Channel.get_history -#: interactions.api.models.channel.Channel.get_message -#: interactions.api.models.channel.Channel.lock -#: interactions.api.models.channel.Channel.modify -#: interactions.api.models.channel.Channel.pin_message -#: interactions.api.models.channel.Channel.publish_message -#: interactions.api.models.channel.Channel.purge -#: interactions.api.models.channel.Channel.remove_member -#: interactions.api.models.channel.Channel.send -#: interactions.api.models.channel.Channel.set_auto_archive_duration -#: interactions.api.models.channel.Channel.set_bitrate -#: interactions.api.models.channel.Channel.set_name -#: interactions.api.models.channel.Channel.set_nsfw -#: interactions.api.models.channel.Channel.set_parent_id -#: interactions.api.models.channel.Channel.set_position -#: interactions.api.models.channel.Channel.set_rate_limit_per_user -#: interactions.api.models.channel.Channel.set_topic -#: interactions.api.models.channel.Channel.set_user_limit -#: interactions.api.models.channel.Channel.unpin_message of -msgid "Parameters" -msgstr "" - #: interactions.api.models.channel.Channel.send:3 of msgid "The contents of the message as a string or string-converted value." msgstr "" diff --git a/docs/locale/it/LC_MESSAGES/api.models.flags.po b/docs/locale/it/LC_MESSAGES/api.models.flags.po index 2a460c72f..af66fea34 100644 --- a/docs/locale/it/LC_MESSAGES/api.models.flags.po +++ b/docs/locale/it/LC_MESSAGES/api.models.flags.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/docs/locale/it/LC_MESSAGES/api.models.guild.po b/docs/locale/it/LC_MESSAGES/api.models.guild.po index 55c53ef3c..a233b694b 100644 --- a/docs/locale/it/LC_MESSAGES/api.models.guild.po +++ b/docs/locale/it/LC_MESSAGES/api.models.guild.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:25-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -85,6 +85,67 @@ msgstr "" msgid "The location of the event, if any." msgstr "" +#: interactions.api.models.guild.EventMetadata +#: interactions.api.models.guild.Guild +#: interactions.api.models.guild.Guild.add_member_role +#: interactions.api.models.guild.Guild.ban +#: interactions.api.models.guild.Guild.clone_channel +#: interactions.api.models.guild.Guild.create_auto_moderation_rule +#: interactions.api.models.guild.Guild.create_channel +#: interactions.api.models.guild.Guild.create_emoji +#: interactions.api.models.guild.Guild.create_role +#: interactions.api.models.guild.Guild.create_scheduled_event +#: interactions.api.models.guild.Guild.create_thread +#: interactions.api.models.guild.Guild.delete_channel +#: interactions.api.models.guild.Guild.delete_emoji +#: interactions.api.models.guild.Guild.delete_role +#: interactions.api.models.guild.Guild.delete_scheduled_event +#: interactions.api.models.guild.Guild.get_auto_moderation_rule +#: interactions.api.models.guild.Guild.get_bans +#: interactions.api.models.guild.Guild.get_emoji +#: interactions.api.models.guild.Guild.get_list_of_members +#: interactions.api.models.guild.Guild.get_member +#: interactions.api.models.guild.Guild.get_role +#: interactions.api.models.guild.Guild.kick +#: interactions.api.models.guild.Guild.modify +#: interactions.api.models.guild.Guild.modify_auto_moderation_rule +#: interactions.api.models.guild.Guild.modify_channel +#: interactions.api.models.guild.Guild.modify_member +#: interactions.api.models.guild.Guild.modify_role +#: interactions.api.models.guild.Guild.modify_role_position +#: interactions.api.models.guild.Guild.modify_role_positions +#: interactions.api.models.guild.Guild.modify_scheduled_event +#: interactions.api.models.guild.Guild.remove_ban +#: interactions.api.models.guild.Guild.remove_member_role +#: interactions.api.models.guild.Guild.search_members +#: interactions.api.models.guild.Guild.set_afk_channel +#: interactions.api.models.guild.Guild.set_afk_timeout +#: interactions.api.models.guild.Guild.set_banner +#: interactions.api.models.guild.Guild.set_default_message_notifications +#: interactions.api.models.guild.Guild.set_description +#: interactions.api.models.guild.Guild.set_discovery_splash +#: interactions.api.models.guild.Guild.set_explicit_content_filter +#: interactions.api.models.guild.Guild.set_icon +#: interactions.api.models.guild.Guild.set_name +#: interactions.api.models.guild.Guild.set_preferred_locale +#: interactions.api.models.guild.Guild.set_premium_progress_bar_enabled +#: interactions.api.models.guild.Guild.set_public_updates_channel +#: interactions.api.models.guild.Guild.set_rules_channel +#: interactions.api.models.guild.Guild.set_splash +#: interactions.api.models.guild.Guild.set_system_channel +#: interactions.api.models.guild.Guild.set_verification_level +#: interactions.api.models.guild.GuildPreview +#: interactions.api.models.guild.GuildTemplate +#: interactions.api.models.guild.Integration +#: interactions.api.models.guild.Invite +#: interactions.api.models.guild.ScheduledEvents +#: interactions.api.models.guild.StageInstance +#: interactions.api.models.guild.UnavailableGuild +#: interactions.api.models.guild.WelcomeChannels +#: interactions.api.models.guild.WelcomeScreen of +msgid "Parameters" +msgstr "" + #: interactions.api.models.guild.EventStatus:1 of msgid "An enumerable object representing the status of an event." msgstr "" @@ -606,56 +667,6 @@ msgstr "" msgid "Bans a member from the guild." msgstr "" -#: interactions.api.models.guild.Guild.add_member_role -#: interactions.api.models.guild.Guild.ban -#: interactions.api.models.guild.Guild.clone_channel -#: interactions.api.models.guild.Guild.create_auto_moderation_rule -#: interactions.api.models.guild.Guild.create_channel -#: interactions.api.models.guild.Guild.create_emoji -#: interactions.api.models.guild.Guild.create_role -#: interactions.api.models.guild.Guild.create_scheduled_event -#: interactions.api.models.guild.Guild.create_thread -#: interactions.api.models.guild.Guild.delete_channel -#: interactions.api.models.guild.Guild.delete_emoji -#: interactions.api.models.guild.Guild.delete_role -#: interactions.api.models.guild.Guild.delete_scheduled_event -#: interactions.api.models.guild.Guild.get_auto_moderation_rule -#: interactions.api.models.guild.Guild.get_bans -#: interactions.api.models.guild.Guild.get_emoji -#: interactions.api.models.guild.Guild.get_list_of_members -#: interactions.api.models.guild.Guild.get_member -#: interactions.api.models.guild.Guild.get_role -#: interactions.api.models.guild.Guild.kick -#: interactions.api.models.guild.Guild.modify -#: interactions.api.models.guild.Guild.modify_auto_moderation_rule -#: interactions.api.models.guild.Guild.modify_channel -#: interactions.api.models.guild.Guild.modify_member -#: interactions.api.models.guild.Guild.modify_role -#: interactions.api.models.guild.Guild.modify_role_position -#: interactions.api.models.guild.Guild.modify_role_positions -#: interactions.api.models.guild.Guild.modify_scheduled_event -#: interactions.api.models.guild.Guild.remove_ban -#: interactions.api.models.guild.Guild.remove_member_role -#: interactions.api.models.guild.Guild.search_members -#: interactions.api.models.guild.Guild.set_afk_channel -#: interactions.api.models.guild.Guild.set_afk_timeout -#: interactions.api.models.guild.Guild.set_banner -#: interactions.api.models.guild.Guild.set_default_message_notifications -#: interactions.api.models.guild.Guild.set_description -#: interactions.api.models.guild.Guild.set_discovery_splash -#: interactions.api.models.guild.Guild.set_explicit_content_filter -#: interactions.api.models.guild.Guild.set_icon -#: interactions.api.models.guild.Guild.set_name -#: interactions.api.models.guild.Guild.set_preferred_locale -#: interactions.api.models.guild.Guild.set_premium_progress_bar_enabled -#: interactions.api.models.guild.Guild.set_public_updates_channel -#: interactions.api.models.guild.Guild.set_rules_channel -#: interactions.api.models.guild.Guild.set_splash -#: interactions.api.models.guild.Guild.set_system_channel -#: interactions.api.models.guild.Guild.set_verification_level of -msgid "Parameters" -msgstr "" - #: interactions.api.models.guild.Guild.ban:3 of msgid "The id of the member to ban" msgstr "" @@ -764,7 +775,7 @@ msgstr "" msgid "" ":type role Union[Role, int, Snowflake] :param member_id: The id of the " "member to add the roles to :type member_id: Union[Member, int, Snowflake]" -" :param reason?: The reason why the roles are added :type reason: " +" :param reason?: The reason why the roles are added :type reason?: " "Optional[str]" msgstr "" @@ -1886,12 +1897,3 @@ msgstr "" #: interactions.api.models.guild.Invite.delete:1 of msgid "Deletes the invite" msgstr "" - -#~ msgid "" -#~ ":type role Union[Role, int] :param " -#~ "member_id: The id of the member to" -#~ " add the roles to :type member_id:" -#~ " int :param reason?: The reason why" -#~ " the roles are added :type reason:" -#~ " Optional[str]" -#~ msgstr "" diff --git a/docs/locale/it/LC_MESSAGES/api.models.gw.po b/docs/locale/it/LC_MESSAGES/api.models.gw.po index 023d54338..fe823c232 100644 --- a/docs/locale/it/LC_MESSAGES/api.models.gw.po +++ b/docs/locale/it/LC_MESSAGES/api.models.gw.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -93,6 +93,36 @@ msgstr "" msgid "The substring in content that triggered rule." msgstr "" +#: interactions.api.models.gw.ApplicationCommandPermissions +#: interactions.api.models.gw.AutoModerationAction +#: interactions.api.models.gw.AutoModerationRule +#: interactions.api.models.gw.ChannelPins +#: interactions.api.models.gw.EmbeddedActivity +#: interactions.api.models.gw.GuildBan interactions.api.models.gw.GuildEmojis +#: interactions.api.models.gw.GuildIntegrations +#: interactions.api.models.gw.GuildJoinRequest +#: interactions.api.models.gw.GuildMember +#: interactions.api.models.gw.GuildMember.add_role +#: interactions.api.models.gw.GuildMember.add_to_thread +#: interactions.api.models.gw.GuildMember.ban +#: interactions.api.models.gw.GuildMember.kick +#: interactions.api.models.gw.GuildMember.modify +#: interactions.api.models.gw.GuildMember.remove_role +#: interactions.api.models.gw.GuildMember.send +#: interactions.api.models.gw.GuildMembers interactions.api.models.gw.GuildRole +#: interactions.api.models.gw.GuildScheduledEvent +#: interactions.api.models.gw.GuildScheduledEventUser +#: interactions.api.models.gw.GuildStickers +#: interactions.api.models.gw.Integration +#: interactions.api.models.gw.MessageReaction +#: interactions.api.models.gw.Presence +#: interactions.api.models.gw.ReactionRemove +#: interactions.api.models.gw.ThreadList +#: interactions.api.models.gw.ThreadMembers interactions.api.models.gw.Webhooks +#: of +msgid "Parameters" +msgstr "" + #: interactions.api.models.gw.AutoModerationRule:1 of msgid "" "A class object representing the gateway events " @@ -525,16 +555,6 @@ msgstr "" msgid "Bans the member from a guild." msgstr "" -#: interactions.api.models.gw.GuildMember.add_role -#: interactions.api.models.gw.GuildMember.add_to_thread -#: interactions.api.models.gw.GuildMember.ban -#: interactions.api.models.gw.GuildMember.kick -#: interactions.api.models.gw.GuildMember.modify -#: interactions.api.models.gw.GuildMember.remove_role -#: interactions.api.models.gw.GuildMember.send of -msgid "Parameters" -msgstr "" - #: interactions.api.models.gw.GuildMember.ban:3 of msgid "The reason of the ban" msgstr "" diff --git a/docs/locale/it/LC_MESSAGES/api.models.member.po b/docs/locale/it/LC_MESSAGES/api.models.member.po index d9d53d52c..ce23f99ac 100644 --- a/docs/locale/it/LC_MESSAGES/api.models.member.po +++ b/docs/locale/it/LC_MESSAGES/api.models.member.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -81,6 +81,18 @@ msgstr "" msgid "How long until they're unmuted, if any." msgstr "" +#: interactions.api.models.member.Member +#: interactions.api.models.member.Member.add_role +#: interactions.api.models.member.Member.add_to_thread +#: interactions.api.models.member.Member.ban +#: interactions.api.models.member.Member.get_avatar_url +#: interactions.api.models.member.Member.kick +#: interactions.api.models.member.Member.modify +#: interactions.api.models.member.Member.remove_role +#: interactions.api.models.member.Member.send of +msgid "Parameters" +msgstr "" + #: interactions.api.models.member.Member.id:1 of msgid "Returns the ID of the user." msgstr "" @@ -131,17 +143,6 @@ msgstr "" msgid "Bans the member from a guild." msgstr "" -#: interactions.api.models.member.Member.add_role -#: interactions.api.models.member.Member.add_to_thread -#: interactions.api.models.member.Member.ban -#: interactions.api.models.member.Member.get_avatar_url -#: interactions.api.models.member.Member.kick -#: interactions.api.models.member.Member.modify -#: interactions.api.models.member.Member.remove_role -#: interactions.api.models.member.Member.send of -msgid "Parameters" -msgstr "" - #: interactions.api.models.member.Member.ban:3 of msgid "The id of the guild to ban the member from" msgstr "" @@ -293,14 +294,3 @@ msgid "" "guild_id: Union[int, Snowflake, \"Guild\"] :return: URL of the members's " "avatar (None will be returned if no avatar is set) :rtype: str" msgstr "" - -#~ msgid "" -#~ "Returns the URL of the member's " -#~ "avatar for the specified guild. :param" -#~ " guild_id: The id of the guild " -#~ "to get the member's avatar from " -#~ ":type guild_id: int :return: URL of " -#~ "the members's avatar (None will be " -#~ "returned if no avatar is set) " -#~ ":rtype: str" -#~ msgstr "" diff --git a/docs/locale/it/LC_MESSAGES/api.models.message.po b/docs/locale/it/LC_MESSAGES/api.models.message.po index eaf0149d8..5bcd77f9c 100644 --- a/docs/locale/it/LC_MESSAGES/api.models.message.po +++ b/docs/locale/it/LC_MESSAGES/api.models.message.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -185,14 +185,11 @@ msgstr "" msgid "Array of sticker objects sent with the message if any. Deprecated." msgstr "" -#: interactions.api.models.message.Message.get_channel:1 of -msgid "Gets the channel where the message was sent." -msgstr "" - +#: interactions.api.models.message.Attachment +#: interactions.api.models.message.ChannelMention +#: interactions.api.models.message.Embed #: interactions.api.models.message.Embed.add_field -#: interactions.api.models.message.Embed.clear_fields #: interactions.api.models.message.Embed.insert_field_at -#: interactions.api.models.message.Embed.remove_author #: interactions.api.models.message.Embed.remove_field #: interactions.api.models.message.Embed.set_author #: interactions.api.models.message.Embed.set_field_at @@ -200,40 +197,43 @@ msgstr "" #: interactions.api.models.message.Embed.set_image #: interactions.api.models.message.Embed.set_thumbnail #: interactions.api.models.message.Embed.set_video +#: interactions.api.models.message.EmbedAuthor +#: interactions.api.models.message.EmbedField +#: interactions.api.models.message.EmbedFooter +#: interactions.api.models.message.EmbedImageStruct +#: interactions.api.models.message.EmbedProvider +#: interactions.api.models.message.Emoji #: interactions.api.models.message.Emoji.delete #: interactions.api.models.message.Emoji.get #: interactions.api.models.message.Emoji.get_all_of_guild -#: interactions.api.models.message.Emoji.url +#: interactions.api.models.message.Message #: interactions.api.models.message.Message.create_reaction #: interactions.api.models.message.Message.create_thread #: interactions.api.models.message.Message.delete #: interactions.api.models.message.Message.edit -#: interactions.api.models.message.Message.get_channel #: interactions.api.models.message.Message.get_from_url -#: interactions.api.models.message.Message.get_guild #: interactions.api.models.message.Message.get_users_from_reaction -#: interactions.api.models.message.Message.pin -#: interactions.api.models.message.Message.publish -#: interactions.api.models.message.Message.remove_all_reactions #: interactions.api.models.message.Message.remove_all_reactions_of #: interactions.api.models.message.Message.remove_own_reaction_of #: interactions.api.models.message.Message.remove_reaction_from #: interactions.api.models.message.Message.reply -#: interactions.api.models.message.Message.unpin -#: interactions.api.models.message.Message.url of -msgid "Return type" -msgstr "" - -#: interactions.api.models.message.Message.get_guild:1 of -msgid "Gets the guild where the message was sent." +#: interactions.api.models.message.MessageActivity +#: interactions.api.models.message.MessageInteraction +#: interactions.api.models.message.MessageReference +#: interactions.api.models.message.PartialSticker +#: interactions.api.models.message.ReactionObject +#: interactions.api.models.message.Sticker of +msgid "Parameters" msgstr "" -#: interactions.api.models.message.Message.delete:1 of -msgid "Deletes the message." +#: interactions.api.models.message.Message.get_channel:1 of +msgid "Gets the channel where the message was sent." msgstr "" #: interactions.api.models.message.Embed.add_field +#: interactions.api.models.message.Embed.clear_fields #: interactions.api.models.message.Embed.insert_field_at +#: interactions.api.models.message.Embed.remove_author #: interactions.api.models.message.Embed.remove_field #: interactions.api.models.message.Embed.set_author #: interactions.api.models.message.Embed.set_field_at @@ -244,17 +244,33 @@ msgstr "" #: interactions.api.models.message.Emoji.delete #: interactions.api.models.message.Emoji.get #: interactions.api.models.message.Emoji.get_all_of_guild +#: interactions.api.models.message.Emoji.url #: interactions.api.models.message.Message.create_reaction #: interactions.api.models.message.Message.create_thread #: interactions.api.models.message.Message.delete #: interactions.api.models.message.Message.edit +#: interactions.api.models.message.Message.get_channel #: interactions.api.models.message.Message.get_from_url +#: interactions.api.models.message.Message.get_guild #: interactions.api.models.message.Message.get_users_from_reaction +#: interactions.api.models.message.Message.pin +#: interactions.api.models.message.Message.publish +#: interactions.api.models.message.Message.remove_all_reactions #: interactions.api.models.message.Message.remove_all_reactions_of #: interactions.api.models.message.Message.remove_own_reaction_of #: interactions.api.models.message.Message.remove_reaction_from -#: interactions.api.models.message.Message.reply of -msgid "Parameters" +#: interactions.api.models.message.Message.reply +#: interactions.api.models.message.Message.unpin +#: interactions.api.models.message.Message.url of +msgid "Return type" +msgstr "" + +#: interactions.api.models.message.Message.get_guild:1 of +msgid "Gets the guild where the message was sent." +msgstr "" + +#: interactions.api.models.message.Message.delete:1 of +msgid "Deletes the message." msgstr "" #: interactions.api.models.message.Message.delete:3 of diff --git a/docs/locale/it/LC_MESSAGES/api.models.misc.po b/docs/locale/it/LC_MESSAGES/api.models.misc.po index ccfa1adc8..cfed122db 100644 --- a/docs/locale/it/LC_MESSAGES/api.models.misc.po +++ b/docs/locale/it/LC_MESSAGES/api.models.misc.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -66,6 +66,15 @@ msgstr "" msgid "Timeout duration in seconds, if timed out." msgstr "" +#: interactions.api.models.misc.AutoModAction +#: interactions.api.models.misc.AutoModMetaData +#: interactions.api.models.misc.AutoModTriggerMetadata +#: interactions.api.models.misc.ClientStatus interactions.api.models.misc.File +#: interactions.api.models.misc.Image interactions.api.models.misc.Overwrite +#: interactions.api.models.misc.Snowflake of +msgid "Parameters" +msgstr "" + #: interactions.api.models.misc.AutoModAction:1 of msgid "" "A class object used for the ``AUTO_MODERATION_ACTION_EXECUTION`` event. " @@ -120,12 +129,6 @@ msgid "" "integer." msgstr "" -#: interactions.api.models.misc.File.__init__ -#: interactions.api.models.misc.Image.__init__ -#: interactions.api.models.misc.Snowflake.__init__ of -msgid "Parameters" -msgstr "" - #: interactions.api.models.misc.Color.black #: interactions.api.models.misc.Color.blurple #: interactions.api.models.misc.Color.fuchsia @@ -133,7 +136,7 @@ msgstr "" #: interactions.api.models.misc.Color.red #: interactions.api.models.misc.Color.white #: interactions.api.models.misc.Color.yellow -#: interactions.api.models.misc.Snowflake.__init__ of +#: interactions.api.models.misc.Snowflake of msgid "Return type" msgstr "" @@ -284,9 +287,3 @@ msgstr "" #: interactions.api.models.misc.Overwrite:6 of msgid "Permission bit set." msgstr "" - -#~ msgid "" -#~ "A pseudosentinel based from an empty " -#~ "object. This does violate PEP, but, " -#~ "I don't care." -#~ msgstr "" diff --git a/docs/locale/it/LC_MESSAGES/api.models.po b/docs/locale/it/LC_MESSAGES/api.models.po index 764507670..4a5447cbe 100644 --- a/docs/locale/it/LC_MESSAGES/api.models.po +++ b/docs/locale/it/LC_MESSAGES/api.models.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/locale/it/LC_MESSAGES/api.models.presence.po b/docs/locale/it/LC_MESSAGES/api.models.presence.po index effa582b9..347c24dbc 100644 --- a/docs/locale/it/LC_MESSAGES/api.models.presence.po +++ b/docs/locale/it/LC_MESSAGES/api.models.presence.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -231,18 +231,3 @@ msgstr "" #: interactions.api.models.presence.ClientPresence:6 of msgid "Whether the client is afk or not." msgstr "" - -#~ msgid "Unix timestamp of when the activity was created to the User's session" -#~ msgstr "" - -#~ msgid "Custom buttons shown in the RPC." -#~ msgstr "" - -#~ msgid "A class object representing the buttons of a presence." -#~ msgstr "" - -#~ msgid "Text of the button" -#~ msgstr "" - -#~ msgid "URL of the button" -#~ msgstr "" diff --git a/docs/locale/it/LC_MESSAGES/api.models.role.po b/docs/locale/it/LC_MESSAGES/api.models.role.po index 9a3430734..c78eeec53 100644 --- a/docs/locale/it/LC_MESSAGES/api.models.role.po +++ b/docs/locale/it/LC_MESSAGES/api.models.role.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -74,6 +74,13 @@ msgstr "" msgid "The tags this role has" msgstr "" +#: interactions.api.models.role.Role interactions.api.models.role.Role.delete +#: interactions.api.models.role.Role.modify +#: interactions.api.models.role.Role.modify_position +#: interactions.api.models.role.RoleTags of +msgid "Parameters" +msgstr "" + #: interactions.api.models.role.Role.mention:1 of msgid "Returns a string that allows you to mention the given role." msgstr "" @@ -88,6 +95,7 @@ msgstr "" msgid "The string of the mentioned role." msgstr "" +#: interactions.api.models.role.Role.delete #: interactions.api.models.role.Role.mention #: interactions.api.models.role.Role.modify #: interactions.api.models.role.Role.modify_position of @@ -98,12 +106,6 @@ msgstr "" msgid "Deletes the role from the guild." msgstr "" -#: interactions.api.models.role.Role.delete -#: interactions.api.models.role.Role.modify -#: interactions.api.models.role.Role.modify_position of -msgid "Parameters" -msgstr "" - #: interactions.api.models.role.Role.delete:3 of msgid "The id of the guild to delete the role from" msgstr "" diff --git a/docs/locale/it/LC_MESSAGES/api.models.team.po b/docs/locale/it/LC_MESSAGES/api.models.team.po index cde90e6a6..2958a4252 100644 --- a/docs/locale/it/LC_MESSAGES/api.models.team.po +++ b/docs/locale/it/LC_MESSAGES/api.models.team.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/docs/locale/it/LC_MESSAGES/api.models.user.po b/docs/locale/it/LC_MESSAGES/api.models.user.po index 807b9d83e..5721c56da 100644 --- a/docs/locale/it/LC_MESSAGES/api.models.user.po +++ b/docs/locale/it/LC_MESSAGES/api.models.user.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/docs/locale/it/LC_MESSAGES/api.models.webhook.po b/docs/locale/it/LC_MESSAGES/api.models.webhook.po index c201be33e..be10a2fd1 100644 --- a/docs/locale/it/LC_MESSAGES/api.models.webhook.po +++ b/docs/locale/it/LC_MESSAGES/api.models.webhook.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -86,10 +86,7 @@ msgid "" "flow)" msgstr "" -#: interactions.api.models.webhook.Webhook.create:1 of -msgid "Creates a webhook in a channel." -msgstr "" - +#: interactions.api.models.webhook.Webhook #: interactions.api.models.webhook.Webhook.create #: interactions.api.models.webhook.Webhook.execute #: interactions.api.models.webhook.Webhook.get @@ -97,6 +94,10 @@ msgstr "" msgid "Parameters" msgstr "" +#: interactions.api.models.webhook.Webhook.create:1 of +msgid "Creates a webhook in a channel." +msgstr "" + #: interactions.api.models.webhook.Webhook.create:3 #: interactions.api.models.webhook.Webhook.get:3 of msgid "The HTTPClient of the bot, has to be set to `bot._http`." diff --git a/docs/locale/it/LC_MESSAGES/api.po b/docs/locale/it/LC_MESSAGES/api.po index cb74082a0..239f6eb9e 100644 --- a/docs/locale/it/LC_MESSAGES/api.po +++ b/docs/locale/it/LC_MESSAGES/api.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -26,15 +26,15 @@ msgstr "" msgid "Frameworks/Commands" msgstr "" -#: ../../api.rst:24 ../../api.rst:41 +#: ../../api.rst:25 ../../api.rst:42 msgid "Model/Design" msgstr "" -#: ../../api.rst:34 +#: ../../api.rst:35 msgid "Client Connections" msgstr "" -#: ../../api.rst:49 +#: ../../api.rst:50 msgid "Events" msgstr "" @@ -50,6 +50,6 @@ msgstr "" msgid "Interactions" msgstr "" -#: ../../api.rst:32 +#: ../../api.rst:33 msgid "Discord API" msgstr "" diff --git a/docs/locale/it/LC_MESSAGES/client.po b/docs/locale/it/LC_MESSAGES/client.po index 0bfd7ef38..854019fc5 100644 --- a/docs/locale/it/LC_MESSAGES/client.po +++ b/docs/locale/it/LC_MESSAGES/client.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -31,7 +31,6 @@ msgstr "" #: interactions.client.bot.Client #: interactions.client.bot.Client.__check_command #: interactions.client.bot.Client.__compare_sync -#: interactions.client.bot.Client.__init__ #: interactions.client.bot.Client.__raw_channel_create #: interactions.client.bot.Client.__raw_guild_create #: interactions.client.bot.Client.__raw_message_create @@ -46,7 +45,7 @@ msgstr "" #: interactions.client.bot.Client.modal interactions.client.bot.Client.modify #: interactions.client.bot.Client.reload interactions.client.bot.Client.remove #: interactions.client.bot.Client.user_command -#: interactions.client.bot.Extension.__new__ of +#: interactions.client.bot.Extension of msgid "Parameters" msgstr "" @@ -123,9 +122,9 @@ msgstr "" msgid "The application representation of the client." msgstr "" +#: interactions.client.bot.Client #: interactions.client.bot.Client.__check_command #: interactions.client.bot.Client.__compare_sync -#: interactions.client.bot.Client.__init__ #: interactions.client.bot.Client.__raw_channel_create #: interactions.client.bot.Client.__raw_guild_create #: interactions.client.bot.Client.__raw_message_create @@ -146,7 +145,7 @@ msgstr "" #: interactions.client.bot.Client.start #: interactions.client.bot.Client.user_command #: interactions.client.bot.Client.wait_until_ready -#: interactions.client.bot.Extension.__new__ of +#: interactions.client.bot.Extension of msgid "Return type" msgstr "" @@ -640,12 +639,3 @@ msgstr "" #: interactions.client.bot.Extension:5 of msgid "The structure of an extension:" msgstr "" - -#~ msgid "" -#~ "A wrapper designed to interpret the " -#~ "client-facing API for how a " -#~ "command is to be created and used." -#~ msgstr "" - -#~ msgid "A list of command payloads." -#~ msgstr "" diff --git a/docs/locale/it/LC_MESSAGES/context.po b/docs/locale/it/LC_MESSAGES/context.po index 77cab9c1c..3917f5b73 100644 --- a/docs/locale/it/LC_MESSAGES/context.po +++ b/docs/locale/it/LC_MESSAGES/context.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -55,6 +55,23 @@ msgstr "" msgid "The guild data model." msgstr "" +#: interactions.api.models.attrs_utils.DictSerializerMixin.update +#: interactions.client.context.CommandContext +#: interactions.client.context.CommandContext.defer +#: interactions.client.context.CommandContext.edit +#: interactions.client.context.CommandContext.populate +#: interactions.client.context.CommandContext.send +#: interactions.client.context.ComponentContext +#: interactions.client.context.ComponentContext.defer +#: interactions.client.context.ComponentContext.edit +#: interactions.client.context.ComponentContext.send +#: interactions.client.context._Context +#: interactions.client.context._Context.edit +#: interactions.client.context._Context.popup +#: interactions.client.context._Context.send of +msgid "Parameters" +msgstr "" + #: interactions.client.context._Context.get_channel:1 of msgid "This gets the channel the context was invoked in." msgstr "" @@ -107,21 +124,6 @@ msgid "" "interaction response." msgstr "" -#: interactions.api.models.attrs_utils.ClientSerializerMixin.__init__ -#: interactions.api.models.attrs_utils.DictSerializerMixin.update -#: interactions.client.context.CommandContext.defer -#: interactions.client.context.CommandContext.edit -#: interactions.client.context.CommandContext.populate -#: interactions.client.context.CommandContext.send -#: interactions.client.context.ComponentContext.defer -#: interactions.client.context.ComponentContext.edit -#: interactions.client.context.ComponentContext.send -#: interactions.client.context._Context.edit -#: interactions.client.context._Context.popup -#: interactions.client.context._Context.send of -msgid "Parameters" -msgstr "" - #: interactions.client.context.CommandContext.send:4 #: interactions.client.context.ComponentContext.send:4 #: interactions.client.context._Context.send:4 of diff --git a/docs/locale/it/LC_MESSAGES/enums.po b/docs/locale/it/LC_MESSAGES/enums.po index 8fc379297..ec2f643f5 100644 --- a/docs/locale/it/LC_MESSAGES/enums.po +++ b/docs/locale/it/LC_MESSAGES/enums.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/docs/locale/it/LC_MESSAGES/ext.base.po b/docs/locale/it/LC_MESSAGES/ext.base.po index 7eb2194fa..5a2fe3730 100644 --- a/docs/locale/it/LC_MESSAGES/ext.base.po +++ b/docs/locale/it/LC_MESSAGES/ext.base.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -148,21 +148,3 @@ msgstr "" #: interactions.ext.base.build:1 of msgid "Builds the base 3rd party the same way as ``setup`` from ``setuptools``." msgstr "" - -#~ msgid "The repository link of the library via. GitHub." -#~ msgstr "" - -#~ msgid "The description of the library, e.g. the purpose." -#~ msgstr "" - -#~ msgid "The full description of the library, e.g. README. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The package(s) of the library. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The required modules needed for library function. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "Any other keyword arguments. Defaults to ``None``." -#~ msgstr "" diff --git a/docs/locale/it/LC_MESSAGES/ext.converter.po b/docs/locale/it/LC_MESSAGES/ext.converter.po index 8f0df6d4b..fdd604d85 100644 --- a/docs/locale/it/LC_MESSAGES/ext.converter.po +++ b/docs/locale/it/LC_MESSAGES/ext.converter.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -40,21 +40,23 @@ msgstr "" msgid "The second object to be converted." msgstr "" -#: interactions.ext.converter.Converter._map_attr:1 of -msgid "Maps the attributes between the models for conversion reference." +#: interactions.ext.converter.Converter +#: interactions.ext.converter.Converter.get_attr of +msgid "Parameters" msgstr "" +#: interactions.ext.converter.Converter #: interactions.ext.converter.Converter._map_attr #: interactions.ext.converter.Converter.difference #: interactions.ext.converter.Converter.get_attr #: interactions.ext.converter.Converter.get_attrs #: interactions.ext.converter.Converter.missing #: interactions.ext.converter.Converter.ref of -msgid "Returns" +msgid "Return type" msgstr "" -#: interactions.ext.converter.Converter._map_attr:3 of -msgid "A dictionary of attributes mapped." +#: interactions.ext.converter.Converter._map_attr:1 of +msgid "Maps the attributes between the models for conversion reference." msgstr "" #: interactions.ext.converter.Converter._map_attr @@ -63,15 +65,15 @@ msgstr "" #: interactions.ext.converter.Converter.get_attrs #: interactions.ext.converter.Converter.missing #: interactions.ext.converter.Converter.ref of -msgid "Return type" +msgid "Returns" msgstr "" -#: interactions.ext.converter.Converter.get_attr:1 of -msgid "Gets a mapped attribute." +#: interactions.ext.converter.Converter._map_attr:3 of +msgid "A dictionary of attributes mapped." msgstr "" -#: interactions.ext.converter.Converter.get_attr of -msgid "Parameters" +#: interactions.ext.converter.Converter.get_attr:1 of +msgid "Gets a mapped attribute." msgstr "" #: interactions.ext.converter.Converter.get_attr:3 of diff --git a/docs/locale/it/LC_MESSAGES/ext.error.po b/docs/locale/it/LC_MESSAGES/ext.error.po index 7b39f4fa1..ca0f95fca 100644 --- a/docs/locale/it/LC_MESSAGES/ext.error.po +++ b/docs/locale/it/LC_MESSAGES/ext.error.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/docs/locale/it/LC_MESSAGES/ext.gettingstarted.po b/docs/locale/it/LC_MESSAGES/ext.gettingstarted.po index 1c21e3eb3..0de3ee399 100644 --- a/docs/locale/it/LC_MESSAGES/ext.gettingstarted.po +++ b/docs/locale/it/LC_MESSAGES/ext.gettingstarted.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/locale/it/LC_MESSAGES/ext.po b/docs/locale/it/LC_MESSAGES/ext.po index ee17491a5..f3afe86ec 100644 --- a/docs/locale/it/LC_MESSAGES/ext.po +++ b/docs/locale/it/LC_MESSAGES/ext.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/locale/it/LC_MESSAGES/ext.version.po b/docs/locale/it/LC_MESSAGES/ext.version.po index 581fb477c..850829199 100644 --- a/docs/locale/it/LC_MESSAGES/ext.version.po +++ b/docs/locale/it/LC_MESSAGES/ext.version.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -198,29 +198,3 @@ msgstr "" #: interactions.ext.version.Version.extend_version:7 of msgid "The alphanumeric version was incorrectly formatted." msgstr "" - -#~ msgid "" -#~ "The author's relationship as the main" -#~ " or co-author. Defaults to ``False``." -#~ msgstr "" - -#~ msgid "The author's state of activity. Defaults to ``True``." -#~ msgstr "" - -#~ msgid "The author's email address or point of contact. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The major version. If not specified, ``version`` will be read from." -#~ msgstr "" - -#~ msgid "The minor version. If not specified, ``version`` will be read from." -#~ msgstr "" - -#~ msgid "The patch version. If not specified, ``version`` will be read from." -#~ msgstr "" - -#~ msgid "" -#~ "The overall version. Must be used " -#~ "if ``major``, ``minor`` or ``patch`` are" -#~ " not." -#~ msgstr "" diff --git a/docs/locale/it/LC_MESSAGES/faq.po b/docs/locale/it/LC_MESSAGES/faq.po index 308f71de8..1bf421161 100644 --- a/docs/locale/it/LC_MESSAGES/faq.po +++ b/docs/locale/it/LC_MESSAGES/faq.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -521,77 +521,3 @@ msgid "" "Please join our `Discord Server`_ for any further support regarding our " "library and/or any integration code depending on it." msgstr "" - -#~ msgid "" -#~ "This page is maintained by the " -#~ "Helpers of the Discord server, and " -#~ "developers at their discretion. For any" -#~ " comments, feedback or concerns please " -#~ "consider joining our server and bringing" -#~ " it up in our support channels." -#~ msgstr "" - -#~ msgid "discord.py is dead! Will this library die too?" -#~ msgstr "" - -#~ msgid "" -#~ "The decision to become a standalone " -#~ "library that is now an API wrapper" -#~ " for the Discord API was made " -#~ "before Danny posted his gist on " -#~ "GitHub about ceasing development of " -#~ "discord.py. This is the official " -#~ "statement from the library developer " -#~ "regarding this:" -#~ msgstr "" - -#~ msgid "" -#~ "The most *biased* answer would be " -#~ "to, of course, *use interactions.py.* We" -#~ " already offer a lot of the " -#~ "integral API wrapper aspects as " -#~ "discord.py does, however, we only " -#~ "specialize in interactions. Which means " -#~ "things such as these won't be " -#~ "supported officially by us (but might" -#~ " be available as 3rd parties):" -#~ msgstr "" - -#~ msgid "" -#~ "Cooldowns aren't really an actual " -#~ "feature of the Discord API itself, " -#~ "but rather more of a convienent " -#~ "feature implemented in discord.py in " -#~ "order to avoid spamming of commands." -#~ msgstr "" - -#~ msgid "" -#~ "That's the neat part: it's really " -#~ "hard to do that, and most of " -#~ "the time, they won't. Unless they " -#~ "copy the exact string that was " -#~ "used when you open up the UI " -#~ "element to do it numerous times, " -#~ "most users do and will not be " -#~ "able to know how to do this. " -#~ "However, if you as a bot developer" -#~ " feel at unease about this, you " -#~ "are more than welcome to implement " -#~ "your own cooldown methods yourself. " -#~ "Cooldowns were an ultimatum that came" -#~ " as the result of message commands" -#~ " being able to be spammable, and " -#~ "since we won't be supporting them, " -#~ "there's no feasibility to having them" -#~ " in our library." -#~ msgstr "" - -#~ msgid "" -#~ "Please join our Discord server for " -#~ "any further support regarding our " -#~ "library and/or any integration code " -#~ "depending on it." -#~ msgstr "" - -#~ msgid "Invite Link: https://discord.gg/KkgMBVuEkx" -#~ msgstr "" diff --git a/docs/locale/it/LC_MESSAGES/index.po b/docs/locale/it/LC_MESSAGES/index.po index eb0f03796..91465f9df 100644 --- a/docs/locale/it/LC_MESSAGES/index.po +++ b/docs/locale/it/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -247,36 +247,3 @@ msgstr "" #: ../../index.rst:88 msgid ":ref:`modindex`" msgstr "" - -#~ msgid "" -#~ "**pre-commit** ``2.16.0``: the architecture" -#~ " uses this before every commit to " -#~ "format and check for severity/QOL-" -#~ "breaking changes." -#~ msgstr "" - -#~ msgid "**black** ``21.11b1``" -#~ msgstr "" - -#~ msgid "**flake8** ``3.9.2``" -#~ msgstr "" - -#~ msgid "**isort** ``5.9.3``" -#~ msgstr "" - -#~ msgid "" -#~ "**Sphinx** ``4.1.2``: all of our " -#~ "documentation is powered off of " -#~ "autogenerated documentation of the Sphinx " -#~ "engine." -#~ msgstr "" - -#~ msgid "" -#~ "**colorama** ``0.4.4``: our internal logger" -#~ " uses a customized coloring formatter " -#~ "to make looking for specific conditions" -#~ " easier when running tests." -#~ msgstr "" - -#~ msgid ":ref:`search`" -#~ msgstr "" diff --git a/docs/locale/it/LC_MESSAGES/migration.po b/docs/locale/it/LC_MESSAGES/migration.po index 766999c9f..9f0d8e6aa 100644 --- a/docs/locale/it/LC_MESSAGES/migration.po +++ b/docs/locale/it/LC_MESSAGES/migration.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -148,10 +148,3 @@ msgid "" "your argument in your function differently than your option name! " "Example:" msgstr "" - -#~ msgid "" -#~ "A new big change in this release" -#~ " is the implementation of the ``get``" -#~ " utility method. It allows you to " -#~ "no longer use ``**await bot._http...``." -#~ msgstr "" diff --git a/docs/locale/it/LC_MESSAGES/models.command.po b/docs/locale/it/LC_MESSAGES/models.command.po index acbfe63bc..5c72da5b0 100644 --- a/docs/locale/it/LC_MESSAGES/models.command.po +++ b/docs/locale/it/LC_MESSAGES/models.command.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -62,6 +62,22 @@ msgid "" "same restrictions as the ``name`` field." msgstr "" +#: interactions.client.models.command.ApplicationCommand +#: interactions.client.models.command.Choice +#: interactions.client.models.command.Command +#: interactions.client.models.command.Command.__call +#: interactions.client.models.command.Command.__check_command +#: interactions.client.models.command.Command.__wrap_coro +#: interactions.client.models.command.Command.autocomplete +#: interactions.client.models.command.Command.error +#: interactions.client.models.command.Command.group +#: interactions.client.models.command.Command.subcommand +#: interactions.client.models.command.Option +#: interactions.client.models.command.Permission +#: interactions.client.models.command.option of +msgid "Parameters" +msgstr "" + #: interactions.client.models.command.Option:1 of msgid "A class object representing the option of an application command." msgstr "" @@ -235,17 +251,6 @@ msgstr "" msgid "The structure of an option:" msgstr "" -#: interactions.client.models.command.Command.__call -#: interactions.client.models.command.Command.__check_command -#: interactions.client.models.command.Command.__wrap_coro -#: interactions.client.models.command.Command.autocomplete -#: interactions.client.models.command.Command.error -#: interactions.client.models.command.Command.group -#: interactions.client.models.command.Command.subcommand -#: interactions.client.models.command.option of -msgid "Parameters" -msgstr "" - #: interactions.client.models.command.option:12 of msgid "The type of the option." msgstr "" @@ -520,12 +525,3 @@ msgid "" ":class:`interactions.client.bot.Extension` is passed to the coroutine, if" " any." msgstr "" - -#~ msgid "The structure for a choice: ::" -#~ msgstr "" - -#~ msgid "The structure for an option: ::" -#~ msgstr "" - -#~ msgid "The structure for a permission: ::" -#~ msgstr "" diff --git a/docs/locale/it/LC_MESSAGES/models.component.po b/docs/locale/it/LC_MESSAGES/models.component.po index e4d356e6c..ae186054c 100644 --- a/docs/locale/it/LC_MESSAGES/models.component.po +++ b/docs/locale/it/LC_MESSAGES/models.component.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -58,6 +58,17 @@ msgstr "" msgid "Whether the select option is the default for the select menu." msgstr "" +#: interactions.client.models.component.ActionRow +#: interactions.client.models.component.ActionRow.new +#: interactions.client.models.component.Button +#: interactions.client.models.component.Component +#: interactions.client.models.component.Modal +#: interactions.client.models.component.SelectMenu +#: interactions.client.models.component.SelectOption +#: interactions.client.models.component.TextInput of +msgid "Parameters" +msgstr "" + #: interactions.client.models.component.SelectMenu:1 of msgid "" "A class object representing the select menu of a component. The structure" @@ -314,10 +325,6 @@ msgstr "" msgid "A class method for creating a new ``ActionRow``." msgstr "" -#: interactions.client.models.component.ActionRow.new of -msgid "Parameters" -msgstr "" - #: interactions.client.models.component.ActionRow.new:3 of msgid "The components to add to the ``ActionRow``." msgstr "" diff --git a/docs/locale/it/LC_MESSAGES/models.misc.po b/docs/locale/it/LC_MESSAGES/models.misc.po index 28f7a3b8d..9ea8f4346 100644 --- a/docs/locale/it/LC_MESSAGES/models.misc.po +++ b/docs/locale/it/LC_MESSAGES/models.misc.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/docs/locale/it/LC_MESSAGES/models.po b/docs/locale/it/LC_MESSAGES/models.po index a322bcb50..04da90614 100644 --- a/docs/locale/it/LC_MESSAGES/models.po +++ b/docs/locale/it/LC_MESSAGES/models.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/locale/it/LC_MESSAGES/quickstart.po b/docs/locale/it/LC_MESSAGES/quickstart.po index f92a3951e..89ed78f26 100644 --- a/docs/locale/it/LC_MESSAGES/quickstart.po +++ b/docs/locale/it/LC_MESSAGES/quickstart.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -673,6 +673,3 @@ msgstr "" #: ../../quickstart.rst:675 msgid "Usage of ``@autodefer()``:" msgstr "" - -#~ msgid "``name`` and ``description`` are required." -#~ msgstr "" diff --git a/docs/locale/pl/LC_MESSAGES/api.cache.po b/docs/locale/pl/LC_MESSAGES/api.cache.po index bee8020b7..355cab3ef 100644 --- a/docs/locale/pl/LC_MESSAGES/api.cache.po +++ b/docs/locale/pl/LC_MESSAGES/api.cache.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -114,51 +114,3 @@ msgid "" "A dictionary denoting the Type and the objects that correspond to the " "Type." msgstr "" - -#~ msgid "A class representing the defined item in a stored dataset." -#~ msgstr "" - -#~ msgid "The item itself." -#~ msgstr "" - -#~ msgid "The ID type representation." -#~ msgstr "" - -#~ msgid "The new storage." -#~ msgstr "" - -#~ msgid "Updates an item from the storage." -#~ msgstr "" - -#~ msgid "The item to update." -#~ msgstr "" - -#~ msgid "The updated item, if stored." -#~ msgstr "" - -#~ msgid "The cached Direct Messages." -#~ msgstr "" - -#~ msgid "The cached guilds upon gateway connection." -#~ msgstr "" - -#~ msgid "The cached guilds after ready." -#~ msgstr "" - -#~ msgid "The cached channels of guilds." -#~ msgstr "" - -#~ msgid "The cached roles of guilds." -#~ msgstr "" - -#~ msgid "The cached members of guilds and threads." -#~ msgstr "" - -#~ msgid "The cached messages of DMs and channels." -#~ msgstr "" - -#~ msgid "The cached interactions upon interaction." -#~ msgstr "" - -#~ msgid ":return The items stored. :rtype: List[dict]" -#~ msgstr "" diff --git a/docs/locale/pl/LC_MESSAGES/api.dispatch.po b/docs/locale/pl/LC_MESSAGES/api.dispatch.po index d5df5422e..2b020e27a 100644 --- a/docs/locale/pl/LC_MESSAGES/api.dispatch.po +++ b/docs/locale/pl/LC_MESSAGES/api.dispatch.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -38,7 +38,7 @@ msgstr "" msgid "A list of events being dispatched." msgstr "" -#: interactions.api.dispatch.Listener.__init__ +#: interactions.api.dispatch.Listener #: interactions.api.dispatch.Listener.dispatch #: interactions.api.dispatch.Listener.register of msgid "Return type" diff --git a/docs/locale/pl/LC_MESSAGES/api.enums.po b/docs/locale/pl/LC_MESSAGES/api.enums.po index 23af570f0..dc817a43e 100644 --- a/docs/locale/pl/LC_MESSAGES/api.enums.po +++ b/docs/locale/pl/LC_MESSAGES/api.enums.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/docs/locale/pl/LC_MESSAGES/api.error.po b/docs/locale/pl/LC_MESSAGES/api.error.po index 1441d73ad..120e140a5 100644 --- a/docs/locale/pl/LC_MESSAGES/api.error.po +++ b/docs/locale/pl/LC_MESSAGES/api.error.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -28,18 +28,18 @@ msgid "" "what a specific code means, use `e.lookup(code)`" msgstr "" +#: interactions.api.error.LibraryException +#: interactions.api.error.LibraryException._parse +#: interactions.api.error.LibraryException.log of +msgid "Parameters" +msgstr "" + #: interactions.api.error.LibraryException._parse:1 of msgid "" "Internal function that should not be executed externally. Parse the error" " data and set the code and message." msgstr "" -#: interactions.api.error.LibraryException.__init__ -#: interactions.api.error.LibraryException._parse -#: interactions.api.error.LibraryException.log of -msgid "Parameters" -msgstr "" - #: interactions.api.error.LibraryException._parse:4 of msgid "The error data to parse." msgstr "" @@ -59,61 +59,3 @@ msgstr "" #: interactions.api.error.LibraryException.log:1 of msgid "Log the error message." msgstr "" - -#~ msgid "A customized error formatting script to return specific errors." -#~ msgstr "" - -#~ msgid "An exception class for interactions." -#~ msgstr "" - -#~ msgid "" -#~ "This is a WIP. This isn't meant" -#~ " to be used yet, this is a " -#~ "baseline, and for extensive testing/review " -#~ "before integration. Likewise, this will " -#~ "show the concepts before use, and " -#~ "will be refined when time goes on." -#~ msgstr "" - -#~ msgid "Variables" -#~ msgstr "" - -#~ msgid "The built-in formatter." -#~ msgstr "" - -#~ msgid "A dictionary containing the values from the built-in Enum." -#~ msgstr "" - -#~ msgid "" -#~ "From the default error enum integer " -#~ "declaration, generate a dictionary containing" -#~ " the phrases used for the errors." -#~ msgstr "" - -#~ msgid "" -#~ "Grabs the type attribute. Primarily " -#~ "useful to use it in conditions for" -#~ " integral v4 (potential) logic." -#~ msgstr "" - -#~ msgid "This calls the exception." -#~ msgstr "" - -#~ msgid "" -#~ "This is a derivation of " -#~ "InteractionException in that this is " -#~ "used to represent Gateway closing OP " -#~ "codes." -#~ msgstr "" - -#~ msgid "" -#~ "This is a derivation of " -#~ "InteractionException in that this is " -#~ "used to represent HTTP Exceptions." -#~ msgstr "" - -#~ msgid "" -#~ "This is a derivation of " -#~ "InteractionException in that this is " -#~ "used to represent JSON API Exceptions." -#~ msgstr "" diff --git a/docs/locale/pl/LC_MESSAGES/api.gateway.po b/docs/locale/pl/LC_MESSAGES/api.gateway.po index 0108083f9..aad9d8772 100644 --- a/docs/locale/pl/LC_MESSAGES/api.gateway.po +++ b/docs/locale/pl/LC_MESSAGES/api.gateway.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -314,18 +314,3 @@ msgstr "" #: interactions.api.gateway.heartbeat._Heartbeat:1 of msgid "An internal class representing the heartbeat in a WebSocket connection." msgstr "" - -#~ msgid "The token of the application for connecting to the Gateway." -#~ msgstr "" - -#~ msgid "The Gateway intents of the application for event dispatch." -#~ msgstr "" - -#~ msgid "The ID of the session if trying to reconnect. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The identifier sequence if trying to reconnect. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The event loop to base the asynchronous manager." -#~ msgstr "" diff --git a/docs/locale/pl/LC_MESSAGES/api.http.po b/docs/locale/pl/LC_MESSAGES/api.http.po index cd9f74885..b141f2d87 100644 --- a/docs/locale/pl/LC_MESSAGES/api.http.po +++ b/docs/locale/pl/LC_MESSAGES/api.http.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -2743,21 +2743,3 @@ msgstr "" #: of msgid "Deletes the original message object sent." msgstr "" - -#~ msgid "The HTTP request method." -#~ msgstr "" - -#~ msgid "The path of the HTTP/URL." -#~ msgstr "" - -#~ msgid "Optional keyword-only arguments to pass as information in the route." -#~ msgstr "" - -#~ msgid "The asynchronous lock to control limits for." -#~ msgstr "" - -#~ msgid "The remaining time to run the limited lock on. Defaults to ``0``." -#~ msgstr "" - -#~ msgid "The application token used for authorizing." -#~ msgstr "" diff --git a/docs/locale/pl/LC_MESSAGES/api.models.channel.po b/docs/locale/pl/LC_MESSAGES/api.models.channel.po index 9a169fe3f..1ca5f1ac3 100644 --- a/docs/locale/pl/LC_MESSAGES/api.models.channel.po +++ b/docs/locale/pl/LC_MESSAGES/api.models.channel.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -48,6 +48,36 @@ msgid "" "event." msgstr "" +#: interactions.api.models.channel.Channel +#: interactions.api.models.channel.Channel.add_member +#: interactions.api.models.channel.Channel.archive +#: interactions.api.models.channel.Channel.create_invite +#: interactions.api.models.channel.Channel.create_thread +#: interactions.api.models.channel.Channel.get_history +#: interactions.api.models.channel.Channel.get_message +#: interactions.api.models.channel.Channel.lock +#: interactions.api.models.channel.Channel.modify +#: interactions.api.models.channel.Channel.pin_message +#: interactions.api.models.channel.Channel.publish_message +#: interactions.api.models.channel.Channel.purge +#: interactions.api.models.channel.Channel.remove_member +#: interactions.api.models.channel.Channel.send +#: interactions.api.models.channel.Channel.set_auto_archive_duration +#: interactions.api.models.channel.Channel.set_bitrate +#: interactions.api.models.channel.Channel.set_name +#: interactions.api.models.channel.Channel.set_nsfw +#: interactions.api.models.channel.Channel.set_parent_id +#: interactions.api.models.channel.Channel.set_position +#: interactions.api.models.channel.Channel.set_rate_limit_per_user +#: interactions.api.models.channel.Channel.set_topic +#: interactions.api.models.channel.Channel.set_user_limit +#: interactions.api.models.channel.Channel.unpin_message +#: interactions.api.models.channel.Thread +#: interactions.api.models.channel.ThreadMember +#: interactions.api.models.channel.ThreadMetadata of +msgid "Parameters" +msgstr "" + #: interactions.api.models.channel.Channel:1 of msgid "A class object representing all types of channels." msgstr "" @@ -239,32 +269,6 @@ msgstr "" msgid "Sends a message in the channel." msgstr "" -#: interactions.api.models.channel.Channel.add_member -#: interactions.api.models.channel.Channel.archive -#: interactions.api.models.channel.Channel.create_invite -#: interactions.api.models.channel.Channel.create_thread -#: interactions.api.models.channel.Channel.get_history -#: interactions.api.models.channel.Channel.get_message -#: interactions.api.models.channel.Channel.lock -#: interactions.api.models.channel.Channel.modify -#: interactions.api.models.channel.Channel.pin_message -#: interactions.api.models.channel.Channel.publish_message -#: interactions.api.models.channel.Channel.purge -#: interactions.api.models.channel.Channel.remove_member -#: interactions.api.models.channel.Channel.send -#: interactions.api.models.channel.Channel.set_auto_archive_duration -#: interactions.api.models.channel.Channel.set_bitrate -#: interactions.api.models.channel.Channel.set_name -#: interactions.api.models.channel.Channel.set_nsfw -#: interactions.api.models.channel.Channel.set_parent_id -#: interactions.api.models.channel.Channel.set_position -#: interactions.api.models.channel.Channel.set_rate_limit_per_user -#: interactions.api.models.channel.Channel.set_topic -#: interactions.api.models.channel.Channel.set_user_limit -#: interactions.api.models.channel.Channel.unpin_message of -msgid "Parameters" -msgstr "" - #: interactions.api.models.channel.Channel.send:3 of msgid "The contents of the message as a string or string-converted value." msgstr "" diff --git a/docs/locale/pl/LC_MESSAGES/api.models.flags.po b/docs/locale/pl/LC_MESSAGES/api.models.flags.po index 2a460c72f..af66fea34 100644 --- a/docs/locale/pl/LC_MESSAGES/api.models.flags.po +++ b/docs/locale/pl/LC_MESSAGES/api.models.flags.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/docs/locale/pl/LC_MESSAGES/api.models.guild.po b/docs/locale/pl/LC_MESSAGES/api.models.guild.po index 55c53ef3c..a233b694b 100644 --- a/docs/locale/pl/LC_MESSAGES/api.models.guild.po +++ b/docs/locale/pl/LC_MESSAGES/api.models.guild.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:25-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -85,6 +85,67 @@ msgstr "" msgid "The location of the event, if any." msgstr "" +#: interactions.api.models.guild.EventMetadata +#: interactions.api.models.guild.Guild +#: interactions.api.models.guild.Guild.add_member_role +#: interactions.api.models.guild.Guild.ban +#: interactions.api.models.guild.Guild.clone_channel +#: interactions.api.models.guild.Guild.create_auto_moderation_rule +#: interactions.api.models.guild.Guild.create_channel +#: interactions.api.models.guild.Guild.create_emoji +#: interactions.api.models.guild.Guild.create_role +#: interactions.api.models.guild.Guild.create_scheduled_event +#: interactions.api.models.guild.Guild.create_thread +#: interactions.api.models.guild.Guild.delete_channel +#: interactions.api.models.guild.Guild.delete_emoji +#: interactions.api.models.guild.Guild.delete_role +#: interactions.api.models.guild.Guild.delete_scheduled_event +#: interactions.api.models.guild.Guild.get_auto_moderation_rule +#: interactions.api.models.guild.Guild.get_bans +#: interactions.api.models.guild.Guild.get_emoji +#: interactions.api.models.guild.Guild.get_list_of_members +#: interactions.api.models.guild.Guild.get_member +#: interactions.api.models.guild.Guild.get_role +#: interactions.api.models.guild.Guild.kick +#: interactions.api.models.guild.Guild.modify +#: interactions.api.models.guild.Guild.modify_auto_moderation_rule +#: interactions.api.models.guild.Guild.modify_channel +#: interactions.api.models.guild.Guild.modify_member +#: interactions.api.models.guild.Guild.modify_role +#: interactions.api.models.guild.Guild.modify_role_position +#: interactions.api.models.guild.Guild.modify_role_positions +#: interactions.api.models.guild.Guild.modify_scheduled_event +#: interactions.api.models.guild.Guild.remove_ban +#: interactions.api.models.guild.Guild.remove_member_role +#: interactions.api.models.guild.Guild.search_members +#: interactions.api.models.guild.Guild.set_afk_channel +#: interactions.api.models.guild.Guild.set_afk_timeout +#: interactions.api.models.guild.Guild.set_banner +#: interactions.api.models.guild.Guild.set_default_message_notifications +#: interactions.api.models.guild.Guild.set_description +#: interactions.api.models.guild.Guild.set_discovery_splash +#: interactions.api.models.guild.Guild.set_explicit_content_filter +#: interactions.api.models.guild.Guild.set_icon +#: interactions.api.models.guild.Guild.set_name +#: interactions.api.models.guild.Guild.set_preferred_locale +#: interactions.api.models.guild.Guild.set_premium_progress_bar_enabled +#: interactions.api.models.guild.Guild.set_public_updates_channel +#: interactions.api.models.guild.Guild.set_rules_channel +#: interactions.api.models.guild.Guild.set_splash +#: interactions.api.models.guild.Guild.set_system_channel +#: interactions.api.models.guild.Guild.set_verification_level +#: interactions.api.models.guild.GuildPreview +#: interactions.api.models.guild.GuildTemplate +#: interactions.api.models.guild.Integration +#: interactions.api.models.guild.Invite +#: interactions.api.models.guild.ScheduledEvents +#: interactions.api.models.guild.StageInstance +#: interactions.api.models.guild.UnavailableGuild +#: interactions.api.models.guild.WelcomeChannels +#: interactions.api.models.guild.WelcomeScreen of +msgid "Parameters" +msgstr "" + #: interactions.api.models.guild.EventStatus:1 of msgid "An enumerable object representing the status of an event." msgstr "" @@ -606,56 +667,6 @@ msgstr "" msgid "Bans a member from the guild." msgstr "" -#: interactions.api.models.guild.Guild.add_member_role -#: interactions.api.models.guild.Guild.ban -#: interactions.api.models.guild.Guild.clone_channel -#: interactions.api.models.guild.Guild.create_auto_moderation_rule -#: interactions.api.models.guild.Guild.create_channel -#: interactions.api.models.guild.Guild.create_emoji -#: interactions.api.models.guild.Guild.create_role -#: interactions.api.models.guild.Guild.create_scheduled_event -#: interactions.api.models.guild.Guild.create_thread -#: interactions.api.models.guild.Guild.delete_channel -#: interactions.api.models.guild.Guild.delete_emoji -#: interactions.api.models.guild.Guild.delete_role -#: interactions.api.models.guild.Guild.delete_scheduled_event -#: interactions.api.models.guild.Guild.get_auto_moderation_rule -#: interactions.api.models.guild.Guild.get_bans -#: interactions.api.models.guild.Guild.get_emoji -#: interactions.api.models.guild.Guild.get_list_of_members -#: interactions.api.models.guild.Guild.get_member -#: interactions.api.models.guild.Guild.get_role -#: interactions.api.models.guild.Guild.kick -#: interactions.api.models.guild.Guild.modify -#: interactions.api.models.guild.Guild.modify_auto_moderation_rule -#: interactions.api.models.guild.Guild.modify_channel -#: interactions.api.models.guild.Guild.modify_member -#: interactions.api.models.guild.Guild.modify_role -#: interactions.api.models.guild.Guild.modify_role_position -#: interactions.api.models.guild.Guild.modify_role_positions -#: interactions.api.models.guild.Guild.modify_scheduled_event -#: interactions.api.models.guild.Guild.remove_ban -#: interactions.api.models.guild.Guild.remove_member_role -#: interactions.api.models.guild.Guild.search_members -#: interactions.api.models.guild.Guild.set_afk_channel -#: interactions.api.models.guild.Guild.set_afk_timeout -#: interactions.api.models.guild.Guild.set_banner -#: interactions.api.models.guild.Guild.set_default_message_notifications -#: interactions.api.models.guild.Guild.set_description -#: interactions.api.models.guild.Guild.set_discovery_splash -#: interactions.api.models.guild.Guild.set_explicit_content_filter -#: interactions.api.models.guild.Guild.set_icon -#: interactions.api.models.guild.Guild.set_name -#: interactions.api.models.guild.Guild.set_preferred_locale -#: interactions.api.models.guild.Guild.set_premium_progress_bar_enabled -#: interactions.api.models.guild.Guild.set_public_updates_channel -#: interactions.api.models.guild.Guild.set_rules_channel -#: interactions.api.models.guild.Guild.set_splash -#: interactions.api.models.guild.Guild.set_system_channel -#: interactions.api.models.guild.Guild.set_verification_level of -msgid "Parameters" -msgstr "" - #: interactions.api.models.guild.Guild.ban:3 of msgid "The id of the member to ban" msgstr "" @@ -764,7 +775,7 @@ msgstr "" msgid "" ":type role Union[Role, int, Snowflake] :param member_id: The id of the " "member to add the roles to :type member_id: Union[Member, int, Snowflake]" -" :param reason?: The reason why the roles are added :type reason: " +" :param reason?: The reason why the roles are added :type reason?: " "Optional[str]" msgstr "" @@ -1886,12 +1897,3 @@ msgstr "" #: interactions.api.models.guild.Invite.delete:1 of msgid "Deletes the invite" msgstr "" - -#~ msgid "" -#~ ":type role Union[Role, int] :param " -#~ "member_id: The id of the member to" -#~ " add the roles to :type member_id:" -#~ " int :param reason?: The reason why" -#~ " the roles are added :type reason:" -#~ " Optional[str]" -#~ msgstr "" diff --git a/docs/locale/pl/LC_MESSAGES/api.models.gw.po b/docs/locale/pl/LC_MESSAGES/api.models.gw.po index 023d54338..fe823c232 100644 --- a/docs/locale/pl/LC_MESSAGES/api.models.gw.po +++ b/docs/locale/pl/LC_MESSAGES/api.models.gw.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -93,6 +93,36 @@ msgstr "" msgid "The substring in content that triggered rule." msgstr "" +#: interactions.api.models.gw.ApplicationCommandPermissions +#: interactions.api.models.gw.AutoModerationAction +#: interactions.api.models.gw.AutoModerationRule +#: interactions.api.models.gw.ChannelPins +#: interactions.api.models.gw.EmbeddedActivity +#: interactions.api.models.gw.GuildBan interactions.api.models.gw.GuildEmojis +#: interactions.api.models.gw.GuildIntegrations +#: interactions.api.models.gw.GuildJoinRequest +#: interactions.api.models.gw.GuildMember +#: interactions.api.models.gw.GuildMember.add_role +#: interactions.api.models.gw.GuildMember.add_to_thread +#: interactions.api.models.gw.GuildMember.ban +#: interactions.api.models.gw.GuildMember.kick +#: interactions.api.models.gw.GuildMember.modify +#: interactions.api.models.gw.GuildMember.remove_role +#: interactions.api.models.gw.GuildMember.send +#: interactions.api.models.gw.GuildMembers interactions.api.models.gw.GuildRole +#: interactions.api.models.gw.GuildScheduledEvent +#: interactions.api.models.gw.GuildScheduledEventUser +#: interactions.api.models.gw.GuildStickers +#: interactions.api.models.gw.Integration +#: interactions.api.models.gw.MessageReaction +#: interactions.api.models.gw.Presence +#: interactions.api.models.gw.ReactionRemove +#: interactions.api.models.gw.ThreadList +#: interactions.api.models.gw.ThreadMembers interactions.api.models.gw.Webhooks +#: of +msgid "Parameters" +msgstr "" + #: interactions.api.models.gw.AutoModerationRule:1 of msgid "" "A class object representing the gateway events " @@ -525,16 +555,6 @@ msgstr "" msgid "Bans the member from a guild." msgstr "" -#: interactions.api.models.gw.GuildMember.add_role -#: interactions.api.models.gw.GuildMember.add_to_thread -#: interactions.api.models.gw.GuildMember.ban -#: interactions.api.models.gw.GuildMember.kick -#: interactions.api.models.gw.GuildMember.modify -#: interactions.api.models.gw.GuildMember.remove_role -#: interactions.api.models.gw.GuildMember.send of -msgid "Parameters" -msgstr "" - #: interactions.api.models.gw.GuildMember.ban:3 of msgid "The reason of the ban" msgstr "" diff --git a/docs/locale/pl/LC_MESSAGES/api.models.member.po b/docs/locale/pl/LC_MESSAGES/api.models.member.po index d9d53d52c..ce23f99ac 100644 --- a/docs/locale/pl/LC_MESSAGES/api.models.member.po +++ b/docs/locale/pl/LC_MESSAGES/api.models.member.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -81,6 +81,18 @@ msgstr "" msgid "How long until they're unmuted, if any." msgstr "" +#: interactions.api.models.member.Member +#: interactions.api.models.member.Member.add_role +#: interactions.api.models.member.Member.add_to_thread +#: interactions.api.models.member.Member.ban +#: interactions.api.models.member.Member.get_avatar_url +#: interactions.api.models.member.Member.kick +#: interactions.api.models.member.Member.modify +#: interactions.api.models.member.Member.remove_role +#: interactions.api.models.member.Member.send of +msgid "Parameters" +msgstr "" + #: interactions.api.models.member.Member.id:1 of msgid "Returns the ID of the user." msgstr "" @@ -131,17 +143,6 @@ msgstr "" msgid "Bans the member from a guild." msgstr "" -#: interactions.api.models.member.Member.add_role -#: interactions.api.models.member.Member.add_to_thread -#: interactions.api.models.member.Member.ban -#: interactions.api.models.member.Member.get_avatar_url -#: interactions.api.models.member.Member.kick -#: interactions.api.models.member.Member.modify -#: interactions.api.models.member.Member.remove_role -#: interactions.api.models.member.Member.send of -msgid "Parameters" -msgstr "" - #: interactions.api.models.member.Member.ban:3 of msgid "The id of the guild to ban the member from" msgstr "" @@ -293,14 +294,3 @@ msgid "" "guild_id: Union[int, Snowflake, \"Guild\"] :return: URL of the members's " "avatar (None will be returned if no avatar is set) :rtype: str" msgstr "" - -#~ msgid "" -#~ "Returns the URL of the member's " -#~ "avatar for the specified guild. :param" -#~ " guild_id: The id of the guild " -#~ "to get the member's avatar from " -#~ ":type guild_id: int :return: URL of " -#~ "the members's avatar (None will be " -#~ "returned if no avatar is set) " -#~ ":rtype: str" -#~ msgstr "" diff --git a/docs/locale/pl/LC_MESSAGES/api.models.message.po b/docs/locale/pl/LC_MESSAGES/api.models.message.po index eaf0149d8..5bcd77f9c 100644 --- a/docs/locale/pl/LC_MESSAGES/api.models.message.po +++ b/docs/locale/pl/LC_MESSAGES/api.models.message.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -185,14 +185,11 @@ msgstr "" msgid "Array of sticker objects sent with the message if any. Deprecated." msgstr "" -#: interactions.api.models.message.Message.get_channel:1 of -msgid "Gets the channel where the message was sent." -msgstr "" - +#: interactions.api.models.message.Attachment +#: interactions.api.models.message.ChannelMention +#: interactions.api.models.message.Embed #: interactions.api.models.message.Embed.add_field -#: interactions.api.models.message.Embed.clear_fields #: interactions.api.models.message.Embed.insert_field_at -#: interactions.api.models.message.Embed.remove_author #: interactions.api.models.message.Embed.remove_field #: interactions.api.models.message.Embed.set_author #: interactions.api.models.message.Embed.set_field_at @@ -200,40 +197,43 @@ msgstr "" #: interactions.api.models.message.Embed.set_image #: interactions.api.models.message.Embed.set_thumbnail #: interactions.api.models.message.Embed.set_video +#: interactions.api.models.message.EmbedAuthor +#: interactions.api.models.message.EmbedField +#: interactions.api.models.message.EmbedFooter +#: interactions.api.models.message.EmbedImageStruct +#: interactions.api.models.message.EmbedProvider +#: interactions.api.models.message.Emoji #: interactions.api.models.message.Emoji.delete #: interactions.api.models.message.Emoji.get #: interactions.api.models.message.Emoji.get_all_of_guild -#: interactions.api.models.message.Emoji.url +#: interactions.api.models.message.Message #: interactions.api.models.message.Message.create_reaction #: interactions.api.models.message.Message.create_thread #: interactions.api.models.message.Message.delete #: interactions.api.models.message.Message.edit -#: interactions.api.models.message.Message.get_channel #: interactions.api.models.message.Message.get_from_url -#: interactions.api.models.message.Message.get_guild #: interactions.api.models.message.Message.get_users_from_reaction -#: interactions.api.models.message.Message.pin -#: interactions.api.models.message.Message.publish -#: interactions.api.models.message.Message.remove_all_reactions #: interactions.api.models.message.Message.remove_all_reactions_of #: interactions.api.models.message.Message.remove_own_reaction_of #: interactions.api.models.message.Message.remove_reaction_from #: interactions.api.models.message.Message.reply -#: interactions.api.models.message.Message.unpin -#: interactions.api.models.message.Message.url of -msgid "Return type" -msgstr "" - -#: interactions.api.models.message.Message.get_guild:1 of -msgid "Gets the guild where the message was sent." +#: interactions.api.models.message.MessageActivity +#: interactions.api.models.message.MessageInteraction +#: interactions.api.models.message.MessageReference +#: interactions.api.models.message.PartialSticker +#: interactions.api.models.message.ReactionObject +#: interactions.api.models.message.Sticker of +msgid "Parameters" msgstr "" -#: interactions.api.models.message.Message.delete:1 of -msgid "Deletes the message." +#: interactions.api.models.message.Message.get_channel:1 of +msgid "Gets the channel where the message was sent." msgstr "" #: interactions.api.models.message.Embed.add_field +#: interactions.api.models.message.Embed.clear_fields #: interactions.api.models.message.Embed.insert_field_at +#: interactions.api.models.message.Embed.remove_author #: interactions.api.models.message.Embed.remove_field #: interactions.api.models.message.Embed.set_author #: interactions.api.models.message.Embed.set_field_at @@ -244,17 +244,33 @@ msgstr "" #: interactions.api.models.message.Emoji.delete #: interactions.api.models.message.Emoji.get #: interactions.api.models.message.Emoji.get_all_of_guild +#: interactions.api.models.message.Emoji.url #: interactions.api.models.message.Message.create_reaction #: interactions.api.models.message.Message.create_thread #: interactions.api.models.message.Message.delete #: interactions.api.models.message.Message.edit +#: interactions.api.models.message.Message.get_channel #: interactions.api.models.message.Message.get_from_url +#: interactions.api.models.message.Message.get_guild #: interactions.api.models.message.Message.get_users_from_reaction +#: interactions.api.models.message.Message.pin +#: interactions.api.models.message.Message.publish +#: interactions.api.models.message.Message.remove_all_reactions #: interactions.api.models.message.Message.remove_all_reactions_of #: interactions.api.models.message.Message.remove_own_reaction_of #: interactions.api.models.message.Message.remove_reaction_from -#: interactions.api.models.message.Message.reply of -msgid "Parameters" +#: interactions.api.models.message.Message.reply +#: interactions.api.models.message.Message.unpin +#: interactions.api.models.message.Message.url of +msgid "Return type" +msgstr "" + +#: interactions.api.models.message.Message.get_guild:1 of +msgid "Gets the guild where the message was sent." +msgstr "" + +#: interactions.api.models.message.Message.delete:1 of +msgid "Deletes the message." msgstr "" #: interactions.api.models.message.Message.delete:3 of diff --git a/docs/locale/pl/LC_MESSAGES/api.models.misc.po b/docs/locale/pl/LC_MESSAGES/api.models.misc.po index ccfa1adc8..cfed122db 100644 --- a/docs/locale/pl/LC_MESSAGES/api.models.misc.po +++ b/docs/locale/pl/LC_MESSAGES/api.models.misc.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -66,6 +66,15 @@ msgstr "" msgid "Timeout duration in seconds, if timed out." msgstr "" +#: interactions.api.models.misc.AutoModAction +#: interactions.api.models.misc.AutoModMetaData +#: interactions.api.models.misc.AutoModTriggerMetadata +#: interactions.api.models.misc.ClientStatus interactions.api.models.misc.File +#: interactions.api.models.misc.Image interactions.api.models.misc.Overwrite +#: interactions.api.models.misc.Snowflake of +msgid "Parameters" +msgstr "" + #: interactions.api.models.misc.AutoModAction:1 of msgid "" "A class object used for the ``AUTO_MODERATION_ACTION_EXECUTION`` event. " @@ -120,12 +129,6 @@ msgid "" "integer." msgstr "" -#: interactions.api.models.misc.File.__init__ -#: interactions.api.models.misc.Image.__init__ -#: interactions.api.models.misc.Snowflake.__init__ of -msgid "Parameters" -msgstr "" - #: interactions.api.models.misc.Color.black #: interactions.api.models.misc.Color.blurple #: interactions.api.models.misc.Color.fuchsia @@ -133,7 +136,7 @@ msgstr "" #: interactions.api.models.misc.Color.red #: interactions.api.models.misc.Color.white #: interactions.api.models.misc.Color.yellow -#: interactions.api.models.misc.Snowflake.__init__ of +#: interactions.api.models.misc.Snowflake of msgid "Return type" msgstr "" @@ -284,9 +287,3 @@ msgstr "" #: interactions.api.models.misc.Overwrite:6 of msgid "Permission bit set." msgstr "" - -#~ msgid "" -#~ "A pseudosentinel based from an empty " -#~ "object. This does violate PEP, but, " -#~ "I don't care." -#~ msgstr "" diff --git a/docs/locale/pl/LC_MESSAGES/api.models.po b/docs/locale/pl/LC_MESSAGES/api.models.po index 764507670..4a5447cbe 100644 --- a/docs/locale/pl/LC_MESSAGES/api.models.po +++ b/docs/locale/pl/LC_MESSAGES/api.models.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/locale/pl/LC_MESSAGES/api.models.presence.po b/docs/locale/pl/LC_MESSAGES/api.models.presence.po index effa582b9..347c24dbc 100644 --- a/docs/locale/pl/LC_MESSAGES/api.models.presence.po +++ b/docs/locale/pl/LC_MESSAGES/api.models.presence.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -231,18 +231,3 @@ msgstr "" #: interactions.api.models.presence.ClientPresence:6 of msgid "Whether the client is afk or not." msgstr "" - -#~ msgid "Unix timestamp of when the activity was created to the User's session" -#~ msgstr "" - -#~ msgid "Custom buttons shown in the RPC." -#~ msgstr "" - -#~ msgid "A class object representing the buttons of a presence." -#~ msgstr "" - -#~ msgid "Text of the button" -#~ msgstr "" - -#~ msgid "URL of the button" -#~ msgstr "" diff --git a/docs/locale/pl/LC_MESSAGES/api.models.role.po b/docs/locale/pl/LC_MESSAGES/api.models.role.po index 9a3430734..c78eeec53 100644 --- a/docs/locale/pl/LC_MESSAGES/api.models.role.po +++ b/docs/locale/pl/LC_MESSAGES/api.models.role.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -74,6 +74,13 @@ msgstr "" msgid "The tags this role has" msgstr "" +#: interactions.api.models.role.Role interactions.api.models.role.Role.delete +#: interactions.api.models.role.Role.modify +#: interactions.api.models.role.Role.modify_position +#: interactions.api.models.role.RoleTags of +msgid "Parameters" +msgstr "" + #: interactions.api.models.role.Role.mention:1 of msgid "Returns a string that allows you to mention the given role." msgstr "" @@ -88,6 +95,7 @@ msgstr "" msgid "The string of the mentioned role." msgstr "" +#: interactions.api.models.role.Role.delete #: interactions.api.models.role.Role.mention #: interactions.api.models.role.Role.modify #: interactions.api.models.role.Role.modify_position of @@ -98,12 +106,6 @@ msgstr "" msgid "Deletes the role from the guild." msgstr "" -#: interactions.api.models.role.Role.delete -#: interactions.api.models.role.Role.modify -#: interactions.api.models.role.Role.modify_position of -msgid "Parameters" -msgstr "" - #: interactions.api.models.role.Role.delete:3 of msgid "The id of the guild to delete the role from" msgstr "" diff --git a/docs/locale/pl/LC_MESSAGES/api.models.team.po b/docs/locale/pl/LC_MESSAGES/api.models.team.po index cde90e6a6..2958a4252 100644 --- a/docs/locale/pl/LC_MESSAGES/api.models.team.po +++ b/docs/locale/pl/LC_MESSAGES/api.models.team.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/docs/locale/pl/LC_MESSAGES/api.models.user.po b/docs/locale/pl/LC_MESSAGES/api.models.user.po index 807b9d83e..5721c56da 100644 --- a/docs/locale/pl/LC_MESSAGES/api.models.user.po +++ b/docs/locale/pl/LC_MESSAGES/api.models.user.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/docs/locale/pl/LC_MESSAGES/api.models.webhook.po b/docs/locale/pl/LC_MESSAGES/api.models.webhook.po index c201be33e..be10a2fd1 100644 --- a/docs/locale/pl/LC_MESSAGES/api.models.webhook.po +++ b/docs/locale/pl/LC_MESSAGES/api.models.webhook.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -86,10 +86,7 @@ msgid "" "flow)" msgstr "" -#: interactions.api.models.webhook.Webhook.create:1 of -msgid "Creates a webhook in a channel." -msgstr "" - +#: interactions.api.models.webhook.Webhook #: interactions.api.models.webhook.Webhook.create #: interactions.api.models.webhook.Webhook.execute #: interactions.api.models.webhook.Webhook.get @@ -97,6 +94,10 @@ msgstr "" msgid "Parameters" msgstr "" +#: interactions.api.models.webhook.Webhook.create:1 of +msgid "Creates a webhook in a channel." +msgstr "" + #: interactions.api.models.webhook.Webhook.create:3 #: interactions.api.models.webhook.Webhook.get:3 of msgid "The HTTPClient of the bot, has to be set to `bot._http`." diff --git a/docs/locale/pl/LC_MESSAGES/api.po b/docs/locale/pl/LC_MESSAGES/api.po index cb74082a0..239f6eb9e 100644 --- a/docs/locale/pl/LC_MESSAGES/api.po +++ b/docs/locale/pl/LC_MESSAGES/api.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -26,15 +26,15 @@ msgstr "" msgid "Frameworks/Commands" msgstr "" -#: ../../api.rst:24 ../../api.rst:41 +#: ../../api.rst:25 ../../api.rst:42 msgid "Model/Design" msgstr "" -#: ../../api.rst:34 +#: ../../api.rst:35 msgid "Client Connections" msgstr "" -#: ../../api.rst:49 +#: ../../api.rst:50 msgid "Events" msgstr "" @@ -50,6 +50,6 @@ msgstr "" msgid "Interactions" msgstr "" -#: ../../api.rst:32 +#: ../../api.rst:33 msgid "Discord API" msgstr "" diff --git a/docs/locale/pl/LC_MESSAGES/client.po b/docs/locale/pl/LC_MESSAGES/client.po index 0bfd7ef38..854019fc5 100644 --- a/docs/locale/pl/LC_MESSAGES/client.po +++ b/docs/locale/pl/LC_MESSAGES/client.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -31,7 +31,6 @@ msgstr "" #: interactions.client.bot.Client #: interactions.client.bot.Client.__check_command #: interactions.client.bot.Client.__compare_sync -#: interactions.client.bot.Client.__init__ #: interactions.client.bot.Client.__raw_channel_create #: interactions.client.bot.Client.__raw_guild_create #: interactions.client.bot.Client.__raw_message_create @@ -46,7 +45,7 @@ msgstr "" #: interactions.client.bot.Client.modal interactions.client.bot.Client.modify #: interactions.client.bot.Client.reload interactions.client.bot.Client.remove #: interactions.client.bot.Client.user_command -#: interactions.client.bot.Extension.__new__ of +#: interactions.client.bot.Extension of msgid "Parameters" msgstr "" @@ -123,9 +122,9 @@ msgstr "" msgid "The application representation of the client." msgstr "" +#: interactions.client.bot.Client #: interactions.client.bot.Client.__check_command #: interactions.client.bot.Client.__compare_sync -#: interactions.client.bot.Client.__init__ #: interactions.client.bot.Client.__raw_channel_create #: interactions.client.bot.Client.__raw_guild_create #: interactions.client.bot.Client.__raw_message_create @@ -146,7 +145,7 @@ msgstr "" #: interactions.client.bot.Client.start #: interactions.client.bot.Client.user_command #: interactions.client.bot.Client.wait_until_ready -#: interactions.client.bot.Extension.__new__ of +#: interactions.client.bot.Extension of msgid "Return type" msgstr "" @@ -640,12 +639,3 @@ msgstr "" #: interactions.client.bot.Extension:5 of msgid "The structure of an extension:" msgstr "" - -#~ msgid "" -#~ "A wrapper designed to interpret the " -#~ "client-facing API for how a " -#~ "command is to be created and used." -#~ msgstr "" - -#~ msgid "A list of command payloads." -#~ msgstr "" diff --git a/docs/locale/pl/LC_MESSAGES/context.po b/docs/locale/pl/LC_MESSAGES/context.po index 77cab9c1c..3917f5b73 100644 --- a/docs/locale/pl/LC_MESSAGES/context.po +++ b/docs/locale/pl/LC_MESSAGES/context.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -55,6 +55,23 @@ msgstr "" msgid "The guild data model." msgstr "" +#: interactions.api.models.attrs_utils.DictSerializerMixin.update +#: interactions.client.context.CommandContext +#: interactions.client.context.CommandContext.defer +#: interactions.client.context.CommandContext.edit +#: interactions.client.context.CommandContext.populate +#: interactions.client.context.CommandContext.send +#: interactions.client.context.ComponentContext +#: interactions.client.context.ComponentContext.defer +#: interactions.client.context.ComponentContext.edit +#: interactions.client.context.ComponentContext.send +#: interactions.client.context._Context +#: interactions.client.context._Context.edit +#: interactions.client.context._Context.popup +#: interactions.client.context._Context.send of +msgid "Parameters" +msgstr "" + #: interactions.client.context._Context.get_channel:1 of msgid "This gets the channel the context was invoked in." msgstr "" @@ -107,21 +124,6 @@ msgid "" "interaction response." msgstr "" -#: interactions.api.models.attrs_utils.ClientSerializerMixin.__init__ -#: interactions.api.models.attrs_utils.DictSerializerMixin.update -#: interactions.client.context.CommandContext.defer -#: interactions.client.context.CommandContext.edit -#: interactions.client.context.CommandContext.populate -#: interactions.client.context.CommandContext.send -#: interactions.client.context.ComponentContext.defer -#: interactions.client.context.ComponentContext.edit -#: interactions.client.context.ComponentContext.send -#: interactions.client.context._Context.edit -#: interactions.client.context._Context.popup -#: interactions.client.context._Context.send of -msgid "Parameters" -msgstr "" - #: interactions.client.context.CommandContext.send:4 #: interactions.client.context.ComponentContext.send:4 #: interactions.client.context._Context.send:4 of diff --git a/docs/locale/pl/LC_MESSAGES/enums.po b/docs/locale/pl/LC_MESSAGES/enums.po index 8fc379297..ec2f643f5 100644 --- a/docs/locale/pl/LC_MESSAGES/enums.po +++ b/docs/locale/pl/LC_MESSAGES/enums.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/docs/locale/pl/LC_MESSAGES/ext.base.po b/docs/locale/pl/LC_MESSAGES/ext.base.po index 7eb2194fa..5a2fe3730 100644 --- a/docs/locale/pl/LC_MESSAGES/ext.base.po +++ b/docs/locale/pl/LC_MESSAGES/ext.base.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -148,21 +148,3 @@ msgstr "" #: interactions.ext.base.build:1 of msgid "Builds the base 3rd party the same way as ``setup`` from ``setuptools``." msgstr "" - -#~ msgid "The repository link of the library via. GitHub." -#~ msgstr "" - -#~ msgid "The description of the library, e.g. the purpose." -#~ msgstr "" - -#~ msgid "The full description of the library, e.g. README. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The package(s) of the library. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The required modules needed for library function. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "Any other keyword arguments. Defaults to ``None``." -#~ msgstr "" diff --git a/docs/locale/pl/LC_MESSAGES/ext.converter.po b/docs/locale/pl/LC_MESSAGES/ext.converter.po index 8f0df6d4b..fdd604d85 100644 --- a/docs/locale/pl/LC_MESSAGES/ext.converter.po +++ b/docs/locale/pl/LC_MESSAGES/ext.converter.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -40,21 +40,23 @@ msgstr "" msgid "The second object to be converted." msgstr "" -#: interactions.ext.converter.Converter._map_attr:1 of -msgid "Maps the attributes between the models for conversion reference." +#: interactions.ext.converter.Converter +#: interactions.ext.converter.Converter.get_attr of +msgid "Parameters" msgstr "" +#: interactions.ext.converter.Converter #: interactions.ext.converter.Converter._map_attr #: interactions.ext.converter.Converter.difference #: interactions.ext.converter.Converter.get_attr #: interactions.ext.converter.Converter.get_attrs #: interactions.ext.converter.Converter.missing #: interactions.ext.converter.Converter.ref of -msgid "Returns" +msgid "Return type" msgstr "" -#: interactions.ext.converter.Converter._map_attr:3 of -msgid "A dictionary of attributes mapped." +#: interactions.ext.converter.Converter._map_attr:1 of +msgid "Maps the attributes between the models for conversion reference." msgstr "" #: interactions.ext.converter.Converter._map_attr @@ -63,15 +65,15 @@ msgstr "" #: interactions.ext.converter.Converter.get_attrs #: interactions.ext.converter.Converter.missing #: interactions.ext.converter.Converter.ref of -msgid "Return type" +msgid "Returns" msgstr "" -#: interactions.ext.converter.Converter.get_attr:1 of -msgid "Gets a mapped attribute." +#: interactions.ext.converter.Converter._map_attr:3 of +msgid "A dictionary of attributes mapped." msgstr "" -#: interactions.ext.converter.Converter.get_attr of -msgid "Parameters" +#: interactions.ext.converter.Converter.get_attr:1 of +msgid "Gets a mapped attribute." msgstr "" #: interactions.ext.converter.Converter.get_attr:3 of diff --git a/docs/locale/pl/LC_MESSAGES/ext.error.po b/docs/locale/pl/LC_MESSAGES/ext.error.po index 7b39f4fa1..ca0f95fca 100644 --- a/docs/locale/pl/LC_MESSAGES/ext.error.po +++ b/docs/locale/pl/LC_MESSAGES/ext.error.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/docs/locale/pl/LC_MESSAGES/ext.gettingstarted.po b/docs/locale/pl/LC_MESSAGES/ext.gettingstarted.po index 1c21e3eb3..0de3ee399 100644 --- a/docs/locale/pl/LC_MESSAGES/ext.gettingstarted.po +++ b/docs/locale/pl/LC_MESSAGES/ext.gettingstarted.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/locale/pl/LC_MESSAGES/ext.po b/docs/locale/pl/LC_MESSAGES/ext.po index ee17491a5..f3afe86ec 100644 --- a/docs/locale/pl/LC_MESSAGES/ext.po +++ b/docs/locale/pl/LC_MESSAGES/ext.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/locale/pl/LC_MESSAGES/ext.version.po b/docs/locale/pl/LC_MESSAGES/ext.version.po index 581fb477c..850829199 100644 --- a/docs/locale/pl/LC_MESSAGES/ext.version.po +++ b/docs/locale/pl/LC_MESSAGES/ext.version.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -198,29 +198,3 @@ msgstr "" #: interactions.ext.version.Version.extend_version:7 of msgid "The alphanumeric version was incorrectly formatted." msgstr "" - -#~ msgid "" -#~ "The author's relationship as the main" -#~ " or co-author. Defaults to ``False``." -#~ msgstr "" - -#~ msgid "The author's state of activity. Defaults to ``True``." -#~ msgstr "" - -#~ msgid "The author's email address or point of contact. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The major version. If not specified, ``version`` will be read from." -#~ msgstr "" - -#~ msgid "The minor version. If not specified, ``version`` will be read from." -#~ msgstr "" - -#~ msgid "The patch version. If not specified, ``version`` will be read from." -#~ msgstr "" - -#~ msgid "" -#~ "The overall version. Must be used " -#~ "if ``major``, ``minor`` or ``patch`` are" -#~ " not." -#~ msgstr "" diff --git a/docs/locale/pl/LC_MESSAGES/faq.po b/docs/locale/pl/LC_MESSAGES/faq.po index 308f71de8..1bf421161 100644 --- a/docs/locale/pl/LC_MESSAGES/faq.po +++ b/docs/locale/pl/LC_MESSAGES/faq.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -521,77 +521,3 @@ msgid "" "Please join our `Discord Server`_ for any further support regarding our " "library and/or any integration code depending on it." msgstr "" - -#~ msgid "" -#~ "This page is maintained by the " -#~ "Helpers of the Discord server, and " -#~ "developers at their discretion. For any" -#~ " comments, feedback or concerns please " -#~ "consider joining our server and bringing" -#~ " it up in our support channels." -#~ msgstr "" - -#~ msgid "discord.py is dead! Will this library die too?" -#~ msgstr "" - -#~ msgid "" -#~ "The decision to become a standalone " -#~ "library that is now an API wrapper" -#~ " for the Discord API was made " -#~ "before Danny posted his gist on " -#~ "GitHub about ceasing development of " -#~ "discord.py. This is the official " -#~ "statement from the library developer " -#~ "regarding this:" -#~ msgstr "" - -#~ msgid "" -#~ "The most *biased* answer would be " -#~ "to, of course, *use interactions.py.* We" -#~ " already offer a lot of the " -#~ "integral API wrapper aspects as " -#~ "discord.py does, however, we only " -#~ "specialize in interactions. Which means " -#~ "things such as these won't be " -#~ "supported officially by us (but might" -#~ " be available as 3rd parties):" -#~ msgstr "" - -#~ msgid "" -#~ "Cooldowns aren't really an actual " -#~ "feature of the Discord API itself, " -#~ "but rather more of a convienent " -#~ "feature implemented in discord.py in " -#~ "order to avoid spamming of commands." -#~ msgstr "" - -#~ msgid "" -#~ "That's the neat part: it's really " -#~ "hard to do that, and most of " -#~ "the time, they won't. Unless they " -#~ "copy the exact string that was " -#~ "used when you open up the UI " -#~ "element to do it numerous times, " -#~ "most users do and will not be " -#~ "able to know how to do this. " -#~ "However, if you as a bot developer" -#~ " feel at unease about this, you " -#~ "are more than welcome to implement " -#~ "your own cooldown methods yourself. " -#~ "Cooldowns were an ultimatum that came" -#~ " as the result of message commands" -#~ " being able to be spammable, and " -#~ "since we won't be supporting them, " -#~ "there's no feasibility to having them" -#~ " in our library." -#~ msgstr "" - -#~ msgid "" -#~ "Please join our Discord server for " -#~ "any further support regarding our " -#~ "library and/or any integration code " -#~ "depending on it." -#~ msgstr "" - -#~ msgid "Invite Link: https://discord.gg/KkgMBVuEkx" -#~ msgstr "" diff --git a/docs/locale/pl/LC_MESSAGES/index.po b/docs/locale/pl/LC_MESSAGES/index.po index eb0f03796..91465f9df 100644 --- a/docs/locale/pl/LC_MESSAGES/index.po +++ b/docs/locale/pl/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -247,36 +247,3 @@ msgstr "" #: ../../index.rst:88 msgid ":ref:`modindex`" msgstr "" - -#~ msgid "" -#~ "**pre-commit** ``2.16.0``: the architecture" -#~ " uses this before every commit to " -#~ "format and check for severity/QOL-" -#~ "breaking changes." -#~ msgstr "" - -#~ msgid "**black** ``21.11b1``" -#~ msgstr "" - -#~ msgid "**flake8** ``3.9.2``" -#~ msgstr "" - -#~ msgid "**isort** ``5.9.3``" -#~ msgstr "" - -#~ msgid "" -#~ "**Sphinx** ``4.1.2``: all of our " -#~ "documentation is powered off of " -#~ "autogenerated documentation of the Sphinx " -#~ "engine." -#~ msgstr "" - -#~ msgid "" -#~ "**colorama** ``0.4.4``: our internal logger" -#~ " uses a customized coloring formatter " -#~ "to make looking for specific conditions" -#~ " easier when running tests." -#~ msgstr "" - -#~ msgid ":ref:`search`" -#~ msgstr "" diff --git a/docs/locale/pl/LC_MESSAGES/migration.po b/docs/locale/pl/LC_MESSAGES/migration.po index 766999c9f..9f0d8e6aa 100644 --- a/docs/locale/pl/LC_MESSAGES/migration.po +++ b/docs/locale/pl/LC_MESSAGES/migration.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -148,10 +148,3 @@ msgid "" "your argument in your function differently than your option name! " "Example:" msgstr "" - -#~ msgid "" -#~ "A new big change in this release" -#~ " is the implementation of the ``get``" -#~ " utility method. It allows you to " -#~ "no longer use ``**await bot._http...``." -#~ msgstr "" diff --git a/docs/locale/pl/LC_MESSAGES/models.command.po b/docs/locale/pl/LC_MESSAGES/models.command.po index acbfe63bc..5c72da5b0 100644 --- a/docs/locale/pl/LC_MESSAGES/models.command.po +++ b/docs/locale/pl/LC_MESSAGES/models.command.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -62,6 +62,22 @@ msgid "" "same restrictions as the ``name`` field." msgstr "" +#: interactions.client.models.command.ApplicationCommand +#: interactions.client.models.command.Choice +#: interactions.client.models.command.Command +#: interactions.client.models.command.Command.__call +#: interactions.client.models.command.Command.__check_command +#: interactions.client.models.command.Command.__wrap_coro +#: interactions.client.models.command.Command.autocomplete +#: interactions.client.models.command.Command.error +#: interactions.client.models.command.Command.group +#: interactions.client.models.command.Command.subcommand +#: interactions.client.models.command.Option +#: interactions.client.models.command.Permission +#: interactions.client.models.command.option of +msgid "Parameters" +msgstr "" + #: interactions.client.models.command.Option:1 of msgid "A class object representing the option of an application command." msgstr "" @@ -235,17 +251,6 @@ msgstr "" msgid "The structure of an option:" msgstr "" -#: interactions.client.models.command.Command.__call -#: interactions.client.models.command.Command.__check_command -#: interactions.client.models.command.Command.__wrap_coro -#: interactions.client.models.command.Command.autocomplete -#: interactions.client.models.command.Command.error -#: interactions.client.models.command.Command.group -#: interactions.client.models.command.Command.subcommand -#: interactions.client.models.command.option of -msgid "Parameters" -msgstr "" - #: interactions.client.models.command.option:12 of msgid "The type of the option." msgstr "" @@ -520,12 +525,3 @@ msgid "" ":class:`interactions.client.bot.Extension` is passed to the coroutine, if" " any." msgstr "" - -#~ msgid "The structure for a choice: ::" -#~ msgstr "" - -#~ msgid "The structure for an option: ::" -#~ msgstr "" - -#~ msgid "The structure for a permission: ::" -#~ msgstr "" diff --git a/docs/locale/pl/LC_MESSAGES/models.component.po b/docs/locale/pl/LC_MESSAGES/models.component.po index e4d356e6c..ae186054c 100644 --- a/docs/locale/pl/LC_MESSAGES/models.component.po +++ b/docs/locale/pl/LC_MESSAGES/models.component.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -58,6 +58,17 @@ msgstr "" msgid "Whether the select option is the default for the select menu." msgstr "" +#: interactions.client.models.component.ActionRow +#: interactions.client.models.component.ActionRow.new +#: interactions.client.models.component.Button +#: interactions.client.models.component.Component +#: interactions.client.models.component.Modal +#: interactions.client.models.component.SelectMenu +#: interactions.client.models.component.SelectOption +#: interactions.client.models.component.TextInput of +msgid "Parameters" +msgstr "" + #: interactions.client.models.component.SelectMenu:1 of msgid "" "A class object representing the select menu of a component. The structure" @@ -314,10 +325,6 @@ msgstr "" msgid "A class method for creating a new ``ActionRow``." msgstr "" -#: interactions.client.models.component.ActionRow.new of -msgid "Parameters" -msgstr "" - #: interactions.client.models.component.ActionRow.new:3 of msgid "The components to add to the ``ActionRow``." msgstr "" diff --git a/docs/locale/pl/LC_MESSAGES/models.misc.po b/docs/locale/pl/LC_MESSAGES/models.misc.po index 28f7a3b8d..9ea8f4346 100644 --- a/docs/locale/pl/LC_MESSAGES/models.misc.po +++ b/docs/locale/pl/LC_MESSAGES/models.misc.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/docs/locale/pl/LC_MESSAGES/models.po b/docs/locale/pl/LC_MESSAGES/models.po index a322bcb50..04da90614 100644 --- a/docs/locale/pl/LC_MESSAGES/models.po +++ b/docs/locale/pl/LC_MESSAGES/models.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/locale/pl/LC_MESSAGES/quickstart.po b/docs/locale/pl/LC_MESSAGES/quickstart.po index f92a3951e..89ed78f26 100644 --- a/docs/locale/pl/LC_MESSAGES/quickstart.po +++ b/docs/locale/pl/LC_MESSAGES/quickstart.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -673,6 +673,3 @@ msgstr "" #: ../../quickstart.rst:675 msgid "Usage of ``@autodefer()``:" msgstr "" - -#~ msgid "``name`` and ``description`` are required." -#~ msgstr "" diff --git a/docs/locale/ru/LC_MESSAGES/api.cache.po b/docs/locale/ru/LC_MESSAGES/api.cache.po index bee8020b7..355cab3ef 100644 --- a/docs/locale/ru/LC_MESSAGES/api.cache.po +++ b/docs/locale/ru/LC_MESSAGES/api.cache.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -114,51 +114,3 @@ msgid "" "A dictionary denoting the Type and the objects that correspond to the " "Type." msgstr "" - -#~ msgid "A class representing the defined item in a stored dataset." -#~ msgstr "" - -#~ msgid "The item itself." -#~ msgstr "" - -#~ msgid "The ID type representation." -#~ msgstr "" - -#~ msgid "The new storage." -#~ msgstr "" - -#~ msgid "Updates an item from the storage." -#~ msgstr "" - -#~ msgid "The item to update." -#~ msgstr "" - -#~ msgid "The updated item, if stored." -#~ msgstr "" - -#~ msgid "The cached Direct Messages." -#~ msgstr "" - -#~ msgid "The cached guilds upon gateway connection." -#~ msgstr "" - -#~ msgid "The cached guilds after ready." -#~ msgstr "" - -#~ msgid "The cached channels of guilds." -#~ msgstr "" - -#~ msgid "The cached roles of guilds." -#~ msgstr "" - -#~ msgid "The cached members of guilds and threads." -#~ msgstr "" - -#~ msgid "The cached messages of DMs and channels." -#~ msgstr "" - -#~ msgid "The cached interactions upon interaction." -#~ msgstr "" - -#~ msgid ":return The items stored. :rtype: List[dict]" -#~ msgstr "" diff --git a/docs/locale/ru/LC_MESSAGES/api.dispatch.po b/docs/locale/ru/LC_MESSAGES/api.dispatch.po index d5df5422e..2b020e27a 100644 --- a/docs/locale/ru/LC_MESSAGES/api.dispatch.po +++ b/docs/locale/ru/LC_MESSAGES/api.dispatch.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -38,7 +38,7 @@ msgstr "" msgid "A list of events being dispatched." msgstr "" -#: interactions.api.dispatch.Listener.__init__ +#: interactions.api.dispatch.Listener #: interactions.api.dispatch.Listener.dispatch #: interactions.api.dispatch.Listener.register of msgid "Return type" diff --git a/docs/locale/ru/LC_MESSAGES/api.enums.po b/docs/locale/ru/LC_MESSAGES/api.enums.po index 23af570f0..dc817a43e 100644 --- a/docs/locale/ru/LC_MESSAGES/api.enums.po +++ b/docs/locale/ru/LC_MESSAGES/api.enums.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/docs/locale/ru/LC_MESSAGES/api.error.po b/docs/locale/ru/LC_MESSAGES/api.error.po index 1441d73ad..120e140a5 100644 --- a/docs/locale/ru/LC_MESSAGES/api.error.po +++ b/docs/locale/ru/LC_MESSAGES/api.error.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -28,18 +28,18 @@ msgid "" "what a specific code means, use `e.lookup(code)`" msgstr "" +#: interactions.api.error.LibraryException +#: interactions.api.error.LibraryException._parse +#: interactions.api.error.LibraryException.log of +msgid "Parameters" +msgstr "" + #: interactions.api.error.LibraryException._parse:1 of msgid "" "Internal function that should not be executed externally. Parse the error" " data and set the code and message." msgstr "" -#: interactions.api.error.LibraryException.__init__ -#: interactions.api.error.LibraryException._parse -#: interactions.api.error.LibraryException.log of -msgid "Parameters" -msgstr "" - #: interactions.api.error.LibraryException._parse:4 of msgid "The error data to parse." msgstr "" @@ -59,61 +59,3 @@ msgstr "" #: interactions.api.error.LibraryException.log:1 of msgid "Log the error message." msgstr "" - -#~ msgid "A customized error formatting script to return specific errors." -#~ msgstr "" - -#~ msgid "An exception class for interactions." -#~ msgstr "" - -#~ msgid "" -#~ "This is a WIP. This isn't meant" -#~ " to be used yet, this is a " -#~ "baseline, and for extensive testing/review " -#~ "before integration. Likewise, this will " -#~ "show the concepts before use, and " -#~ "will be refined when time goes on." -#~ msgstr "" - -#~ msgid "Variables" -#~ msgstr "" - -#~ msgid "The built-in formatter." -#~ msgstr "" - -#~ msgid "A dictionary containing the values from the built-in Enum." -#~ msgstr "" - -#~ msgid "" -#~ "From the default error enum integer " -#~ "declaration, generate a dictionary containing" -#~ " the phrases used for the errors." -#~ msgstr "" - -#~ msgid "" -#~ "Grabs the type attribute. Primarily " -#~ "useful to use it in conditions for" -#~ " integral v4 (potential) logic." -#~ msgstr "" - -#~ msgid "This calls the exception." -#~ msgstr "" - -#~ msgid "" -#~ "This is a derivation of " -#~ "InteractionException in that this is " -#~ "used to represent Gateway closing OP " -#~ "codes." -#~ msgstr "" - -#~ msgid "" -#~ "This is a derivation of " -#~ "InteractionException in that this is " -#~ "used to represent HTTP Exceptions." -#~ msgstr "" - -#~ msgid "" -#~ "This is a derivation of " -#~ "InteractionException in that this is " -#~ "used to represent JSON API Exceptions." -#~ msgstr "" diff --git a/docs/locale/ru/LC_MESSAGES/api.gateway.po b/docs/locale/ru/LC_MESSAGES/api.gateway.po index 0108083f9..aad9d8772 100644 --- a/docs/locale/ru/LC_MESSAGES/api.gateway.po +++ b/docs/locale/ru/LC_MESSAGES/api.gateway.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -314,18 +314,3 @@ msgstr "" #: interactions.api.gateway.heartbeat._Heartbeat:1 of msgid "An internal class representing the heartbeat in a WebSocket connection." msgstr "" - -#~ msgid "The token of the application for connecting to the Gateway." -#~ msgstr "" - -#~ msgid "The Gateway intents of the application for event dispatch." -#~ msgstr "" - -#~ msgid "The ID of the session if trying to reconnect. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The identifier sequence if trying to reconnect. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The event loop to base the asynchronous manager." -#~ msgstr "" diff --git a/docs/locale/ru/LC_MESSAGES/api.http.po b/docs/locale/ru/LC_MESSAGES/api.http.po index cd9f74885..b141f2d87 100644 --- a/docs/locale/ru/LC_MESSAGES/api.http.po +++ b/docs/locale/ru/LC_MESSAGES/api.http.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -2743,21 +2743,3 @@ msgstr "" #: of msgid "Deletes the original message object sent." msgstr "" - -#~ msgid "The HTTP request method." -#~ msgstr "" - -#~ msgid "The path of the HTTP/URL." -#~ msgstr "" - -#~ msgid "Optional keyword-only arguments to pass as information in the route." -#~ msgstr "" - -#~ msgid "The asynchronous lock to control limits for." -#~ msgstr "" - -#~ msgid "The remaining time to run the limited lock on. Defaults to ``0``." -#~ msgstr "" - -#~ msgid "The application token used for authorizing." -#~ msgstr "" diff --git a/docs/locale/ru/LC_MESSAGES/api.models.channel.po b/docs/locale/ru/LC_MESSAGES/api.models.channel.po index 9a169fe3f..1ca5f1ac3 100644 --- a/docs/locale/ru/LC_MESSAGES/api.models.channel.po +++ b/docs/locale/ru/LC_MESSAGES/api.models.channel.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -48,6 +48,36 @@ msgid "" "event." msgstr "" +#: interactions.api.models.channel.Channel +#: interactions.api.models.channel.Channel.add_member +#: interactions.api.models.channel.Channel.archive +#: interactions.api.models.channel.Channel.create_invite +#: interactions.api.models.channel.Channel.create_thread +#: interactions.api.models.channel.Channel.get_history +#: interactions.api.models.channel.Channel.get_message +#: interactions.api.models.channel.Channel.lock +#: interactions.api.models.channel.Channel.modify +#: interactions.api.models.channel.Channel.pin_message +#: interactions.api.models.channel.Channel.publish_message +#: interactions.api.models.channel.Channel.purge +#: interactions.api.models.channel.Channel.remove_member +#: interactions.api.models.channel.Channel.send +#: interactions.api.models.channel.Channel.set_auto_archive_duration +#: interactions.api.models.channel.Channel.set_bitrate +#: interactions.api.models.channel.Channel.set_name +#: interactions.api.models.channel.Channel.set_nsfw +#: interactions.api.models.channel.Channel.set_parent_id +#: interactions.api.models.channel.Channel.set_position +#: interactions.api.models.channel.Channel.set_rate_limit_per_user +#: interactions.api.models.channel.Channel.set_topic +#: interactions.api.models.channel.Channel.set_user_limit +#: interactions.api.models.channel.Channel.unpin_message +#: interactions.api.models.channel.Thread +#: interactions.api.models.channel.ThreadMember +#: interactions.api.models.channel.ThreadMetadata of +msgid "Parameters" +msgstr "" + #: interactions.api.models.channel.Channel:1 of msgid "A class object representing all types of channels." msgstr "" @@ -239,32 +269,6 @@ msgstr "" msgid "Sends a message in the channel." msgstr "" -#: interactions.api.models.channel.Channel.add_member -#: interactions.api.models.channel.Channel.archive -#: interactions.api.models.channel.Channel.create_invite -#: interactions.api.models.channel.Channel.create_thread -#: interactions.api.models.channel.Channel.get_history -#: interactions.api.models.channel.Channel.get_message -#: interactions.api.models.channel.Channel.lock -#: interactions.api.models.channel.Channel.modify -#: interactions.api.models.channel.Channel.pin_message -#: interactions.api.models.channel.Channel.publish_message -#: interactions.api.models.channel.Channel.purge -#: interactions.api.models.channel.Channel.remove_member -#: interactions.api.models.channel.Channel.send -#: interactions.api.models.channel.Channel.set_auto_archive_duration -#: interactions.api.models.channel.Channel.set_bitrate -#: interactions.api.models.channel.Channel.set_name -#: interactions.api.models.channel.Channel.set_nsfw -#: interactions.api.models.channel.Channel.set_parent_id -#: interactions.api.models.channel.Channel.set_position -#: interactions.api.models.channel.Channel.set_rate_limit_per_user -#: interactions.api.models.channel.Channel.set_topic -#: interactions.api.models.channel.Channel.set_user_limit -#: interactions.api.models.channel.Channel.unpin_message of -msgid "Parameters" -msgstr "" - #: interactions.api.models.channel.Channel.send:3 of msgid "The contents of the message as a string or string-converted value." msgstr "" diff --git a/docs/locale/ru/LC_MESSAGES/api.models.flags.po b/docs/locale/ru/LC_MESSAGES/api.models.flags.po index 2a460c72f..af66fea34 100644 --- a/docs/locale/ru/LC_MESSAGES/api.models.flags.po +++ b/docs/locale/ru/LC_MESSAGES/api.models.flags.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/docs/locale/ru/LC_MESSAGES/api.models.guild.po b/docs/locale/ru/LC_MESSAGES/api.models.guild.po index 55c53ef3c..a233b694b 100644 --- a/docs/locale/ru/LC_MESSAGES/api.models.guild.po +++ b/docs/locale/ru/LC_MESSAGES/api.models.guild.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:25-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -85,6 +85,67 @@ msgstr "" msgid "The location of the event, if any." msgstr "" +#: interactions.api.models.guild.EventMetadata +#: interactions.api.models.guild.Guild +#: interactions.api.models.guild.Guild.add_member_role +#: interactions.api.models.guild.Guild.ban +#: interactions.api.models.guild.Guild.clone_channel +#: interactions.api.models.guild.Guild.create_auto_moderation_rule +#: interactions.api.models.guild.Guild.create_channel +#: interactions.api.models.guild.Guild.create_emoji +#: interactions.api.models.guild.Guild.create_role +#: interactions.api.models.guild.Guild.create_scheduled_event +#: interactions.api.models.guild.Guild.create_thread +#: interactions.api.models.guild.Guild.delete_channel +#: interactions.api.models.guild.Guild.delete_emoji +#: interactions.api.models.guild.Guild.delete_role +#: interactions.api.models.guild.Guild.delete_scheduled_event +#: interactions.api.models.guild.Guild.get_auto_moderation_rule +#: interactions.api.models.guild.Guild.get_bans +#: interactions.api.models.guild.Guild.get_emoji +#: interactions.api.models.guild.Guild.get_list_of_members +#: interactions.api.models.guild.Guild.get_member +#: interactions.api.models.guild.Guild.get_role +#: interactions.api.models.guild.Guild.kick +#: interactions.api.models.guild.Guild.modify +#: interactions.api.models.guild.Guild.modify_auto_moderation_rule +#: interactions.api.models.guild.Guild.modify_channel +#: interactions.api.models.guild.Guild.modify_member +#: interactions.api.models.guild.Guild.modify_role +#: interactions.api.models.guild.Guild.modify_role_position +#: interactions.api.models.guild.Guild.modify_role_positions +#: interactions.api.models.guild.Guild.modify_scheduled_event +#: interactions.api.models.guild.Guild.remove_ban +#: interactions.api.models.guild.Guild.remove_member_role +#: interactions.api.models.guild.Guild.search_members +#: interactions.api.models.guild.Guild.set_afk_channel +#: interactions.api.models.guild.Guild.set_afk_timeout +#: interactions.api.models.guild.Guild.set_banner +#: interactions.api.models.guild.Guild.set_default_message_notifications +#: interactions.api.models.guild.Guild.set_description +#: interactions.api.models.guild.Guild.set_discovery_splash +#: interactions.api.models.guild.Guild.set_explicit_content_filter +#: interactions.api.models.guild.Guild.set_icon +#: interactions.api.models.guild.Guild.set_name +#: interactions.api.models.guild.Guild.set_preferred_locale +#: interactions.api.models.guild.Guild.set_premium_progress_bar_enabled +#: interactions.api.models.guild.Guild.set_public_updates_channel +#: interactions.api.models.guild.Guild.set_rules_channel +#: interactions.api.models.guild.Guild.set_splash +#: interactions.api.models.guild.Guild.set_system_channel +#: interactions.api.models.guild.Guild.set_verification_level +#: interactions.api.models.guild.GuildPreview +#: interactions.api.models.guild.GuildTemplate +#: interactions.api.models.guild.Integration +#: interactions.api.models.guild.Invite +#: interactions.api.models.guild.ScheduledEvents +#: interactions.api.models.guild.StageInstance +#: interactions.api.models.guild.UnavailableGuild +#: interactions.api.models.guild.WelcomeChannels +#: interactions.api.models.guild.WelcomeScreen of +msgid "Parameters" +msgstr "" + #: interactions.api.models.guild.EventStatus:1 of msgid "An enumerable object representing the status of an event." msgstr "" @@ -606,56 +667,6 @@ msgstr "" msgid "Bans a member from the guild." msgstr "" -#: interactions.api.models.guild.Guild.add_member_role -#: interactions.api.models.guild.Guild.ban -#: interactions.api.models.guild.Guild.clone_channel -#: interactions.api.models.guild.Guild.create_auto_moderation_rule -#: interactions.api.models.guild.Guild.create_channel -#: interactions.api.models.guild.Guild.create_emoji -#: interactions.api.models.guild.Guild.create_role -#: interactions.api.models.guild.Guild.create_scheduled_event -#: interactions.api.models.guild.Guild.create_thread -#: interactions.api.models.guild.Guild.delete_channel -#: interactions.api.models.guild.Guild.delete_emoji -#: interactions.api.models.guild.Guild.delete_role -#: interactions.api.models.guild.Guild.delete_scheduled_event -#: interactions.api.models.guild.Guild.get_auto_moderation_rule -#: interactions.api.models.guild.Guild.get_bans -#: interactions.api.models.guild.Guild.get_emoji -#: interactions.api.models.guild.Guild.get_list_of_members -#: interactions.api.models.guild.Guild.get_member -#: interactions.api.models.guild.Guild.get_role -#: interactions.api.models.guild.Guild.kick -#: interactions.api.models.guild.Guild.modify -#: interactions.api.models.guild.Guild.modify_auto_moderation_rule -#: interactions.api.models.guild.Guild.modify_channel -#: interactions.api.models.guild.Guild.modify_member -#: interactions.api.models.guild.Guild.modify_role -#: interactions.api.models.guild.Guild.modify_role_position -#: interactions.api.models.guild.Guild.modify_role_positions -#: interactions.api.models.guild.Guild.modify_scheduled_event -#: interactions.api.models.guild.Guild.remove_ban -#: interactions.api.models.guild.Guild.remove_member_role -#: interactions.api.models.guild.Guild.search_members -#: interactions.api.models.guild.Guild.set_afk_channel -#: interactions.api.models.guild.Guild.set_afk_timeout -#: interactions.api.models.guild.Guild.set_banner -#: interactions.api.models.guild.Guild.set_default_message_notifications -#: interactions.api.models.guild.Guild.set_description -#: interactions.api.models.guild.Guild.set_discovery_splash -#: interactions.api.models.guild.Guild.set_explicit_content_filter -#: interactions.api.models.guild.Guild.set_icon -#: interactions.api.models.guild.Guild.set_name -#: interactions.api.models.guild.Guild.set_preferred_locale -#: interactions.api.models.guild.Guild.set_premium_progress_bar_enabled -#: interactions.api.models.guild.Guild.set_public_updates_channel -#: interactions.api.models.guild.Guild.set_rules_channel -#: interactions.api.models.guild.Guild.set_splash -#: interactions.api.models.guild.Guild.set_system_channel -#: interactions.api.models.guild.Guild.set_verification_level of -msgid "Parameters" -msgstr "" - #: interactions.api.models.guild.Guild.ban:3 of msgid "The id of the member to ban" msgstr "" @@ -764,7 +775,7 @@ msgstr "" msgid "" ":type role Union[Role, int, Snowflake] :param member_id: The id of the " "member to add the roles to :type member_id: Union[Member, int, Snowflake]" -" :param reason?: The reason why the roles are added :type reason: " +" :param reason?: The reason why the roles are added :type reason?: " "Optional[str]" msgstr "" @@ -1886,12 +1897,3 @@ msgstr "" #: interactions.api.models.guild.Invite.delete:1 of msgid "Deletes the invite" msgstr "" - -#~ msgid "" -#~ ":type role Union[Role, int] :param " -#~ "member_id: The id of the member to" -#~ " add the roles to :type member_id:" -#~ " int :param reason?: The reason why" -#~ " the roles are added :type reason:" -#~ " Optional[str]" -#~ msgstr "" diff --git a/docs/locale/ru/LC_MESSAGES/api.models.gw.po b/docs/locale/ru/LC_MESSAGES/api.models.gw.po index 023d54338..fe823c232 100644 --- a/docs/locale/ru/LC_MESSAGES/api.models.gw.po +++ b/docs/locale/ru/LC_MESSAGES/api.models.gw.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -93,6 +93,36 @@ msgstr "" msgid "The substring in content that triggered rule." msgstr "" +#: interactions.api.models.gw.ApplicationCommandPermissions +#: interactions.api.models.gw.AutoModerationAction +#: interactions.api.models.gw.AutoModerationRule +#: interactions.api.models.gw.ChannelPins +#: interactions.api.models.gw.EmbeddedActivity +#: interactions.api.models.gw.GuildBan interactions.api.models.gw.GuildEmojis +#: interactions.api.models.gw.GuildIntegrations +#: interactions.api.models.gw.GuildJoinRequest +#: interactions.api.models.gw.GuildMember +#: interactions.api.models.gw.GuildMember.add_role +#: interactions.api.models.gw.GuildMember.add_to_thread +#: interactions.api.models.gw.GuildMember.ban +#: interactions.api.models.gw.GuildMember.kick +#: interactions.api.models.gw.GuildMember.modify +#: interactions.api.models.gw.GuildMember.remove_role +#: interactions.api.models.gw.GuildMember.send +#: interactions.api.models.gw.GuildMembers interactions.api.models.gw.GuildRole +#: interactions.api.models.gw.GuildScheduledEvent +#: interactions.api.models.gw.GuildScheduledEventUser +#: interactions.api.models.gw.GuildStickers +#: interactions.api.models.gw.Integration +#: interactions.api.models.gw.MessageReaction +#: interactions.api.models.gw.Presence +#: interactions.api.models.gw.ReactionRemove +#: interactions.api.models.gw.ThreadList +#: interactions.api.models.gw.ThreadMembers interactions.api.models.gw.Webhooks +#: of +msgid "Parameters" +msgstr "" + #: interactions.api.models.gw.AutoModerationRule:1 of msgid "" "A class object representing the gateway events " @@ -525,16 +555,6 @@ msgstr "" msgid "Bans the member from a guild." msgstr "" -#: interactions.api.models.gw.GuildMember.add_role -#: interactions.api.models.gw.GuildMember.add_to_thread -#: interactions.api.models.gw.GuildMember.ban -#: interactions.api.models.gw.GuildMember.kick -#: interactions.api.models.gw.GuildMember.modify -#: interactions.api.models.gw.GuildMember.remove_role -#: interactions.api.models.gw.GuildMember.send of -msgid "Parameters" -msgstr "" - #: interactions.api.models.gw.GuildMember.ban:3 of msgid "The reason of the ban" msgstr "" diff --git a/docs/locale/ru/LC_MESSAGES/api.models.member.po b/docs/locale/ru/LC_MESSAGES/api.models.member.po index d9d53d52c..ce23f99ac 100644 --- a/docs/locale/ru/LC_MESSAGES/api.models.member.po +++ b/docs/locale/ru/LC_MESSAGES/api.models.member.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -81,6 +81,18 @@ msgstr "" msgid "How long until they're unmuted, if any." msgstr "" +#: interactions.api.models.member.Member +#: interactions.api.models.member.Member.add_role +#: interactions.api.models.member.Member.add_to_thread +#: interactions.api.models.member.Member.ban +#: interactions.api.models.member.Member.get_avatar_url +#: interactions.api.models.member.Member.kick +#: interactions.api.models.member.Member.modify +#: interactions.api.models.member.Member.remove_role +#: interactions.api.models.member.Member.send of +msgid "Parameters" +msgstr "" + #: interactions.api.models.member.Member.id:1 of msgid "Returns the ID of the user." msgstr "" @@ -131,17 +143,6 @@ msgstr "" msgid "Bans the member from a guild." msgstr "" -#: interactions.api.models.member.Member.add_role -#: interactions.api.models.member.Member.add_to_thread -#: interactions.api.models.member.Member.ban -#: interactions.api.models.member.Member.get_avatar_url -#: interactions.api.models.member.Member.kick -#: interactions.api.models.member.Member.modify -#: interactions.api.models.member.Member.remove_role -#: interactions.api.models.member.Member.send of -msgid "Parameters" -msgstr "" - #: interactions.api.models.member.Member.ban:3 of msgid "The id of the guild to ban the member from" msgstr "" @@ -293,14 +294,3 @@ msgid "" "guild_id: Union[int, Snowflake, \"Guild\"] :return: URL of the members's " "avatar (None will be returned if no avatar is set) :rtype: str" msgstr "" - -#~ msgid "" -#~ "Returns the URL of the member's " -#~ "avatar for the specified guild. :param" -#~ " guild_id: The id of the guild " -#~ "to get the member's avatar from " -#~ ":type guild_id: int :return: URL of " -#~ "the members's avatar (None will be " -#~ "returned if no avatar is set) " -#~ ":rtype: str" -#~ msgstr "" diff --git a/docs/locale/ru/LC_MESSAGES/api.models.message.po b/docs/locale/ru/LC_MESSAGES/api.models.message.po index eaf0149d8..5bcd77f9c 100644 --- a/docs/locale/ru/LC_MESSAGES/api.models.message.po +++ b/docs/locale/ru/LC_MESSAGES/api.models.message.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -185,14 +185,11 @@ msgstr "" msgid "Array of sticker objects sent with the message if any. Deprecated." msgstr "" -#: interactions.api.models.message.Message.get_channel:1 of -msgid "Gets the channel where the message was sent." -msgstr "" - +#: interactions.api.models.message.Attachment +#: interactions.api.models.message.ChannelMention +#: interactions.api.models.message.Embed #: interactions.api.models.message.Embed.add_field -#: interactions.api.models.message.Embed.clear_fields #: interactions.api.models.message.Embed.insert_field_at -#: interactions.api.models.message.Embed.remove_author #: interactions.api.models.message.Embed.remove_field #: interactions.api.models.message.Embed.set_author #: interactions.api.models.message.Embed.set_field_at @@ -200,40 +197,43 @@ msgstr "" #: interactions.api.models.message.Embed.set_image #: interactions.api.models.message.Embed.set_thumbnail #: interactions.api.models.message.Embed.set_video +#: interactions.api.models.message.EmbedAuthor +#: interactions.api.models.message.EmbedField +#: interactions.api.models.message.EmbedFooter +#: interactions.api.models.message.EmbedImageStruct +#: interactions.api.models.message.EmbedProvider +#: interactions.api.models.message.Emoji #: interactions.api.models.message.Emoji.delete #: interactions.api.models.message.Emoji.get #: interactions.api.models.message.Emoji.get_all_of_guild -#: interactions.api.models.message.Emoji.url +#: interactions.api.models.message.Message #: interactions.api.models.message.Message.create_reaction #: interactions.api.models.message.Message.create_thread #: interactions.api.models.message.Message.delete #: interactions.api.models.message.Message.edit -#: interactions.api.models.message.Message.get_channel #: interactions.api.models.message.Message.get_from_url -#: interactions.api.models.message.Message.get_guild #: interactions.api.models.message.Message.get_users_from_reaction -#: interactions.api.models.message.Message.pin -#: interactions.api.models.message.Message.publish -#: interactions.api.models.message.Message.remove_all_reactions #: interactions.api.models.message.Message.remove_all_reactions_of #: interactions.api.models.message.Message.remove_own_reaction_of #: interactions.api.models.message.Message.remove_reaction_from #: interactions.api.models.message.Message.reply -#: interactions.api.models.message.Message.unpin -#: interactions.api.models.message.Message.url of -msgid "Return type" -msgstr "" - -#: interactions.api.models.message.Message.get_guild:1 of -msgid "Gets the guild where the message was sent." +#: interactions.api.models.message.MessageActivity +#: interactions.api.models.message.MessageInteraction +#: interactions.api.models.message.MessageReference +#: interactions.api.models.message.PartialSticker +#: interactions.api.models.message.ReactionObject +#: interactions.api.models.message.Sticker of +msgid "Parameters" msgstr "" -#: interactions.api.models.message.Message.delete:1 of -msgid "Deletes the message." +#: interactions.api.models.message.Message.get_channel:1 of +msgid "Gets the channel where the message was sent." msgstr "" #: interactions.api.models.message.Embed.add_field +#: interactions.api.models.message.Embed.clear_fields #: interactions.api.models.message.Embed.insert_field_at +#: interactions.api.models.message.Embed.remove_author #: interactions.api.models.message.Embed.remove_field #: interactions.api.models.message.Embed.set_author #: interactions.api.models.message.Embed.set_field_at @@ -244,17 +244,33 @@ msgstr "" #: interactions.api.models.message.Emoji.delete #: interactions.api.models.message.Emoji.get #: interactions.api.models.message.Emoji.get_all_of_guild +#: interactions.api.models.message.Emoji.url #: interactions.api.models.message.Message.create_reaction #: interactions.api.models.message.Message.create_thread #: interactions.api.models.message.Message.delete #: interactions.api.models.message.Message.edit +#: interactions.api.models.message.Message.get_channel #: interactions.api.models.message.Message.get_from_url +#: interactions.api.models.message.Message.get_guild #: interactions.api.models.message.Message.get_users_from_reaction +#: interactions.api.models.message.Message.pin +#: interactions.api.models.message.Message.publish +#: interactions.api.models.message.Message.remove_all_reactions #: interactions.api.models.message.Message.remove_all_reactions_of #: interactions.api.models.message.Message.remove_own_reaction_of #: interactions.api.models.message.Message.remove_reaction_from -#: interactions.api.models.message.Message.reply of -msgid "Parameters" +#: interactions.api.models.message.Message.reply +#: interactions.api.models.message.Message.unpin +#: interactions.api.models.message.Message.url of +msgid "Return type" +msgstr "" + +#: interactions.api.models.message.Message.get_guild:1 of +msgid "Gets the guild where the message was sent." +msgstr "" + +#: interactions.api.models.message.Message.delete:1 of +msgid "Deletes the message." msgstr "" #: interactions.api.models.message.Message.delete:3 of diff --git a/docs/locale/ru/LC_MESSAGES/api.models.misc.po b/docs/locale/ru/LC_MESSAGES/api.models.misc.po index ccfa1adc8..cfed122db 100644 --- a/docs/locale/ru/LC_MESSAGES/api.models.misc.po +++ b/docs/locale/ru/LC_MESSAGES/api.models.misc.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -66,6 +66,15 @@ msgstr "" msgid "Timeout duration in seconds, if timed out." msgstr "" +#: interactions.api.models.misc.AutoModAction +#: interactions.api.models.misc.AutoModMetaData +#: interactions.api.models.misc.AutoModTriggerMetadata +#: interactions.api.models.misc.ClientStatus interactions.api.models.misc.File +#: interactions.api.models.misc.Image interactions.api.models.misc.Overwrite +#: interactions.api.models.misc.Snowflake of +msgid "Parameters" +msgstr "" + #: interactions.api.models.misc.AutoModAction:1 of msgid "" "A class object used for the ``AUTO_MODERATION_ACTION_EXECUTION`` event. " @@ -120,12 +129,6 @@ msgid "" "integer." msgstr "" -#: interactions.api.models.misc.File.__init__ -#: interactions.api.models.misc.Image.__init__ -#: interactions.api.models.misc.Snowflake.__init__ of -msgid "Parameters" -msgstr "" - #: interactions.api.models.misc.Color.black #: interactions.api.models.misc.Color.blurple #: interactions.api.models.misc.Color.fuchsia @@ -133,7 +136,7 @@ msgstr "" #: interactions.api.models.misc.Color.red #: interactions.api.models.misc.Color.white #: interactions.api.models.misc.Color.yellow -#: interactions.api.models.misc.Snowflake.__init__ of +#: interactions.api.models.misc.Snowflake of msgid "Return type" msgstr "" @@ -284,9 +287,3 @@ msgstr "" #: interactions.api.models.misc.Overwrite:6 of msgid "Permission bit set." msgstr "" - -#~ msgid "" -#~ "A pseudosentinel based from an empty " -#~ "object. This does violate PEP, but, " -#~ "I don't care." -#~ msgstr "" diff --git a/docs/locale/ru/LC_MESSAGES/api.models.po b/docs/locale/ru/LC_MESSAGES/api.models.po index 764507670..4a5447cbe 100644 --- a/docs/locale/ru/LC_MESSAGES/api.models.po +++ b/docs/locale/ru/LC_MESSAGES/api.models.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/locale/ru/LC_MESSAGES/api.models.presence.po b/docs/locale/ru/LC_MESSAGES/api.models.presence.po index effa582b9..347c24dbc 100644 --- a/docs/locale/ru/LC_MESSAGES/api.models.presence.po +++ b/docs/locale/ru/LC_MESSAGES/api.models.presence.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -231,18 +231,3 @@ msgstr "" #: interactions.api.models.presence.ClientPresence:6 of msgid "Whether the client is afk or not." msgstr "" - -#~ msgid "Unix timestamp of when the activity was created to the User's session" -#~ msgstr "" - -#~ msgid "Custom buttons shown in the RPC." -#~ msgstr "" - -#~ msgid "A class object representing the buttons of a presence." -#~ msgstr "" - -#~ msgid "Text of the button" -#~ msgstr "" - -#~ msgid "URL of the button" -#~ msgstr "" diff --git a/docs/locale/ru/LC_MESSAGES/api.models.role.po b/docs/locale/ru/LC_MESSAGES/api.models.role.po index 9a3430734..c78eeec53 100644 --- a/docs/locale/ru/LC_MESSAGES/api.models.role.po +++ b/docs/locale/ru/LC_MESSAGES/api.models.role.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -74,6 +74,13 @@ msgstr "" msgid "The tags this role has" msgstr "" +#: interactions.api.models.role.Role interactions.api.models.role.Role.delete +#: interactions.api.models.role.Role.modify +#: interactions.api.models.role.Role.modify_position +#: interactions.api.models.role.RoleTags of +msgid "Parameters" +msgstr "" + #: interactions.api.models.role.Role.mention:1 of msgid "Returns a string that allows you to mention the given role." msgstr "" @@ -88,6 +95,7 @@ msgstr "" msgid "The string of the mentioned role." msgstr "" +#: interactions.api.models.role.Role.delete #: interactions.api.models.role.Role.mention #: interactions.api.models.role.Role.modify #: interactions.api.models.role.Role.modify_position of @@ -98,12 +106,6 @@ msgstr "" msgid "Deletes the role from the guild." msgstr "" -#: interactions.api.models.role.Role.delete -#: interactions.api.models.role.Role.modify -#: interactions.api.models.role.Role.modify_position of -msgid "Parameters" -msgstr "" - #: interactions.api.models.role.Role.delete:3 of msgid "The id of the guild to delete the role from" msgstr "" diff --git a/docs/locale/ru/LC_MESSAGES/api.models.team.po b/docs/locale/ru/LC_MESSAGES/api.models.team.po index cde90e6a6..2958a4252 100644 --- a/docs/locale/ru/LC_MESSAGES/api.models.team.po +++ b/docs/locale/ru/LC_MESSAGES/api.models.team.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/docs/locale/ru/LC_MESSAGES/api.models.user.po b/docs/locale/ru/LC_MESSAGES/api.models.user.po index 807b9d83e..5721c56da 100644 --- a/docs/locale/ru/LC_MESSAGES/api.models.user.po +++ b/docs/locale/ru/LC_MESSAGES/api.models.user.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/docs/locale/ru/LC_MESSAGES/api.models.webhook.po b/docs/locale/ru/LC_MESSAGES/api.models.webhook.po index c201be33e..be10a2fd1 100644 --- a/docs/locale/ru/LC_MESSAGES/api.models.webhook.po +++ b/docs/locale/ru/LC_MESSAGES/api.models.webhook.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -86,10 +86,7 @@ msgid "" "flow)" msgstr "" -#: interactions.api.models.webhook.Webhook.create:1 of -msgid "Creates a webhook in a channel." -msgstr "" - +#: interactions.api.models.webhook.Webhook #: interactions.api.models.webhook.Webhook.create #: interactions.api.models.webhook.Webhook.execute #: interactions.api.models.webhook.Webhook.get @@ -97,6 +94,10 @@ msgstr "" msgid "Parameters" msgstr "" +#: interactions.api.models.webhook.Webhook.create:1 of +msgid "Creates a webhook in a channel." +msgstr "" + #: interactions.api.models.webhook.Webhook.create:3 #: interactions.api.models.webhook.Webhook.get:3 of msgid "The HTTPClient of the bot, has to be set to `bot._http`." diff --git a/docs/locale/ru/LC_MESSAGES/api.po b/docs/locale/ru/LC_MESSAGES/api.po index cb74082a0..239f6eb9e 100644 --- a/docs/locale/ru/LC_MESSAGES/api.po +++ b/docs/locale/ru/LC_MESSAGES/api.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -26,15 +26,15 @@ msgstr "" msgid "Frameworks/Commands" msgstr "" -#: ../../api.rst:24 ../../api.rst:41 +#: ../../api.rst:25 ../../api.rst:42 msgid "Model/Design" msgstr "" -#: ../../api.rst:34 +#: ../../api.rst:35 msgid "Client Connections" msgstr "" -#: ../../api.rst:49 +#: ../../api.rst:50 msgid "Events" msgstr "" @@ -50,6 +50,6 @@ msgstr "" msgid "Interactions" msgstr "" -#: ../../api.rst:32 +#: ../../api.rst:33 msgid "Discord API" msgstr "" diff --git a/docs/locale/ru/LC_MESSAGES/client.po b/docs/locale/ru/LC_MESSAGES/client.po index 0bfd7ef38..854019fc5 100644 --- a/docs/locale/ru/LC_MESSAGES/client.po +++ b/docs/locale/ru/LC_MESSAGES/client.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -31,7 +31,6 @@ msgstr "" #: interactions.client.bot.Client #: interactions.client.bot.Client.__check_command #: interactions.client.bot.Client.__compare_sync -#: interactions.client.bot.Client.__init__ #: interactions.client.bot.Client.__raw_channel_create #: interactions.client.bot.Client.__raw_guild_create #: interactions.client.bot.Client.__raw_message_create @@ -46,7 +45,7 @@ msgstr "" #: interactions.client.bot.Client.modal interactions.client.bot.Client.modify #: interactions.client.bot.Client.reload interactions.client.bot.Client.remove #: interactions.client.bot.Client.user_command -#: interactions.client.bot.Extension.__new__ of +#: interactions.client.bot.Extension of msgid "Parameters" msgstr "" @@ -123,9 +122,9 @@ msgstr "" msgid "The application representation of the client." msgstr "" +#: interactions.client.bot.Client #: interactions.client.bot.Client.__check_command #: interactions.client.bot.Client.__compare_sync -#: interactions.client.bot.Client.__init__ #: interactions.client.bot.Client.__raw_channel_create #: interactions.client.bot.Client.__raw_guild_create #: interactions.client.bot.Client.__raw_message_create @@ -146,7 +145,7 @@ msgstr "" #: interactions.client.bot.Client.start #: interactions.client.bot.Client.user_command #: interactions.client.bot.Client.wait_until_ready -#: interactions.client.bot.Extension.__new__ of +#: interactions.client.bot.Extension of msgid "Return type" msgstr "" @@ -640,12 +639,3 @@ msgstr "" #: interactions.client.bot.Extension:5 of msgid "The structure of an extension:" msgstr "" - -#~ msgid "" -#~ "A wrapper designed to interpret the " -#~ "client-facing API for how a " -#~ "command is to be created and used." -#~ msgstr "" - -#~ msgid "A list of command payloads." -#~ msgstr "" diff --git a/docs/locale/ru/LC_MESSAGES/context.po b/docs/locale/ru/LC_MESSAGES/context.po index 77cab9c1c..3917f5b73 100644 --- a/docs/locale/ru/LC_MESSAGES/context.po +++ b/docs/locale/ru/LC_MESSAGES/context.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -55,6 +55,23 @@ msgstr "" msgid "The guild data model." msgstr "" +#: interactions.api.models.attrs_utils.DictSerializerMixin.update +#: interactions.client.context.CommandContext +#: interactions.client.context.CommandContext.defer +#: interactions.client.context.CommandContext.edit +#: interactions.client.context.CommandContext.populate +#: interactions.client.context.CommandContext.send +#: interactions.client.context.ComponentContext +#: interactions.client.context.ComponentContext.defer +#: interactions.client.context.ComponentContext.edit +#: interactions.client.context.ComponentContext.send +#: interactions.client.context._Context +#: interactions.client.context._Context.edit +#: interactions.client.context._Context.popup +#: interactions.client.context._Context.send of +msgid "Parameters" +msgstr "" + #: interactions.client.context._Context.get_channel:1 of msgid "This gets the channel the context was invoked in." msgstr "" @@ -107,21 +124,6 @@ msgid "" "interaction response." msgstr "" -#: interactions.api.models.attrs_utils.ClientSerializerMixin.__init__ -#: interactions.api.models.attrs_utils.DictSerializerMixin.update -#: interactions.client.context.CommandContext.defer -#: interactions.client.context.CommandContext.edit -#: interactions.client.context.CommandContext.populate -#: interactions.client.context.CommandContext.send -#: interactions.client.context.ComponentContext.defer -#: interactions.client.context.ComponentContext.edit -#: interactions.client.context.ComponentContext.send -#: interactions.client.context._Context.edit -#: interactions.client.context._Context.popup -#: interactions.client.context._Context.send of -msgid "Parameters" -msgstr "" - #: interactions.client.context.CommandContext.send:4 #: interactions.client.context.ComponentContext.send:4 #: interactions.client.context._Context.send:4 of diff --git a/docs/locale/ru/LC_MESSAGES/enums.po b/docs/locale/ru/LC_MESSAGES/enums.po index 8fc379297..ec2f643f5 100644 --- a/docs/locale/ru/LC_MESSAGES/enums.po +++ b/docs/locale/ru/LC_MESSAGES/enums.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/docs/locale/ru/LC_MESSAGES/ext.base.po b/docs/locale/ru/LC_MESSAGES/ext.base.po index 7eb2194fa..5a2fe3730 100644 --- a/docs/locale/ru/LC_MESSAGES/ext.base.po +++ b/docs/locale/ru/LC_MESSAGES/ext.base.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -148,21 +148,3 @@ msgstr "" #: interactions.ext.base.build:1 of msgid "Builds the base 3rd party the same way as ``setup`` from ``setuptools``." msgstr "" - -#~ msgid "The repository link of the library via. GitHub." -#~ msgstr "" - -#~ msgid "The description of the library, e.g. the purpose." -#~ msgstr "" - -#~ msgid "The full description of the library, e.g. README. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The package(s) of the library. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The required modules needed for library function. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "Any other keyword arguments. Defaults to ``None``." -#~ msgstr "" diff --git a/docs/locale/ru/LC_MESSAGES/ext.converter.po b/docs/locale/ru/LC_MESSAGES/ext.converter.po index 8f0df6d4b..fdd604d85 100644 --- a/docs/locale/ru/LC_MESSAGES/ext.converter.po +++ b/docs/locale/ru/LC_MESSAGES/ext.converter.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -40,21 +40,23 @@ msgstr "" msgid "The second object to be converted." msgstr "" -#: interactions.ext.converter.Converter._map_attr:1 of -msgid "Maps the attributes between the models for conversion reference." +#: interactions.ext.converter.Converter +#: interactions.ext.converter.Converter.get_attr of +msgid "Parameters" msgstr "" +#: interactions.ext.converter.Converter #: interactions.ext.converter.Converter._map_attr #: interactions.ext.converter.Converter.difference #: interactions.ext.converter.Converter.get_attr #: interactions.ext.converter.Converter.get_attrs #: interactions.ext.converter.Converter.missing #: interactions.ext.converter.Converter.ref of -msgid "Returns" +msgid "Return type" msgstr "" -#: interactions.ext.converter.Converter._map_attr:3 of -msgid "A dictionary of attributes mapped." +#: interactions.ext.converter.Converter._map_attr:1 of +msgid "Maps the attributes between the models for conversion reference." msgstr "" #: interactions.ext.converter.Converter._map_attr @@ -63,15 +65,15 @@ msgstr "" #: interactions.ext.converter.Converter.get_attrs #: interactions.ext.converter.Converter.missing #: interactions.ext.converter.Converter.ref of -msgid "Return type" +msgid "Returns" msgstr "" -#: interactions.ext.converter.Converter.get_attr:1 of -msgid "Gets a mapped attribute." +#: interactions.ext.converter.Converter._map_attr:3 of +msgid "A dictionary of attributes mapped." msgstr "" -#: interactions.ext.converter.Converter.get_attr of -msgid "Parameters" +#: interactions.ext.converter.Converter.get_attr:1 of +msgid "Gets a mapped attribute." msgstr "" #: interactions.ext.converter.Converter.get_attr:3 of diff --git a/docs/locale/ru/LC_MESSAGES/ext.error.po b/docs/locale/ru/LC_MESSAGES/ext.error.po index 7b39f4fa1..ca0f95fca 100644 --- a/docs/locale/ru/LC_MESSAGES/ext.error.po +++ b/docs/locale/ru/LC_MESSAGES/ext.error.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/docs/locale/ru/LC_MESSAGES/ext.gettingstarted.po b/docs/locale/ru/LC_MESSAGES/ext.gettingstarted.po index 1c21e3eb3..0de3ee399 100644 --- a/docs/locale/ru/LC_MESSAGES/ext.gettingstarted.po +++ b/docs/locale/ru/LC_MESSAGES/ext.gettingstarted.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/locale/ru/LC_MESSAGES/ext.po b/docs/locale/ru/LC_MESSAGES/ext.po index ee17491a5..f3afe86ec 100644 --- a/docs/locale/ru/LC_MESSAGES/ext.po +++ b/docs/locale/ru/LC_MESSAGES/ext.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/locale/ru/LC_MESSAGES/ext.version.po b/docs/locale/ru/LC_MESSAGES/ext.version.po index 581fb477c..850829199 100644 --- a/docs/locale/ru/LC_MESSAGES/ext.version.po +++ b/docs/locale/ru/LC_MESSAGES/ext.version.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -198,29 +198,3 @@ msgstr "" #: interactions.ext.version.Version.extend_version:7 of msgid "The alphanumeric version was incorrectly formatted." msgstr "" - -#~ msgid "" -#~ "The author's relationship as the main" -#~ " or co-author. Defaults to ``False``." -#~ msgstr "" - -#~ msgid "The author's state of activity. Defaults to ``True``." -#~ msgstr "" - -#~ msgid "The author's email address or point of contact. Defaults to ``None``." -#~ msgstr "" - -#~ msgid "The major version. If not specified, ``version`` will be read from." -#~ msgstr "" - -#~ msgid "The minor version. If not specified, ``version`` will be read from." -#~ msgstr "" - -#~ msgid "The patch version. If not specified, ``version`` will be read from." -#~ msgstr "" - -#~ msgid "" -#~ "The overall version. Must be used " -#~ "if ``major``, ``minor`` or ``patch`` are" -#~ " not." -#~ msgstr "" diff --git a/docs/locale/ru/LC_MESSAGES/faq.po b/docs/locale/ru/LC_MESSAGES/faq.po index 308f71de8..1bf421161 100644 --- a/docs/locale/ru/LC_MESSAGES/faq.po +++ b/docs/locale/ru/LC_MESSAGES/faq.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -521,77 +521,3 @@ msgid "" "Please join our `Discord Server`_ for any further support regarding our " "library and/or any integration code depending on it." msgstr "" - -#~ msgid "" -#~ "This page is maintained by the " -#~ "Helpers of the Discord server, and " -#~ "developers at their discretion. For any" -#~ " comments, feedback or concerns please " -#~ "consider joining our server and bringing" -#~ " it up in our support channels." -#~ msgstr "" - -#~ msgid "discord.py is dead! Will this library die too?" -#~ msgstr "" - -#~ msgid "" -#~ "The decision to become a standalone " -#~ "library that is now an API wrapper" -#~ " for the Discord API was made " -#~ "before Danny posted his gist on " -#~ "GitHub about ceasing development of " -#~ "discord.py. This is the official " -#~ "statement from the library developer " -#~ "regarding this:" -#~ msgstr "" - -#~ msgid "" -#~ "The most *biased* answer would be " -#~ "to, of course, *use interactions.py.* We" -#~ " already offer a lot of the " -#~ "integral API wrapper aspects as " -#~ "discord.py does, however, we only " -#~ "specialize in interactions. Which means " -#~ "things such as these won't be " -#~ "supported officially by us (but might" -#~ " be available as 3rd parties):" -#~ msgstr "" - -#~ msgid "" -#~ "Cooldowns aren't really an actual " -#~ "feature of the Discord API itself, " -#~ "but rather more of a convienent " -#~ "feature implemented in discord.py in " -#~ "order to avoid spamming of commands." -#~ msgstr "" - -#~ msgid "" -#~ "That's the neat part: it's really " -#~ "hard to do that, and most of " -#~ "the time, they won't. Unless they " -#~ "copy the exact string that was " -#~ "used when you open up the UI " -#~ "element to do it numerous times, " -#~ "most users do and will not be " -#~ "able to know how to do this. " -#~ "However, if you as a bot developer" -#~ " feel at unease about this, you " -#~ "are more than welcome to implement " -#~ "your own cooldown methods yourself. " -#~ "Cooldowns were an ultimatum that came" -#~ " as the result of message commands" -#~ " being able to be spammable, and " -#~ "since we won't be supporting them, " -#~ "there's no feasibility to having them" -#~ " in our library." -#~ msgstr "" - -#~ msgid "" -#~ "Please join our Discord server for " -#~ "any further support regarding our " -#~ "library and/or any integration code " -#~ "depending on it." -#~ msgstr "" - -#~ msgid "Invite Link: https://discord.gg/KkgMBVuEkx" -#~ msgstr "" diff --git a/docs/locale/ru/LC_MESSAGES/index.po b/docs/locale/ru/LC_MESSAGES/index.po index eb0f03796..91465f9df 100644 --- a/docs/locale/ru/LC_MESSAGES/index.po +++ b/docs/locale/ru/LC_MESSAGES/index.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -247,36 +247,3 @@ msgstr "" #: ../../index.rst:88 msgid ":ref:`modindex`" msgstr "" - -#~ msgid "" -#~ "**pre-commit** ``2.16.0``: the architecture" -#~ " uses this before every commit to " -#~ "format and check for severity/QOL-" -#~ "breaking changes." -#~ msgstr "" - -#~ msgid "**black** ``21.11b1``" -#~ msgstr "" - -#~ msgid "**flake8** ``3.9.2``" -#~ msgstr "" - -#~ msgid "**isort** ``5.9.3``" -#~ msgstr "" - -#~ msgid "" -#~ "**Sphinx** ``4.1.2``: all of our " -#~ "documentation is powered off of " -#~ "autogenerated documentation of the Sphinx " -#~ "engine." -#~ msgstr "" - -#~ msgid "" -#~ "**colorama** ``0.4.4``: our internal logger" -#~ " uses a customized coloring formatter " -#~ "to make looking for specific conditions" -#~ " easier when running tests." -#~ msgstr "" - -#~ msgid ":ref:`search`" -#~ msgstr "" diff --git a/docs/locale/ru/LC_MESSAGES/migration.po b/docs/locale/ru/LC_MESSAGES/migration.po index 766999c9f..9f0d8e6aa 100644 --- a/docs/locale/ru/LC_MESSAGES/migration.po +++ b/docs/locale/ru/LC_MESSAGES/migration.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -148,10 +148,3 @@ msgid "" "your argument in your function differently than your option name! " "Example:" msgstr "" - -#~ msgid "" -#~ "A new big change in this release" -#~ " is the implementation of the ``get``" -#~ " utility method. It allows you to " -#~ "no longer use ``**await bot._http...``." -#~ msgstr "" diff --git a/docs/locale/ru/LC_MESSAGES/models.command.po b/docs/locale/ru/LC_MESSAGES/models.command.po index acbfe63bc..5c72da5b0 100644 --- a/docs/locale/ru/LC_MESSAGES/models.command.po +++ b/docs/locale/ru/LC_MESSAGES/models.command.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -62,6 +62,22 @@ msgid "" "same restrictions as the ``name`` field." msgstr "" +#: interactions.client.models.command.ApplicationCommand +#: interactions.client.models.command.Choice +#: interactions.client.models.command.Command +#: interactions.client.models.command.Command.__call +#: interactions.client.models.command.Command.__check_command +#: interactions.client.models.command.Command.__wrap_coro +#: interactions.client.models.command.Command.autocomplete +#: interactions.client.models.command.Command.error +#: interactions.client.models.command.Command.group +#: interactions.client.models.command.Command.subcommand +#: interactions.client.models.command.Option +#: interactions.client.models.command.Permission +#: interactions.client.models.command.option of +msgid "Parameters" +msgstr "" + #: interactions.client.models.command.Option:1 of msgid "A class object representing the option of an application command." msgstr "" @@ -235,17 +251,6 @@ msgstr "" msgid "The structure of an option:" msgstr "" -#: interactions.client.models.command.Command.__call -#: interactions.client.models.command.Command.__check_command -#: interactions.client.models.command.Command.__wrap_coro -#: interactions.client.models.command.Command.autocomplete -#: interactions.client.models.command.Command.error -#: interactions.client.models.command.Command.group -#: interactions.client.models.command.Command.subcommand -#: interactions.client.models.command.option of -msgid "Parameters" -msgstr "" - #: interactions.client.models.command.option:12 of msgid "The type of the option." msgstr "" @@ -520,12 +525,3 @@ msgid "" ":class:`interactions.client.bot.Extension` is passed to the coroutine, if" " any." msgstr "" - -#~ msgid "The structure for a choice: ::" -#~ msgstr "" - -#~ msgid "The structure for an option: ::" -#~ msgstr "" - -#~ msgid "The structure for a permission: ::" -#~ msgstr "" diff --git a/docs/locale/ru/LC_MESSAGES/models.component.po b/docs/locale/ru/LC_MESSAGES/models.component.po index e4d356e6c..ae186054c 100644 --- a/docs/locale/ru/LC_MESSAGES/models.component.po +++ b/docs/locale/ru/LC_MESSAGES/models.component.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-07-16 17:02-0400\n" +"POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -58,6 +58,17 @@ msgstr "" msgid "Whether the select option is the default for the select menu." msgstr "" +#: interactions.client.models.component.ActionRow +#: interactions.client.models.component.ActionRow.new +#: interactions.client.models.component.Button +#: interactions.client.models.component.Component +#: interactions.client.models.component.Modal +#: interactions.client.models.component.SelectMenu +#: interactions.client.models.component.SelectOption +#: interactions.client.models.component.TextInput of +msgid "Parameters" +msgstr "" + #: interactions.client.models.component.SelectMenu:1 of msgid "" "A class object representing the select menu of a component. The structure" @@ -314,10 +325,6 @@ msgstr "" msgid "A class method for creating a new ``ActionRow``." msgstr "" -#: interactions.client.models.component.ActionRow.new of -msgid "Parameters" -msgstr "" - #: interactions.client.models.component.ActionRow.new:3 of msgid "The components to add to the ``ActionRow``." msgstr "" diff --git a/docs/locale/ru/LC_MESSAGES/models.misc.po b/docs/locale/ru/LC_MESSAGES/models.misc.po index 28f7a3b8d..9ea8f4346 100644 --- a/docs/locale/ru/LC_MESSAGES/models.misc.po +++ b/docs/locale/ru/LC_MESSAGES/models.misc.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-17 16:00-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/docs/locale/ru/LC_MESSAGES/models.po b/docs/locale/ru/LC_MESSAGES/models.po index a322bcb50..04da90614 100644 --- a/docs/locale/ru/LC_MESSAGES/models.po +++ b/docs/locale/ru/LC_MESSAGES/models.po @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-07 21:27-0400\n" +"POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/docs/locale/ru/LC_MESSAGES/quickstart.po b/docs/locale/ru/LC_MESSAGES/quickstart.po index f92a3951e..89ed78f26 100644 --- a/docs/locale/ru/LC_MESSAGES/quickstart.po +++ b/docs/locale/ru/LC_MESSAGES/quickstart.po @@ -7,7 +7,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: interactions.py 4.2\n" +"Project-Id-Version: interactions.py 4.3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-07-16 17:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" @@ -673,6 +673,3 @@ msgstr "" #: ../../quickstart.rst:675 msgid "Usage of ``@autodefer()``:" msgstr "" - -#~ msgid "``name`` and ``description`` are required." -#~ msgstr ""