Skip to content

Commit

Permalink
Update views.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MeatyChunks authored Apr 21, 2024
1 parent 1cf1656 commit 4b584f5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions redbot/core/utils/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,7 @@ def __init__(
discord.SelectOption(label=_("Page {num}").format(num=num + 1), value=num)
for num, x in enumerate(pages)
]
self.stop_button = _StopButton(
discord.ButtonStyle.red, "<:x_:1103780422174900274>"
)
self.stop_button = _StopButton(discord.ButtonStyle.red, "<:x_:1103780422174900274>")
self.select_menu = self._get_select_menu()
self.add_item(self.stop_button)
if self.source.is_paginating() and not self.use_select_only:
Expand Down

0 comments on commit 4b584f5

Please sign in to comment.