feat(MessageManager): Add offset and limit (search method)

This commit is contained in:
March 7th
2022-07-17 22:26:50 +07:00
parent 600df364f4
commit 84aa682bf6
8 changed files with 13 additions and 8 deletions

View File

@@ -1 +0,0 @@
update soon ~

View File

@@ -81,7 +81,7 @@ const w = new Discord.WebEmbed({
.setDescription('description uh')
.setProvider({ name: 'provider', url: 'https://google.com' })
.setTitle('This is Title')
.setURL('https://google.com')
.setURL('https://google.com')
.setImage(
'https://cdn.discordapp.com/attachments/820557032016969751/959093026695835648/unknown.png',
)