fixed book... again.
This commit is contained in:
parent
4e8bee6785
commit
dc98e5eea3
@ -291,7 +291,7 @@ class Book:
|
|||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
elif str(reaction.emoji) == self._bot.book_emojis['unlock']:
|
elif str(reaction.emoji) == self._bot.book_emojis['unlock']:
|
||||||
self._locked = False
|
self._locked = False
|
||||||
self._message.remove_reaction(reaction, self._channel.guild.me)
|
await self._message.remove_reaction(reaction, self._channel.guild.me)
|
||||||
continue
|
continue
|
||||||
await self._message.remove_reaction(reaction, user)
|
await self._message.remove_reaction(reaction, user)
|
||||||
await self.display_page()
|
await self.display_page()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user