mirror of
https://github.com/weyne85/discord_music_bot.git
synced 2025-10-29 16:58:27 +00:00
Upgrading views manager in messages timeout
This commit is contained in:
@@ -8,3 +8,7 @@ class AbstractView(ABC):
|
||||
|
||||
def set_message(self, message) -> None:
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def stopView(self) -> None:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user