forked from botsito2/pruebabot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathanime-link.js
53 lines (52 loc) · 1.62 KB
/
anime-link.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
let handler = async m => m.reply(`
┏ ┅ ━━━━━━━━━━━━ ┅ ━
┇ *「 ANIME LINK 」*
┣ ┅ ━━━━━━━━━━━━ ┅ ━
┃ ❖ https://kusonime.com
┃ ❖ https://anoboy.media
┃ ❖ https://oploverzz.net
┃ ❖ https://Otakudesu.moe
┃ ❖ https://neonime.site
┃ ❖ https://gomunime.online
┃ ❖ https://samehadaku.vip
┃ ❖ https://drivenime.com
┃ ❖ https://Anitoki.xyz
┃ ❖ https://Anime-indo.cc
┃ ❖ https://otakudere.net
┃ ❖ https://huntersekaisub.blogspot.com
┃ ❖ https://o.anibatch.me
┃ ❖ https://animeku.me
┃ ❖ https://anikyojin.net
┃ ❖ https://samehadaku.vip
┃ ❖ https://riie.jp
┃ ❖ https://asta.zonawibu.cc
┃ ❖ https://anitoki.web.id
┃ ❖ https://anime-indo.co
┃ ❖ https://meownime.moe
┃ ❖ https://meownime.ltd
┃ ❖ https://miownime.com
┃ ❖ https://nimegami.com
┃ ❖ https://anisubindo.video
┃ ❖ https://wibudesu.com
┃ ❖ https://shirainime.com
┃ ❖ https://animeku.com
┃ ❖ https://naruchiha.id
┃ ❖ https://gantzid.com
┃ ❖ https://animekompi.web.id
┃ ❖ https://www.pandanime.online
┃ ❖ https://Koenime.com
┃ ❖ https://moenime.web.id
┃ ❖ https://nontonanimeid.com
┃ ❖ https://pendekarsubs.us
┃ ❖ https://melodysubs.net
┃ ❖ https://pucuktranslation.pw
┃ ❖ https://kazefuri.net
┃ ❖ https://haruzorasubs.net
┃ ❖ https://myanimelist.net
┗ ┅ ━━━━━━━━━━━ ┅ ━
`.trim()) // Tambah sendiri kalo mau
handler.help = ['animelink']
handler.tags = ['anime']
handler.command = /^animelink$/i
handler.register =false
module.exports = handler