Skip to content

Commit 6523a18

Browse files
committed
Matched version
1 parent 726164e commit 6523a18

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

discord_slash/context.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,10 @@ async def send(self,
192192
resp = await self._http.post_followup(base, self.__token, files=files)
193193
if not hidden:
194194
smsg = model.SlashMessage(state=self.bot._connection,
195-
data=resp,
196-
channel=self.channel or discord.Object(id=self.channel_id),
197-
_http=self._http,
198-
interaction_token=self.__token)
195+
data=resp,
196+
channel=self.channel or discord.Object(id=self.channel_id),
197+
_http=self._http,
198+
interaction_token=self.__token)
199199
if delete_after:
200200
self.bot.loop.create_task(smsg.delete(delay=delete_after))
201201
if initial_message:

docs/migration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Migration
22
+++++++++
33
This page contains instructions on how to migrate between versions with breaking changes.
44

5-
Migrate To V1.0.10
5+
Migrate To V1.1.0
66
==================
77
Changes that you'll need to make in this version are mainly becuase of a new ui from discord, more info `here <https://github.com/discord/discord-api-docs/pull/2615>`_
88

0 commit comments

Comments
 (0)