mirror of
https://github.com/RafaelSolVargas/Vulkan.git
synced 2025-10-29 16:57:23 +00:00
Adding support to slash commands
This commit is contained in:
@@ -396,6 +396,11 @@ class VEmbeds:
|
||||
)
|
||||
return embed
|
||||
|
||||
def PLAYLIST_CLEAR(self) -> Embed:
|
||||
return Embed(
|
||||
description=self.__messages.PLAYLIST_CLEAR
|
||||
)
|
||||
|
||||
def CARA_COROA(self, result: str) -> Embed:
|
||||
embed = Embed(
|
||||
title='Cara Coroa',
|
||||
|
||||
Reference in New Issue
Block a user