priyanshbot12 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (723) hide show
  1. package/.Dockerignore +4 -0
  2. package/.dockerignore +4 -0
  3. package/.github/workflows/publish.yml +20 -0
  4. package/Dockerfile +5 -0
  5. package/Priyansh.js +601 -0
  6. package/appcap.json +0 -0
  7. package/appstate.json +263 -0
  8. package/config.json +231 -0
  9. package/includes/antist.sqlite +0 -0
  10. package/includes/controllers/currencies.js +100 -0
  11. package/includes/controllers/threads.js +89 -0
  12. package/includes/controllers/users.js +96 -0
  13. package/includes/database/index.js +41 -0
  14. package/includes/database/model.js +22 -0
  15. package/includes/database/models/currencies.js +26 -0
  16. package/includes/database/models/threads.js +21 -0
  17. package/includes/database/models/users.js +21 -0
  18. package/includes/handle/handleCommand.js +140 -0
  19. package/includes/handle/handleCommandEvent.js +43 -0
  20. package/includes/handle/handleCreateDatabase.js +62 -0
  21. package/includes/handle/handleEvent.js +37 -0
  22. package/includes/handle/handleNotification.js +47 -0
  23. package/includes/handle/handleReaction.js +44 -0
  24. package/includes/handle/handleRefresh.js +66 -0
  25. package/includes/handle/handleReply.js +44 -0
  26. package/includes/listen.js +307 -0
  27. package/index.js +93 -0
  28. package/languages/en.lang +103 -0
  29. package/languages/vi.lang +104 -0
  30. package/lol.json +4001 -0
  31. package/modChangeColorFca.js +78 -0
  32. package/modules/commands/0tom.js +25 -0
  33. package/modules/commands/6packs.js +142 -0
  34. package/modules/commands/Bio.js +18 -0
  35. package/modules/commands/Getavtfb.js +59 -0
  36. package/modules/commands/Google.js +77 -0
  37. package/modules/commands/Obama.js +74 -0
  38. package/modules/commands/Onbot.js +5 -0
  39. package/modules/commands/Priyanshu/approvedThreads.json +151 -0
  40. package/modules/commands/Priyanshu/pendingdThreads.json +1 -0
  41. package/modules/commands/Rank.js +201 -0
  42. package/modules/commands/Rushi.js +30 -0
  43. package/modules/commands/Simpson.js +76 -0
  44. package/modules/commands/Troll.json +26 -0
  45. package/modules/commands/Trump.js +76 -0
  46. package/modules/commands/Vonglap.js +24 -0
  47. package/modules/commands/Work-beta.js +113 -0
  48. package/modules/commands/aah-xsound.js +26 -0
  49. package/modules/commands/accept_fri.js +111 -0
  50. package/modules/commands/adc.js +106 -0
  51. package/modules/commands/adden.js +83 -0
  52. package/modules/commands/adduser.js +52 -0
  53. package/modules/commands/admin.js +254 -0
  54. package/modules/commands/ai.js +97 -0
  55. package/modules/commands/ai1.js +39 -0
  56. package/modules/commands/alert.js +1 -0
  57. package/modules/commands/allbox.js +194 -0
  58. package/modules/commands/alllin.js +85 -0
  59. package/modules/commands/altar.js +56 -0
  60. package/modules/commands/amogus.js +26 -0
  61. package/modules/commands/anifact.js +33 -0
  62. package/modules/commands/animalear.js +26 -0
  63. package/modules/commands/animeimg.js +25 -0
  64. package/modules/commands/animescrape.js +101 -0
  65. package/modules/commands/antichange.js +237 -0
  66. package/modules/commands/antijoin.js +22 -0
  67. package/modules/commands/antiout.js +22 -0
  68. package/modules/commands/antirobbery.js +22 -0
  69. package/modules/commands/approve.js +139 -0
  70. package/modules/commands/appstate.js +30 -0
  71. package/modules/commands/ara.js +28 -0
  72. package/modules/commands/art.js +39 -0
  73. package/modules/commands/astalk.json +85 -0
  74. package/modules/commands/autoban.js +45 -0
  75. package/modules/commands/automention.js +17 -0
  76. package/modules/commands/autoreact.js +62 -0
  77. package/modules/commands/autoreset.js +40 -0
  78. package/modules/commands/autoseen.js +1 -0
  79. package/modules/commands/autosetname.js +52 -0
  80. package/modules/commands/avatar.js +32 -0
  81. package/modules/commands/avt.js +76 -0
  82. package/modules/commands/award.js +84 -0
  83. package/modules/commands/ayaka.js +134 -0
  84. package/modules/commands/baicao.js +166 -0
  85. package/modules/commands/balance.js +42 -0
  86. package/modules/commands/ban.js +220 -0
  87. package/modules/commands/banking.js +132 -0
  88. package/modules/commands/banner.js +93 -0
  89. package/modules/commands/banner2.js +237 -0
  90. package/modules/commands/banner3.js +510 -0
  91. package/modules/commands/bard.js +59 -0
  92. package/modules/commands/batmanslap.js +79 -0
  93. package/modules/commands/baybayin.js +18 -0
  94. package/modules/commands/bbm.js +84 -0
  95. package/modules/commands/beast.js +62 -0
  96. package/modules/commands/bf.js +74 -0
  97. package/modules/commands/biden.js +25 -0
  98. package/modules/commands/bigtext.js +219 -0
  99. package/modules/commands/billboard.js +83 -0
  100. package/modules/commands/birthday.js +27 -0
  101. package/modules/commands/board.js +74 -0
  102. package/modules/commands/bot.js +245 -0
  103. package/modules/commands/bot1.js +414 -0
  104. package/modules/commands/botban.js +51 -0
  105. package/modules/commands/botsay.js +16 -0
  106. package/modules/commands/box.js +119 -0
  107. package/modules/commands/boxinfo.js +53 -0
  108. package/modules/commands/bruh.js +26 -0
  109. package/modules/commands/cache/1.png +0 -0
  110. package/modules/commands/cache/2.gif +0 -0
  111. package/modules/commands/cache/2.png +0 -0
  112. package/modules/commands/cache/20.jpg +0 -0
  113. package/modules/commands/cache/3.png +0 -0
  114. package/modules/commands/cache/4.png +0 -0
  115. package/modules/commands/cache/5.png +0 -0
  116. package/modules/commands/cache/50.jpg +0 -0
  117. package/modules/commands/cache/6.png +0 -0
  118. package/modules/commands/cache/7.png +0 -0
  119. package/modules/commands/cache/8.jpg +0 -0
  120. package/modules/commands/cache/8.png +0 -0
  121. package/modules/commands/cache/9.png +0 -0
  122. package/modules/commands/cache/AlegreyaSans-Regular.ttf +0 -0
  123. package/modules/commands/cache/ArialUnicodeMS.ttf +0 -0
  124. package/modules/commands/cache/Avthai.png +0 -0
  125. package/modules/commands/cache/Play-Bold.ttf +0 -0
  126. package/modules/commands/cache/SVN-Arial 2.ttf +0 -0
  127. package/modules/commands/cache/VNCORSI.ttf +0 -0
  128. package/modules/commands/cache/autoseen.txt +1 -0
  129. package/modules/commands/cache/autosetname.json +1 -0
  130. package/modules/commands/cache/avt.png +0 -0
  131. package/modules/commands/cache/avt2.png +0 -0
  132. package/modules/commands/cache/avt_100000377396525.png +0 -0
  133. package/modules/commands/cache/avt_100027379701085.png +0 -0
  134. package/modules/commands/cache/avtuserrd2.png +0 -0
  135. package/modules/commands/cache/avtuserrd3.png +0 -0
  136. package/modules/commands/cache/banner.gif +0 -0
  137. package/modules/commands/cache/biden1.png +2 -0
  138. package/modules/commands/cache/bill.json +1 -0
  139. package/modules/commands/cache/bold-font.ttf +0 -0
  140. package/modules/commands/cache/canvas/arr2.png +0 -0
  141. package/modules/commands/cache/canvas/choigay.png +0 -0
  142. package/modules/commands/cache/canvas/fuck.png +0 -0
  143. package/modules/commands/cache/canvas/fuckv2.png +0 -0
  144. package/modules/commands/cache/canvas/fuckv3.png +0 -0
  145. package/modules/commands/cache/canvas/fuckv4.png +0 -0
  146. package/modules/commands/cache/canvas/hug4.png +0 -0
  147. package/modules/commands/cache/canvas/hugp.png +0 -0
  148. package/modules/commands/cache/canvas/hugv1.png +0 -0
  149. package/modules/commands/cache/canvas/hugv2.png +0 -0
  150. package/modules/commands/cache/canvas/hugv3.png +0 -0
  151. package/modules/commands/cache/canvas/josh.png +0 -0
  152. package/modules/commands/cache/canvas/joshua.png +0 -0
  153. package/modules/commands/cache/canvas/love2.jpg +0 -0
  154. package/modules/commands/cache/canvas/marriedv1.png +0 -0
  155. package/modules/commands/cache/canvas/marriedv2.png +0 -0
  156. package/modules/commands/cache/canvas/marriedv3.png +0 -0
  157. package/modules/commands/cache/canvas/marriedv4.png +0 -0
  158. package/modules/commands/cache/canvas/marriedv5.png +0 -0
  159. package/modules/commands/cache/canvas/marriedv6.jpeg +0 -0
  160. package/modules/commands/cache/canvas/marrywi.png +0 -0
  161. package/modules/commands/cache/canvas/namtay.png +0 -0
  162. package/modules/commands/cache/canvas/pairing.jpg +0 -0
  163. package/modules/commands/cache/canvas/pj.png +0 -0
  164. package/modules/commands/cache/canvas/seophi.png +0 -0
  165. package/modules/commands/cache/checkttDay.json +11594 -0
  166. package/modules/commands/cache/chocolate.jpg +0 -0
  167. package/modules/commands/cache/customrank/.txt +1 -0
  168. package/modules/commands/cache/data.json +3 -0
  169. package/modules/commands/cache/datlich.json +1 -0
  170. package/modules/commands/cache/dhbc1.png +0 -0
  171. package/modules/commands/cache/dhbc2.png +0 -0
  172. package/modules/commands/cache/elaina.jpg +0 -0
  173. package/modules/commands/cache/fbcover.png +0 -0
  174. package/modules/commands/cache/giflove.png +0 -0
  175. package/modules/commands/cache/giflove1.png +0 -0
  176. package/modules/commands/cache/giflove2.png +0 -0
  177. package/modules/commands/cache/giflove3.png +0 -0
  178. package/modules/commands/cache/giflove4.png +0 -0
  179. package/modules/commands/cache/giflove5.png +0 -0
  180. package/modules/commands/cache/giflove6.png +0 -0
  181. package/modules/commands/cache/giflove7.png +0 -0
  182. package/modules/commands/cache/hon.png +0 -0
  183. package/modules/commands/cache/hon1.png +0 -0
  184. package/modules/commands/cache/hon2.png +0 -0
  185. package/modules/commands/cache/image-0.png +0 -0
  186. package/modules/commands/cache/image-1.png +0 -0
  187. package/modules/commands/cache/image-10.png +0 -0
  188. package/modules/commands/cache/image-11.png +0 -0
  189. package/modules/commands/cache/image-12.png +0 -0
  190. package/modules/commands/cache/image-13.png +0 -0
  191. package/modules/commands/cache/image-14.png +0 -0
  192. package/modules/commands/cache/image-15.png +0 -0
  193. package/modules/commands/cache/image-16.png +0 -0
  194. package/modules/commands/cache/image-17.png +0 -0
  195. package/modules/commands/cache/image-18.png +0 -0
  196. package/modules/commands/cache/image-19.png +0 -0
  197. package/modules/commands/cache/image-2.png +0 -0
  198. package/modules/commands/cache/image-20.png +0 -0
  199. package/modules/commands/cache/image-21.png +0 -0
  200. package/modules/commands/cache/image-22.png +0 -0
  201. package/modules/commands/cache/image-23.png +0 -0
  202. package/modules/commands/cache/image-24.png +0 -0
  203. package/modules/commands/cache/image-25.png +0 -0
  204. package/modules/commands/cache/image-26.png +0 -0
  205. package/modules/commands/cache/image-27.png +0 -0
  206. package/modules/commands/cache/image-28.png +0 -0
  207. package/modules/commands/cache/image-29.png +0 -0
  208. package/modules/commands/cache/image-3.png +0 -0
  209. package/modules/commands/cache/image-30.png +0 -0
  210. package/modules/commands/cache/image-31.png +0 -0
  211. package/modules/commands/cache/image-32.png +0 -0
  212. package/modules/commands/cache/image-33.png +0 -0
  213. package/modules/commands/cache/image-34.png +0 -0
  214. package/modules/commands/cache/image-35.png +0 -0
  215. package/modules/commands/cache/image-36.png +0 -0
  216. package/modules/commands/cache/image-37.png +0 -0
  217. package/modules/commands/cache/image-38.png +0 -0
  218. package/modules/commands/cache/image-39.png +0 -0
  219. package/modules/commands/cache/image-4.png +0 -0
  220. package/modules/commands/cache/image-40.png +0 -0
  221. package/modules/commands/cache/image-41.png +0 -0
  222. package/modules/commands/cache/image-42.png +0 -0
  223. package/modules/commands/cache/image-43.png +0 -0
  224. package/modules/commands/cache/image-44.png +0 -0
  225. package/modules/commands/cache/image-45.png +0 -0
  226. package/modules/commands/cache/image-46.png +0 -0
  227. package/modules/commands/cache/image-47.png +0 -0
  228. package/modules/commands/cache/image-48.png +0 -0
  229. package/modules/commands/cache/image-49.png +0 -0
  230. package/modules/commands/cache/image-5.png +0 -0
  231. package/modules/commands/cache/image-50.png +0 -0
  232. package/modules/commands/cache/image-51.png +0 -0
  233. package/modules/commands/cache/image-52.png +0 -0
  234. package/modules/commands/cache/image-53.png +0 -0
  235. package/modules/commands/cache/image-6.png +0 -0
  236. package/modules/commands/cache/image-7.png +0 -0
  237. package/modules/commands/cache/image-8.png +0 -0
  238. package/modules/commands/cache/image-9.png +0 -0
  239. package/modules/commands/cache/img1.png +0 -0
  240. package/modules/commands/cache/img2.png +0 -0
  241. package/modules/commands/cache/listwarning.json +1 -0
  242. package/modules/commands/cache/lyrics.png +0 -0
  243. package/modules/commands/cache/memory.ttf +1950 -0
  244. package/modules/commands/cache/memorygame.png +0 -0
  245. package/modules/commands/cache/menu.gif +0 -0
  246. package/modules/commands/cache/mikasa.jpg +0 -0
  247. package/modules/commands/cache/mirai.jpg +0 -0
  248. package/modules/commands/cache/nami.jpg +0 -0
  249. package/modules/commands/cache/night.jpg +0 -0
  250. package/modules/commands/cache/notes.json +1 -0
  251. package/modules/commands/cache/priyansh.jpg +0 -0
  252. package/modules/commands/cache/quybu.gif +0 -0
  253. package/modules/commands/cache/rankcard.png +0 -0
  254. package/modules/commands/cache/rankcard1.png +0 -0
  255. package/modules/commands/cache/rankcard10.png +0 -0
  256. package/modules/commands/cache/rankcard11.png +0 -0
  257. package/modules/commands/cache/rankcard12.png +0 -0
  258. package/modules/commands/cache/rankcard13.png +0 -0
  259. package/modules/commands/cache/rankcard14.png +0 -0
  260. package/modules/commands/cache/rankcard2.png +0 -0
  261. package/modules/commands/cache/rankcard3.png +0 -0
  262. package/modules/commands/cache/rankcard4.png +0 -0
  263. package/modules/commands/cache/rankcard5.png +0 -0
  264. package/modules/commands/cache/rankcard6.png +0 -0
  265. package/modules/commands/cache/rankcard7.png +0 -0
  266. package/modules/commands/cache/rankcard8.png +0 -0
  267. package/modules/commands/cache/rankcard9.png +0 -0
  268. package/modules/commands/cache/rankup/.txt +1 -0
  269. package/modules/commands/cache/regular-font.ttf +0 -0
  270. package/modules/commands/cache/rules.json +1 -0
  271. package/modules/commands/cache/shortcutdata.json +6 -0
  272. package/modules/commands/cache/snoti.jpg +0 -0
  273. package/modules/commands/cache/statusAuto.json +3 -0
  274. package/modules/commands/cache/tiktok.png +0 -0
  275. package/modules/commands/cache/toilet.png +0 -0
  276. package/modules/commands/cache/toilet1.png +0 -0
  277. package/modules/commands/cache/ttt.png +0 -0
  278. package/modules/commands/cache/urbanjungle.ttf +0 -0
  279. package/modules/commands/cache/wanted.png +3 -0
  280. package/modules/commands/cache.js +112 -0
  281. package/modules/commands/callad.js +215 -0
  282. package/modules/commands/cardbox.js +161 -0
  283. package/modules/commands/cardcute.js +122 -0
  284. package/modules/commands/cardinfo.js +106 -0
  285. package/modules/commands/cardinfotag.js +110 -0
  286. package/modules/commands/cardinfov2.js +103 -0
  287. package/modules/commands/cardinfov3.js +111 -0
  288. package/modules/commands/cardinfov4.js +104 -0
  289. package/modules/commands/caro.json +354 -0
  290. package/modules/commands/catsay.js +25 -0
  291. package/modules/commands/cave.js +51 -0
  292. package/modules/commands/chart.js +35 -0
  293. package/modules/commands/checktt.js +121 -0
  294. package/modules/commands/checkv1.js +181 -0
  295. package/modules/commands/cheems.js +88 -0
  296. package/modules/commands/chocolate.js +26 -0
  297. package/modules/commands/choose.js +28 -0
  298. package/modules/commands/chumma.js +25 -0
  299. package/modules/commands/clearcache.js +60 -0
  300. package/modules/commands/cmd.js +192 -0
  301. package/modules/commands/cnbh.js +118 -0
  302. package/modules/commands/code.js +101 -0
  303. package/modules/commands/communism.js +56 -0
  304. package/modules/commands/confess.js +25 -0
  305. package/modules/commands/console.js +46 -0
  306. package/modules/commands/cosplay.json +38 -0
  307. package/modules/commands/count-by-thread/.txt +1 -0
  308. package/modules/commands/count.js +82 -0
  309. package/modules/commands/couple.js +80 -0
  310. package/modules/commands/coupledp.js +40 -0
  311. package/modules/commands/covid.js +46 -0
  312. package/modules/commands/crypto.js +109 -0
  313. package/modules/commands/daily.js +46 -0
  314. package/modules/commands/darock.js +27 -0
  315. package/modules/commands/daru.js +26 -0
  316. package/modules/commands/data/.txt +1 -0
  317. package/modules/commands/date.js +80 -0
  318. package/modules/commands/date2.js +80 -0
  319. package/modules/commands/deletelogo.js +32 -0
  320. package/modules/commands/delmsg.js +25 -0
  321. package/modules/commands/delthread.js +26 -0
  322. package/modules/commands/details.js +112 -0
  323. package/modules/commands/dictionary.js +42 -0
  324. package/modules/commands/dog.js +27 -0
  325. package/modules/commands/dogfact.js +31 -0
  326. package/modules/commands/doof.js +74 -0
  327. package/modules/commands/dot.js +58 -0
  328. package/modules/commands/download.js +32 -0
  329. package/modules/commands/drake.js +84 -0
  330. package/modules/commands/drip.js +61 -0
  331. package/modules/commands/einstein.js +74 -0
  332. package/modules/commands/elon.js +78 -0
  333. package/modules/commands/emoji.js +83 -0
  334. package/modules/commands/enrile.js +76 -0
  335. package/modules/commands/event.js +223 -0
  336. package/modules/commands/example.js +49 -0
  337. package/modules/commands/fact.js +16 -0
  338. package/modules/commands/fact2.js +26 -0
  339. package/modules/commands/family.js +194 -0
  340. package/modules/commands/fbcover.js +183 -0
  341. package/modules/commands/fbcoverv2.js +101 -0
  342. package/modules/commands/fberror.js +74 -0
  343. package/modules/commands/fbget.js +41 -0
  344. package/modules/commands/file.js +106 -0
  345. package/modules/commands/fire.js +52 -0
  346. package/modules/commands/fish.js +48 -0
  347. package/modules/commands/fishing.json +330 -0
  348. package/modules/commands/fuck.js +74 -0
  349. package/modules/commands/fuck2.js +74 -0
  350. package/modules/commands/fuck3.js +74 -0
  351. package/modules/commands/fuck4.js +74 -0
  352. package/modules/commands/fuck5.js +74 -0
  353. package/modules/commands/fyoutoo.js +25 -0
  354. package/modules/commands/fyt.js +58 -0
  355. package/modules/commands/gali_reply.js +24 -0
  356. package/modules/commands/game1.js +34 -0
  357. package/modules/commands/getlink.js +26 -0
  358. package/modules/commands/gf.js +74 -0
  359. package/modules/commands/girl.js +11497 -0
  360. package/modules/commands/girl2.js +23319 -0
  361. package/modules/commands/girlnude.js +126 -0
  362. package/modules/commands/github.js +37 -0
  363. package/modules/commands/giveaway.js +122 -0
  364. package/modules/commands/gpt.js +39 -0
  365. package/modules/commands/groupemoji.js +17 -0
  366. package/modules/commands/groupimage.js +24 -0
  367. package/modules/commands/groupname.js +17 -0
  368. package/modules/commands/hack.js +103 -0
  369. package/modules/commands/help.js +122 -0
  370. package/modules/commands/help2.js +160 -0
  371. package/modules/commands/help3.js +83 -0
  372. package/modules/commands/hi.js +191 -0
  373. package/modules/commands/hi2.js +83 -0
  374. package/modules/commands/history.js +74 -0
  375. package/modules/commands/hold.js +80 -0
  376. package/modules/commands/hololive.js +63 -0
  377. package/modules/commands/hug.js +74 -0
  378. package/modules/commands/hug4.js +74 -0
  379. package/modules/commands/hug5.js +74 -0
  380. package/modules/commands/hugj.js +74 -0
  381. package/modules/commands/hugp.js +74 -0
  382. package/modules/commands/hugv2.js +74 -0
  383. package/modules/commands/hugv3.js +74 -0
  384. package/modules/commands/idst.js +25 -0
  385. package/modules/commands/imagesearch.js +96 -0
  386. package/modules/commands/imagine.js +143 -0
  387. package/modules/commands/info.js +62 -0
  388. package/modules/commands/infobox.js +161 -0
  389. package/modules/commands/infocardv7.js +112 -0
  390. package/modules/commands/infoip.js +24 -0
  391. package/modules/commands/infosite.js +47 -0
  392. package/modules/commands/insta.js +210 -0
  393. package/modules/commands/instagram.js +131 -0
  394. package/modules/commands/install.js +103 -0
  395. package/modules/commands/ip.js +55 -0
  396. package/modules/commands/isko.json +74 -0
  397. package/modules/commands/iss.js +29 -0
  398. package/modules/commands/japan.js +211 -0
  399. package/modules/commands/jessica.js +74 -0
  400. package/modules/commands/join.js +51 -0
  401. package/modules/commands/kanna.js +27 -0
  402. package/modules/commands/khana.js +26 -0
  403. package/modules/commands/kick.js +51 -0
  404. package/modules/commands/kiss.js +79 -0
  405. package/modules/commands/kiss2.js +79 -0
  406. package/modules/commands/kiss3.js +85 -0
  407. package/modules/commands/language.js +37 -0
  408. package/modules/commands/ledtext.js +38 -0
  409. package/modules/commands/leni.js +84 -0
  410. package/modules/commands/lexi.js +74 -0
  411. package/modules/commands/listadmin.js +36 -0
  412. package/modules/commands/listbanbybot.js +165 -0
  413. package/modules/commands/listbox.js +203 -0
  414. package/modules/commands/listfriend.js +90 -0
  415. package/modules/commands/load.js +15 -0
  416. package/modules/commands/log.js +37 -0
  417. package/modules/commands/logobear.js +31 -0
  418. package/modules/commands/logogame.js +31 -0
  419. package/modules/commands/logogaming2.js +31 -0
  420. package/modules/commands/logogaming3.js +31 -0
  421. package/modules/commands/logogaming4.js +31 -0
  422. package/modules/commands/logogaming5.js +31 -0
  423. package/modules/commands/logogirlgame.js +31 -0
  424. package/modules/commands/logogold.js +31 -0
  425. package/modules/commands/logoninja.js +31 -0
  426. package/modules/commands/logout.js +16 -0
  427. package/modules/commands/logowolf.js +31 -0
  428. package/modules/commands/love.js +80 -0
  429. package/modules/commands/luatbot.js +24 -0
  430. package/modules/commands/luckynum.js +34 -0
  431. package/modules/commands/lyrics.js +34 -0
  432. package/modules/commands/mal.js +72 -0
  433. package/modules/commands/malnews.js +20 -0
  434. package/modules/commands/mark.js +74 -0
  435. package/modules/commands/markcmt.js +74 -0
  436. package/modules/commands/married.js +74 -0
  437. package/modules/commands/marriedj.js +74 -0
  438. package/modules/commands/marriedv2.js +74 -0
  439. package/modules/commands/marriedv3.js +74 -0
  440. package/modules/commands/marriedv4.js +74 -0
  441. package/modules/commands/marriedv5.js +74 -0
  442. package/modules/commands/marriedv6.js +74 -0
  443. package/modules/commands/marry.js +74 -0
  444. package/modules/commands/math.js +121 -0
  445. package/modules/commands/mathematics.js +37 -0
  446. package/modules/commands/mbbank.js +74 -0
  447. package/modules/commands/meme.js +31 -0
  448. package/modules/commands/memory.js +136 -0
  449. package/modules/commands/mention.js +22 -0
  450. package/modules/commands/menu.js +142 -0
  451. package/modules/commands/minari.js +49 -0
  452. package/modules/commands/minigame.js +32 -0
  453. package/modules/commands/minionslanguange.js +24 -0
  454. package/modules/commands/mlbb.js +1 -0
  455. package/modules/commands/mlstalk.js +22 -0
  456. package/modules/commands/mobilelegends.js +31 -0
  457. package/modules/commands/morse.js +27 -0
  458. package/modules/commands/music.js +138 -0
  459. package/modules/commands/music2.js +44 -0
  460. package/modules/commands/music3.js +124 -0
  461. package/modules/commands/mycoins.js +45 -0
  462. package/modules/commands/namtay.js +80 -0
  463. package/modules/commands/natsuki.json +63 -0
  464. package/modules/commands/naughty.js +58 -0
  465. package/modules/commands/newbox.js +22 -0
  466. package/modules/commands/news.js +64 -0
  467. package/modules/commands/nhentai.js +47 -0
  468. package/modules/commands/night.js +26 -0
  469. package/modules/commands/ninja.js +18 -0
  470. package/modules/commands/noitu.js +42 -0
  471. package/modules/commands/noprefix/Yest +1 -0
  472. package/modules/commands/noprefix/ara.mp3 +0 -0
  473. package/modules/commands/noprefix/box.mp4 +0 -0
  474. package/modules/commands/noprefix/daru.mp4 +0 -0
  475. package/modules/commands/noprefix/dk.mp3 +0 -0
  476. package/modules/commands/noprefix/fuck.gif +0 -0
  477. package/modules/commands/noprefix/hi.gif +0 -0
  478. package/modules/commands/noprefix/instagram.jpg +0 -0
  479. package/modules/commands/noprefix/rankup/.txt +1 -0
  480. package/modules/commands/noprefix/solar.gif +0 -0
  481. package/modules/commands/noprefix/sub.mp3 +0 -0
  482. package/modules/commands/noprefix/sus.mp3 +0 -0
  483. package/modules/commands/noprefix/tea.mp4 +0 -0
  484. package/modules/commands/noprefix/totalChat.json +1 -0
  485. package/modules/commands/noprefix/v.mp3 +0 -0
  486. package/modules/commands/noprefix/vineboom.gif +0 -0
  487. package/modules/commands/noprefix/wednesday.mp4 +0 -0
  488. package/modules/commands/noprefix/wn.mp4 +0 -0
  489. package/modules/commands/noprefix/xf.mp3 +0 -0
  490. package/modules/commands/noprefix/xxx.mp3 +0 -0
  491. package/modules/commands/noprefix/yamate.mp3 +0 -0
  492. package/modules/commands/note.js +86 -0
  493. package/modules/commands/npm.js +30 -0
  494. package/modules/commands/nsfw.js +43 -0
  495. package/modules/commands/nsfwanime.js +101 -0
  496. package/modules/commands/nude.js +25 -0
  497. package/modules/commands/osu.js +21 -0
  498. package/modules/commands/out.js +23 -0
  499. package/modules/commands/outall.js +26 -0
  500. package/modules/commands/outbox.js +117 -0
  501. package/modules/commands/package.js +119 -0
  502. package/modules/commands/pair.js +86 -0
  503. package/modules/commands/pair1.js +86 -0
  504. package/modules/commands/pair2.js +51 -0
  505. package/modules/commands/pair3.js +51 -0
  506. package/modules/commands/pair4.js +51 -0
  507. package/modules/commands/pair5.js +51 -0
  508. package/modules/commands/pair6.js +51 -0
  509. package/modules/commands/pair7.js +51 -0
  510. package/modules/commands/pair8.js +51 -0
  511. package/modules/commands/pantiesclose.js +199 -0
  512. package/modules/commands/pantiesclosev2.js +199 -0
  513. package/modules/commands/password.js +83 -0
  514. package/modules/commands/pat.js +43 -0
  515. package/modules/commands/pay.json +64 -0
  516. package/modules/commands/pending.js +83 -0
  517. package/modules/commands/penis.js +11 -0
  518. package/modules/commands/penticlose.js +199 -0
  519. package/modules/commands/petmonsters.js +138 -0
  520. package/modules/commands/phub.js +83 -0
  521. package/modules/commands/pin.js +36 -0
  522. package/modules/commands/ping.js +30 -0
  523. package/modules/commands/pingv2.js +32 -0
  524. package/modules/commands/pinterest.js +37 -0
  525. package/modules/commands/playstore.js +103 -0
  526. package/modules/commands/poli.js +25 -0
  527. package/modules/commands/pooh.js +28 -0
  528. package/modules/commands/post.js +272 -0
  529. package/modules/commands/prefix.js +43 -0
  530. package/modules/commands/prefixv2.js +91 -0
  531. package/modules/commands/prince.js +245 -0
  532. package/modules/commands/priyansh.js +33 -0
  533. package/modules/commands/pubg.js +31 -0
  534. package/modules/commands/punch.js +44 -0
  535. package/modules/commands/qr.js +36 -0
  536. package/modules/commands/quiz.js +51 -0
  537. package/modules/commands/rainbow.js +29 -0
  538. package/modules/commands/randomicon.js +36 -0
  539. package/modules/commands/rankcard (copy).js +257 -0
  540. package/modules/commands/rankcard.js +216 -0
  541. package/modules/commands/rankgif.js +375 -0
  542. package/modules/commands/rankup.js +123 -0
  543. package/modules/commands/red.js +29 -0
  544. package/modules/commands/red2.js +1 -0
  545. package/modules/commands/reload.js +22 -0
  546. package/modules/commands/removebg.js +61 -0
  547. package/modules/commands/resend.js +86 -0
  548. package/modules/commands/resetexp.js +25 -0
  549. package/modules/commands/resetmoney.js +25 -0
  550. package/modules/commands/restart.js +32 -0
  551. package/modules/commands/rip.js +32 -0
  552. package/modules/commands/rnamebot.js +39 -0
  553. package/modules/commands/rnamebox.js +27 -0
  554. package/modules/commands/rule.js +86 -0
  555. package/modules/commands/sauce.js +56 -0
  556. package/modules/commands/say.js +62 -0
  557. package/modules/commands/schoolid.js +107 -0
  558. package/modules/commands/screenshot.js +44 -0
  559. package/modules/commands/screenshotv2.js +44 -0
  560. package/modules/commands/search.js +21 -0
  561. package/modules/commands/selflisten.js +30 -0
  562. package/modules/commands/sendfile.js +102 -0
  563. package/modules/commands/sendnoti.js +76 -0
  564. package/modules/commands/sendnoti1.js +40 -0
  565. package/modules/commands/sendnoti2.js +75 -0
  566. package/modules/commands/sendnoti5.js +113 -0
  567. package/modules/commands/sentnoti.js +49 -0
  568. package/modules/commands/setall.js +24 -0
  569. package/modules/commands/setcoins.js +21 -0
  570. package/modules/commands/setdatabox.js +26 -0
  571. package/modules/commands/setdatauser.js +28 -0
  572. package/modules/commands/setemoji.js +15 -0
  573. package/modules/commands/setexp.js +64 -0
  574. package/modules/commands/setjoin.js +94 -0
  575. package/modules/commands/setkey.js +18 -0
  576. package/modules/commands/setmoney.js +63 -0
  577. package/modules/commands/setname.js +17 -0
  578. package/modules/commands/setnameall.js +24 -0
  579. package/modules/commands/setprefix.js +58 -0
  580. package/modules/commands/setrankup.js +90 -0
  581. package/modules/commands/shayri.js +34 -0
  582. package/modules/commands/shell.js +31 -0
  583. package/modules/commands/shortcut.js +177 -0
  584. package/modules/commands/siesta.js +25 -0
  585. package/modules/commands/sim.js +51 -0
  586. package/modules/commands/sing.js +1 -0
  587. package/modules/commands/slap.js +44 -0
  588. package/modules/commands/sleep.js +61 -0
  589. package/modules/commands/slot.js +61 -0
  590. package/modules/commands/slotwaifu.js +254 -0
  591. package/modules/commands/solarsystem.js +102 -0
  592. package/modules/commands/spamban.js +69 -0
  593. package/modules/commands/spamban1.js +69 -0
  594. package/modules/commands/spank.js +30 -0
  595. package/modules/commands/status.js +37 -0
  596. package/modules/commands/steal.js +41 -0
  597. package/modules/commands/student.js +75 -0
  598. package/modules/commands/studentv2.js +75 -0
  599. package/modules/commands/studentv3.js +74 -0
  600. package/modules/commands/sub.js +26 -0
  601. package/modules/commands/system.js +82 -0
  602. package/modules/commands/tea.js +26 -0
  603. package/modules/commands/teach.js +70 -0
  604. package/modules/commands/textpro.js +445 -0
  605. package/modules/commands/thread.js +272 -0
  606. package/modules/commands/tictactoe.json +219 -0
  607. package/modules/commands/tid.js +15 -0
  608. package/modules/commands/tiki.js +74 -0
  609. package/modules/commands/tikvideo.js +59 -0
  610. package/modules/commands/tile.js +43 -0
  611. package/modules/commands/time.js +19 -0
  612. package/modules/commands/toctoc.js +1 -0
  613. package/modules/commands/toilet.js +79 -0
  614. package/modules/commands/token.js +42 -0
  615. package/modules/commands/top.js +160 -0
  616. package/modules/commands/trans.js +44 -0
  617. package/modules/commands/triggered.js +25 -0
  618. package/modules/commands/try.js +35 -0
  619. package/modules/commands/tweet-tag.json +1 -0
  620. package/modules/commands/tweet.js +75 -0
  621. package/modules/commands/tweet.json +92 -0
  622. package/modules/commands/tweetv2.json +92 -0
  623. package/modules/commands/uid.js +17 -0
  624. package/modules/commands/unban.js +186 -0
  625. package/modules/commands/unsend.js +27 -0
  626. package/modules/commands/unsentvip.js +16 -0
  627. package/modules/commands/uptime.js +141 -0
  628. package/modules/commands/uptime2.js +151 -0
  629. package/modules/commands/uptime3.js +151 -0
  630. package/modules/commands/user.js +278 -0
  631. package/modules/commands/vanilla.json +38 -0
  632. package/modules/commands/video.js +2 -0
  633. package/modules/commands/videov2.js +124 -0
  634. package/modules/commands/virgin.js +25 -0
  635. package/modules/commands/vtuber.js +109 -0
  636. package/modules/commands/vtuberWiki.js +164 -0
  637. package/modules/commands/wall/MTOJamai.ttf +0 -0
  638. package/modules/commands/wanted.json +32 -0
  639. package/modules/commands/war.js +54 -0
  640. package/modules/commands/warning.js +88 -0
  641. package/modules/commands/wasted.json +56 -0
  642. package/modules/commands/weather.js +50 -0
  643. package/modules/commands/wednesday.js +26 -0
  644. package/modules/commands/wiki.js +37 -0
  645. package/modules/commands/wom.js +26 -0
  646. package/modules/commands/work.js +93 -0
  647. package/modules/commands/xavier.js +75 -0
  648. package/modules/commands/xvideo.js +1 -0
  649. package/modules/commands/yaoi.json +31 -0
  650. package/modules/commands/yes.js +74 -0
  651. package/modules/commands/yuri.json +34 -0
  652. package/modules/commands/zackv.js +105 -0
  653. package/modules/commands/zalgo.js +16 -0
  654. package/modules/commands/zerotwo.js +52 -0
  655. package/modules/commands/zuck.js +77 -0
  656. package/modules/commands/zz.js +43 -0
  657. package/modules/commands/zzz.js +50 -0
  658. package/modules/commands/zzzz.js +48 -0
  659. package/modules/commands/zzzzz.js +116 -0
  660. package/modules/events/antijoin.js +25 -0
  661. package/modules/events/antiout.js +22 -0
  662. package/modules/events/antirobbery.js +43 -0
  663. package/modules/events/antist.js +216 -0
  664. package/modules/events/autosent.js +27 -0
  665. package/modules/events/autosetname.js +28 -0
  666. package/modules/events/cache/1689024290268.jpg +0 -0
  667. package/modules/events/cache/1689024291948.jpg +0 -0
  668. package/modules/events/cache/1689338091241.jpg +0 -0
  669. package/modules/events/cache/1689338091358.jpg +0 -0
  670. package/modules/events/cache/1689338161936.jpg +0 -0
  671. package/modules/events/cache/1689338162061.jpg +0 -0
  672. package/modules/events/cache/1689782720063.jpg +0 -0
  673. package/modules/events/cache/1696308600074.jpg +0 -0
  674. package/modules/events/cache/1696330171870.jpg +0 -0
  675. package/modules/events/cache/1696432181920.jpg +0 -0
  676. package/modules/events/cache/1696489190436.jpg +0 -0
  677. package/modules/events/cache/1696529399872.jpg +0 -0
  678. package/modules/events/cache/1696585758189.jpg +0 -0
  679. package/modules/events/cache/1696595392125.jpg +0 -0
  680. package/modules/events/cache/1696675929706.jpg +0 -0
  681. package/modules/events/cache/1696773555786.jpg +0 -0
  682. package/modules/events/cache/1697903362006.jpg +0 -0
  683. package/modules/events/cache/1697967586121.jpg +0 -0
  684. package/modules/events/cache/1698479390255.jpg +0 -0
  685. package/modules/events/cache/1698479678850.jpg +0 -0
  686. package/modules/events/cache/1698484313383.jpg +0 -0
  687. package/modules/events/cache/1698493158950.jpg +0 -0
  688. package/modules/events/cache/1700485758929.jpg +0 -0
  689. package/modules/events/cache/1701466775429.jpg +0 -0
  690. package/modules/events/cache/1701466776229.jpg +0 -0
  691. package/modules/events/cache/1701467351100.jpg +0 -0
  692. package/modules/events/cache/1701502759299.jpg +0 -0
  693. package/modules/events/cache/1701502759797.jpg +0 -0
  694. package/modules/events/cache/1703741413729.jpg +0 -0
  695. package/modules/events/cache/1703741413899.jpg +0 -0
  696. package/modules/events/cache/1703745121246.jpg +0 -0
  697. package/modules/events/cache/1703745121366.jpg +0 -0
  698. package/modules/events/cache/1703968162735.jpg +0 -0
  699. package/modules/events/cache/1703968162770.jpg +0 -0
  700. package/modules/events/cache/1704008949591.jpg +0 -0
  701. package/modules/events/cache/1704008949769.jpg +0 -0
  702. package/modules/events/cache/1704028197166.jpg +0 -0
  703. package/modules/events/cache/1704028197470.jpg +0 -0
  704. package/modules/events/cache/1704184158582.jpg +0 -0
  705. package/modules/events/cache/1704184158811.jpg +0 -0
  706. package/modules/events/cache/CourierNewPS-BoldMT.ttf +0 -0
  707. package/modules/events/cache/avt.png +0 -0
  708. package/modules/events/cache/avtuserrd.png +0 -0
  709. package/modules/events/cache/joinGif/randomgif/join.png +0 -0
  710. package/modules/events/cache/joinGif/randomgif/join2.gif +0 -0
  711. package/modules/events/cache/joinGif/randomgif/welc.gif +0 -0
  712. package/modules/events/cache/joinMp4/hello.gif +0 -0
  713. package/modules/events/cache/joinnoti.png +0 -0
  714. package/modules/events/emoji.json +1 -0
  715. package/modules/events/join.js +4 -0
  716. package/modules/events/joinNoti.js +82 -0
  717. package/modules/events/leave.js +34 -0
  718. package/modules/events/log.js +106 -0
  719. package/package.json +121 -0
  720. package/utils/index.html +519 -0
  721. package/utils/index.js +159 -0
  722. package/utils/log.js +29 -0
  723. package/werewolfConfig.js +229 -0
@@ -0,0 +1,254 @@
1
+ module.exports.config = {
2
+ name: "slotwaifu",
3
+ version: "1.0.2",
4
+ hasPermssion: 0,
5
+ credits: "๐๐ซ๐ข๐ฒ๐š๐ง๐ฌ๐ก ๐‘๐š๐ฃ๐ฉ๐ฎ๐ญ",
6
+ description: "Anime-style betting games</> Coder by Priyansh",
7
+ commandCategory: "economy",
8
+ usages: "<[Umaru/Nami/Chitanda/Mirai/Elaina/Mikasa] or [๐Ÿ”ฅ/โšก/๏ฟฝ๏ฟฝ/๐Ÿฆž/๐Ÿฆต/๐Ÿฑ]> <Bet amount (note must be over 50$)>",
9
+ cooldowns: 0
10
+ };
11
+
12
+ module.exports.run = async function({ api, event, args, Currencies, getText, permssion }) {
13
+ try {
14
+ const { threadID, messageID, senderID } = event;
15
+ const { getData, increaseMoney, decreaseMoney } = Currencies;
16
+ const request = require('request');
17
+ const axios = require('axios');
18
+ if (this.config.credits != 'Priyansh') {
19
+ console.log(`\x1b[33m[ WARN ]\x1b[37m ยป Change credits to your mother's dick, dog:))`);
20
+ return api.sendMessage('[ WARN ] Detect bot operator ' + global.config.BOTNAME + ' change credits modules "' + this.config.name + '"', threadID, messageID);
21
+ }
22
+ const { readdirSync, readFileSync, writeFileSync, existsSync, copySync, createWriteStream, createReadStream } = require("fs-extra");
23
+ const slotItems = ["Umaru", "Nami", "Chitanda", "Mirai", "Elaina", "Mikasa"];
24
+ const money = (await getData(senderID)).money;
25
+ if (isNaN(args[1]) == true) return api.sendMessage('The "Bet amount" you entered is not a valid number!', threadID, messageID);
26
+ var moneyBet = parseInt(args[1]);
27
+ if (isNaN(moneyBet) || moneyBet <= 50) return api.sendMessage('The bet amount cannot be less than 50$', threadID, messageID);
28
+ if (moneyBet > money) return api.sendMessage('Your account does not have enough funds to play.', threadID, messageID);
29
+ var number = [], list = [], listimg = [], win = false;
30
+ var baucua1 = slotItems[Math.floor(Math.random() * slotItems.length)];
31
+ var baucua2 = slotItems[Math.floor(Math.random() * slotItems.length)];
32
+ var baucua3 = slotItems[Math.floor(Math.random() * slotItems.length)];
33
+ // ARGS
34
+ let content = args[0];
35
+ var content1;
36
+ if (content == 'Umaru' || content == '๐Ÿ”ฅ') {
37
+ content1 = 'umaru';
38
+ }
39
+ else if (content == 'Nami' || content == 'โšก') {
40
+ content1 = 'nami';
41
+ }
42
+ else if (content == 'Chitanda' || content == '๐Ÿ™') {
43
+ content1 == 'chitanda';
44
+ }
45
+ else if (content == 'Mirai' || content == '๐Ÿฆž') {
46
+ content1 = 'mirai';
47
+ }
48
+ else if (content == 'Elaina' || content == '๐Ÿฆต') {
49
+ content1 = 'elaina';
50
+ }
51
+ else if (content == 'Mikasa' || content == '๐Ÿฑ') {
52
+ content1 = 'mikasa';
53
+ }
54
+ else {
55
+ return api.sendMessage(`Wrong format\n${global.config.PREFIX}${this.config.name} [Umaru/Nami/Chitanda/Mirai/Elaina/Mikasa] hoแบทc[๐Ÿ”ฅ/โšก/๐Ÿ™/๐Ÿฆž/๐Ÿฆต/๐Ÿฑ] <Sแป‘ tiแปn cฦฐแปฃc(lฦฐu รฝ phแบฃi trรชn 50$)>`, threadID, messageID);
56
+ }
57
+ // request
58
+ if (!existsSync(__dirname + '/cache/umaru.jpg')) {
59
+ request('https://imgur.com/PJ8xGcA.jpg').pipe(createWriteStream(__dirname + '/cache/umaru.jpg'));
60
+ }
61
+ if (!existsSync(__dirname + '/cache/nami.jpg')) {
62
+ request('https://imgur.com/n6TShJP.jpg').pipe(createWriteStream(__dirname + '/cache/nami.jpg'));
63
+ }
64
+ if (!existsSync(__dirname + '/cache/chitanda.jpg')) {
65
+ request('https://imgur.com/tp4Pjo1.jpg').pipe(createWriteStream(__dirname + '/cache/chitanda.jpg'));
66
+ }
67
+ if (!existsSync(__dirname + '/cache/mirai.jpg')) {
68
+ request('https://imgur.com/mf4EMOx.jpg').pipe(createWriteStream(__dirname + '/cache/mirai.jpg'));
69
+ }
70
+ if (!existsSync(__dirname + '/cache/elaina.jpg')) {
71
+ request('https://imgur.com/wYJwU3y.jpg').pipe(createWriteStream(__dirname + '/cache/elaina.jpg'));
72
+ }
73
+ if (!existsSync(__dirname + '/cache/mikasa.jpg')) {
74
+ request('https://imgur.com/C0XFKxy.jpg').pipe(createWriteStream(__dirname + '/cache/mikasa.jpg'));
75
+ }
76
+ if (!existsSync(__dirname + '/cache/quybu.gif')) {
77
+ request('https://imgur.com/KqBXv0U.gif').pipe(createWriteStream(__dirname + '/cache/quybu.gif'));
78
+ }
79
+ // baucua 1
80
+ if (baucua1 == 'Umaru') {
81
+ var bau1 = 'umaru';
82
+ var bau_1 = __dirname + '/cache/umaru.jpg';
83
+ }
84
+ else if (baucua1 == 'Nami') {
85
+ var bau1 = 'nami';
86
+ var bau_1 = __dirname + '/cache/nami.jpg';
87
+ }
88
+ else if (baucua1 == 'Chitanda') {
89
+ var bau1 = 'chitanda';
90
+ var bau_1 = __dirname + '/cache/chitanda.jpg';
91
+ }
92
+ else if (baucua1 == 'Mirai') {
93
+ var bau1 = 'mirai';
94
+ var bau_1 = __dirname + '/cache/mirai.jpg';
95
+ }
96
+ else if (baucua1 == 'Elaina') {
97
+ var bau1 = 'elaina';
98
+ var bau_1 = __dirname + '/cache/elaina.jpg';
99
+ }
100
+ else if (baucua1 == 'Mikasa') {
101
+ var bau1 = 'mikasa';
102
+ var bau_1 = __dirname + '/cache/mikasa.jpg';
103
+ }
104
+ // baucua 2
105
+ if (baucua2 == 'Umaru') {
106
+ var bau2 = 'umaru';
107
+ var bau_2 = __dirname + '/cache/umaru.jpg';
108
+ }
109
+ else if (baucua2 == 'Nami') {
110
+ var bau2 = 'nami';
111
+ var bau_2 = __dirname + '/cache/nami.jpg';
112
+ }
113
+ else if (baucua2 == 'Chitanda') {
114
+ var bau2 = 'chitanda';
115
+ var bau_2 = __dirname + '/cache/chitanda.jpg';
116
+ }
117
+ else if (baucua2 == 'Mirai') {
118
+ var bau2 = 'mirai';
119
+ var bau_2 = __dirname + '/cache/mirai.jpg';
120
+ }
121
+ else if (baucua2 == 'Elaina') {
122
+ var bau2 = 'elaina';
123
+ var bau_2 = __dirname + '/cache/elaina.jpg';
124
+ }
125
+ else if (baucua2 == 'Mikasa') {
126
+ var bau2 = 'mikasa';
127
+ var bau_2 = __dirname + '/cache/mikasa.jpg';
128
+ }
129
+ // baucua 3
130
+ if (baucua3 == 'Umaru') {
131
+ var bau3 = 'umaru';
132
+ var bau_3 = __dirname + '/cache/umaru.jpg';
133
+ }
134
+ else if (baucua3 == 'Nami') {
135
+ var bau3 = 'nami';
136
+ var bau_3 = __dirname + '/cache/nami.jpg';
137
+ }
138
+ else if (baucua3 == 'Chitanda') {
139
+ var bau3 = 'chitanda';
140
+ var bau_3 = __dirname + '/cache/chitanda.jpg';
141
+ }
142
+ else if (baucua1 == 'Mirai') {
143
+ var bau3 = 'mirai';
144
+ var bau_3 = __dirname + '/cache/mirai.jpg';
145
+ }
146
+ else if (baucua3 == 'Elaina') {
147
+ var bau3 = 'elaina';
148
+ var bau_3 = __dirname + '/cache/elaina.jpg';
149
+ }
150
+ else if (baucua3 == 'Mikasa') {
151
+ var bau3 = 'Mikasa';
152
+ var bau_3 = __dirname + '/cache/mikasa.jpg';
153
+ }
154
+ // array baucua
155
+ list.push(bau1);
156
+ list.push(bau2);
157
+ list.push(bau3);
158
+ // array img
159
+ listimg.push(createReadStream(__dirname + '/cache/' + bau1 + '.jpg'))
160
+ listimg.push(createReadStream(__dirname + '/cache/' + bau2 + '.jpg'))
161
+ listimg.push(createReadStream(__dirname + '/cache/' + bau3 + '.jpg'))
162
+ // ICON
163
+ // icon 1
164
+ if (bau1 == 'umaru') {
165
+ var icon1 = '๐Ÿ”ฅ';
166
+ }
167
+ else if (bau1 == 'nami') {
168
+ var icon1 = 'โšก'
169
+ }
170
+ else if (bau1 == 'chitanda') {
171
+ var icon1 = '๐Ÿ™';
172
+ }
173
+ else if (bau1 == 'mirai') {
174
+ var icon1 = '๐Ÿฆž';
175
+ }
176
+ else if (bau1 == 'elaina') {
177
+ var icon1 = '๐Ÿฆต';
178
+ }
179
+ else if (bau1 == 'mikasa') {
180
+ var icon1 = '๐Ÿฑ';
181
+ }
182
+ // icon 2
183
+ if (bau2 == 'umaru') {
184
+ var icon2 = '๐Ÿ”ฅ';
185
+ }
186
+ else if (bau2 == 'nami') {
187
+ var icon2 = 'โšก'
188
+ }
189
+ else if (bau2 == 'chitanda') {
190
+ var icon2 = '๐Ÿ™';
191
+ }
192
+ else if (bau2 == 'mirai') {
193
+ var icon2 = '๐Ÿฆž';
194
+ }
195
+ else if (bau2 == 'elaina') {
196
+ var icon2 = '๐Ÿฆต';
197
+ }
198
+ else if (bau2 == 'mikasa') {
199
+ var icon2 = '๐Ÿฑ';
200
+ }
201
+ // icon 3
202
+ if (bau3 == 'umaru') {
203
+ var icon3 = '๐Ÿ”ฅ';
204
+ }
205
+ else if (bau3 == 'nami') {
206
+ var icon3 = 'โšก'
207
+ }
208
+ else if (bau3 == 'chitanda') {
209
+ var icon3 = '๐Ÿ™';
210
+ }
211
+ else if (bau3 == 'mirai') {
212
+ var icon3 = '๐Ÿฆž';
213
+ }
214
+ else if (bau3 == 'elaina') {
215
+ var icon3 = '๐Ÿฆต';
216
+ }
217
+ else if (bau3 == 'mikasa') {
218
+ var icon3 = '๐Ÿฑ';
219
+ }
220
+ // sendMessage
221
+ api.sendMessage({
222
+ body: 'Good luck Weabu :3333 ',
223
+ attachment: createReadStream(__dirname + '/cache/quybu.gif')
224
+ }, threadID, (err, info) => {
225
+ if (err) return api.sendMessage(err, threadID, messageID);
226
+ setTimeout(() => {
227
+ api.unsendMessage(info.messageID);
228
+ var check = list.findIndex(i => i.toString() == content1);
229
+ var check2 = list.includes(content1);
230
+ //console.log(check);
231
+ //console.log(icon1 + icon2 + icon3);
232
+ if (check >= 0 || check2 == true) {
233
+ return api.sendMessage({
234
+ body: `icons Anime characters: ${icon1} | ${icon2} | ${icon3}\n๐ŸŒบYou won and got ${moneyBet * 5}$`,
235
+ attachment: listimg
236
+ }, threadID, () => Currencies.increaseMoney(senderID, moneyBet * 5), messageID);
237
+ }
238
+ else if (check < 0 || check2 == false) {
239
+ return api.sendMessage({
240
+ body: `icon Anime characters: ${icon1} | ${icon2} | ${icon3}\n๐ŸŒบYou have lost and been deducted ${moneyBet}$`,
241
+ attachment: listimg
242
+ }, threadID, () => Currencies.decreaseMoney(senderID, moneyBet), messageID);
243
+ }
244
+ else {
245
+ return api.sendMessage('Error! An error occurred. Please try again later. Please try again in 5s', threadID, messageID);
246
+ }
247
+ }, 3000);
248
+ }, messageID);
249
+ }
250
+ catch (err) {
251
+ console.error(err);
252
+ return api.sendMessage(err, event.threadID, event.messageID);
253
+ }
254
+ }
@@ -0,0 +1,102 @@
1
+ const fs = require("fs");
2
+ module.exports.config = {
3
+ name: "solarsystem",
4
+ version: "1.1.8",
5
+ hasPermssion: 0,
6
+ credits: "๐๐ซ๐ข๐ฒ๐š๐ง๐ฌ๐ก ๐‘๐š๐ฃ๐ฉ๐ฎ๐ญ",
7
+ description: "",
8
+ commandCategory: "News",
9
+ usages: "",
10
+ cooldowns: 5,
11
+ };
12
+
13
+ module.exports.handleReply = async ({ api, event, handleReply }) => {
14
+ const { threadID, messageID, senderID } = event;
15
+ switch(handleReply.type) {
16
+ case "choosee": {
17
+ switch(event.body) {
18
+
19
+ case "1":
20
+ api.sendMessage({
21
+ body: "1. The Solar System - The Sun โ˜€\nSun (English: Sun; also known as the Sun or Japan), is the star at the center of the Solar System, accounting for about 99.86% of the Solar System's mass. The Earth and other celestial bodies such as planets, asteroids, meteorites, comets, and dust orbit the Sun. The average distance between the Sun and Earth is approximately 149.6 million kilometers (1 AU), so it takes 8 minutes and 19 seconds for sunlight to reach Earth. Over the course of a year, this varies from 147.1 million kilometers (0.9833 AU) at perihelion (about January 3), to as far as 152.1 million kilometers (1.017 AU) at aphelion. (around July 4th). Solar energy in the form of light supports most life on Earth through photosynthesis, and controls Earth's climate and weather. The Sun is composed of hydrogen (about 74% by mass, or 92% by volume), helium (about 24% by mass, 7% by volume), and small amounts of other elements, including iron, nickel, and oxygen. , silicon, sulfur, magnesium, carbon, neon, calcium, and chromium.\nThe Sun has spectral class G2V. G2 means that it has a surface temperature of approximately 5,778 K (5,505 ยฐC) which makes it white, and usually yellow when viewed from the Earth's surface by atmospheric scattering. It is this scattering of light at the blue end of the spectrum that makes the sky blue. The solar spectrum contains ionization lines and neutral metals as well as very weak hydrogen lines. V (Roman 5) in the spectral class indicates that the Sun, like most stars, is a main sequence star. This means it generates energy by nuclear fusion of hydrogen nuclei into helium. There are over 100 million G2 class stars in our Milky Way galaxy. Once considered a small and fairly insignificant star, in fact, according to current knowledge, the Sun is brighter than 85% of the stars in the Milky Way, with the majority being red dwarfs. The Sun's hot halo is constantly open. Spanning space and creating the solar wind are streams of particles 5 times the speed of sound - extending the heliopause to a distance of approximately 100 AU. The bubble in the interstellar medium is formed by the solar wind, the heliosphere is the largest continuum in the Solar System. The Sun is currently passing through the Local Interstellar Cloud. in the low-density Local Bubble region of high-temperature diffuse gas, in the inner rim of the Milky Way's Orion Arm, between the Perseus arm and the Sagittarius arm of the galaxy. Of the 50 nearest star systems within 17 light-years from Earth, the Sun ranks 4th in mass as a quaternary star (M = +4.83), although there are some slightly different magnitude values. are given, for example 4.85 and 4.81. The Sun orbits the center of the Milky Way at a distance of approximately 24,000โ€“26,000 light-years from the center of the Milky Way, moving generally in the direction of the constellation Cygnus and completing one revolution every 225โ€“250 million years (one year). Galaxy). Its orbital speed is thought to be around 250 ยฑ 20, km/s but a new estimate puts it at 251 km/s.\nBecause our Milky Way is moving relative to the Cosmic Microwave Radiation Screen (CMB) in the direction of the constellation Hydra at a speed of 550 km/s, so its speed relative to CMB is about 370 km/s in the direction of the constellation Crater or Leo.",
22
+ }, event.threadID, event.messageID);
23
+ break;
24
+ case "2":
25
+ api.sendMessage({
26
+ body: "2. Earth - Earth๐ŸŒŽ\n\nEarth or Earth (Chinese: ๅœฐ็ƒ, English: Earth), is the third planet from the Sun, and is also the largest of the terrestrial planets of the Earth. solar system in terms of radius, mass, and matter density. Earth is also known by names (blue planet), is home to millions of species of living things, including humans and so far it is the only place in the universe known to have life. This planet was formed 4.55 billion years ago and life appeared on its surface about 1 billion years ago. Since then, the Earth's biosphere, atmosphere and other inorganic conditions have changed dramatically, facilitating the proliferation of aerobic microorganisms as well as the formation of the ozone layer- This important layer of protection, along with the Earth's magnetic field, blocks harmful radiation and shelters life. The physical features of the Earth, as well as the geographical or orbital history, allowed life to exist in the past. It is estimated that the Earth can only support life for another 1.5 billion years, before the Sun's size increases (it becomes a red giant) and destroys all life. The land is divided into tectonic plates, which move slowly across the Earth's surface over millions of years. About 71% of the Earth's surface is covered by saltwater oceans, with the remainder being continents and islands. Water is an essential ingredient for life and so far humans have not found its existence on the surface of any other planet except Mars, which has frozen water at the poles. However, there is evidence to confirm that water existed on Mars in the past, and may exist to this day. The core of the still active Earth is surrounded by a thick solid mantle layer, a liquid outer core that generates a magnetic field, and a solid iron inner core. Earth interacts with other objects in space including the Sun and Moon. Currently, the time it takes the Earth to complete one revolution around the Sun is 365.2564 times the time it takes it to rotate once around its axis. This period is equal to a sidereal year or 365.2564 days in the solar calendar. The Earth's axis of rotation is tilted at an angle of 23.44ยฐ with respect to the axis perpendicular to the plane of the orbit, producing a seasonal change in the Earth's surface during a tropical year. The Moon, Earth's only natural satellite, and also the main cause of ocean tides, began orbiting the Earth 4.53 billion years ago, still keeping its original rotation. over time but is slowing down. Between 4.1 and 3.8 billion years ago, the collisions of meteorites during the (Late Strong Strike) caused significant changes in the Moon's surface.\nResources Both minerals and products of the Earth's biosphere are used to provide for human life. The population is divided into more than hundreds of independent countries, related to each other through diplomacy, tourism, trade, and military activities. Human culture has evolved to create many ways of looking at the Earth including the personification of Earth as a god, a belief in a flat Earth or the Earth as the center of the universe, and a view of the Earth. A more modern look like the Earth is a unified environment that needs direction.",
27
+ }, event.threadID, event.messageID);
28
+ break;
29
+ case "3":
30
+ api.sendMessage({
31
+ body: "3. Mars - Mars \n\nMars or Mars (Chinese: ็ซๆ˜Ÿ, English: Mars) is the fourth planet from the Sun in the Solar System. It is often referred to by another name (Red Planet), because iron oxides are so abundant on the planet's surface that it appears to have a distinctive red color. Mars is a rocky planet with a thin atmosphere, whose surface features resemble both the craters on the Moon and the volcanoes, valleys, deserts, and ice caps at the upper poles of Mars. Earth. The rotation period and the periodicity of the seasons on Mars are quite similar to those of Earth due to the tilt of the axis of rotation. On Mars there are Mount Olympus Mons, the tallest mountain in the Solar System, and the Valles Marineris canyon, the longest and widest canyon in the Solar System. The flat northern hemisphere Borealis Basin covered up to 40% of the red planet's surface and could have been a giant impact crater in the past. Until Mariner 4 made its first flyby of Mars in In 1965, there was much speculation about the presence of liquid water on the surface of this planet. They are based on observations of cyclic variations in the brightness and darkness of places on the planet's surface, particularly at polar latitudes, which are characterized by seas and continents; The long, dark stripes were originally thought to be irrigation channels containing liquid water. These lines were later interpreted as optical illusions, although geological evidence collected by space probes suggests that Mars was likely once covered by liquid water. wide at its surface. In 2005, radar data showed the presence of large amounts of frozen water at the poles, and in mid-latitude pools. The self-propelled robot Spirit obtained samples of chemical compounds containing water molecules in March 2007. The Phoenix lander directly sampled frozen water in the shallow surface layer on July 31, 2008. Mars has two moons: Phobos and Deimos, which are small and irregular moons. These may be asteroids captured by Mars, similar to 5261 Eureka - a Mars Troy asteroid. There are currently three active orbiters orbiting Mars: the Mars Odyssey, the Mars Express, and the Mars Reconnaissance Orbiter. On its surface are the defunct Mars Exploration Rover Opportunity and its decommissioned Twin Spirit rover, along with the rovers and rovers in the rover. pastโ€”both successful and unsuccessful. The Phoenix lander completed its mission in 2008. Observations by the decommissioned NASA Mars Global Surveyor orbiter showed evidence of a shrinking and expanding displacement of the northern polar ice cap. seasons. NASA's Mars Reconnaissance Orbiter has obtained images showing the possibility of water runoff during the hottest months on Mars. Mars is easily visible from Earth with the naked eye. Its apparent magnitude of โˆ’3.0 is second only to Jupiter, Venus, Moon, and Sun.",
32
+ }, event.threadID, event.messageID);
33
+ break;
34
+ case "4":
35
+ api.sendMessage({
36
+ body: "4. Venus - Venus\n\nVenus or Venus (Chinese: ้‡‘ๆ˜Ÿ), also known as Taibai (ๅคช็™ฝ), Taibai Venus (ๅคช็™ฝ้‡‘ๆ˜Ÿ), is the second planet in the Solar system. , which orbits itself with a period of 224.7 Earth days. After the Moon, it is the brightest natural object in the dark sky, with an apparent magnitude of โˆ’4.6, bright enough to cast a shadow on the water's surface. Because Venus is the inner planet from Earth, it never appears in the sky too far from the Sun: the elongation peaks at 47.8ยฐ. Venus reaches its greatest brightness right near sunset or dawn, so folk also call it Evening star, when the planet appears at dusk, and Morning star, when this planet appears at dawn. Venus is classified as a terrestrial planet and is sometimes considered a (sister planet) to Earth due to its size, gravitational acceleration, and orbital parameters similar to that of Earth. However, it has been shown that it is very different from Earth in other ways. Venus is surrounded by a thick layer of highly reflective clouds containing sulfuric acid, which makes it impossible to observe its surface under visible light wavelengths. The density of air in its atmosphere is the largest of the four terrestrial planets, composed mainly of carbon dioxide. Atmospheric pressure at the planet's surface is 92 times higher than that of Earth. With an average surface temperature of 735 K (462 ยฐC), Venus is the hottest planet in the Solar System. It does not have a carbon cycle to return carbon to the surface rocks and soils, so it is impossible for any organic organism to absorb it in the biomass. Some scientists have suggested that Venus had oceans in the past, but evaporated as the planet's temperature increased due to the uncontrolled greenhouse effect. Water may have been photocatalysed, and because there is no planetary magnetosphere, free hydrogen could escape into space by the action of the solar wind. The entire surface of Venus is an arid desert of rock and dust and there are probably still active volcanoes on the planet..",
37
+ }, event.threadID, event.messageID);
38
+ break;
39
+ case "5":
40
+ api.sendMessage({
41
+ body: "5. Jupiter - Saturn\n\nJupiter or Jupiter (Chinese: ๆœจๆ˜Ÿ) is the fifth planet from the Sun and is the largest planet in the Solar System. It is a gas giant with a mass one thousandth of the Sun but two and a half times the total mass of all the other planets in the Solar System combined. Jupiter is classified as a gas giant together with Saturn (Uranus and Neptune are classified as ice giants). These two planets are sometimes called Jupiter-type planets or outer planets. This planet was known to ancient astronomers, and is associated with myths and religious beliefs in many cultures. The Romans named the planet after the god Jupiter, the most important of the gods. The name in Chinese, Korean, Japanese and Vietnamese of this planet is based on the element (wood) in the five elements. As seen from Earth, Jupiter has an apparent magnitude of โˆ’2.94, bright enough to cast a shadow; and is the third brightest object in the night sky after the Moon and Venus. (Mars is almost as bright as Jupiter when Mars is in opposing positions in its orbit with Earth.) Jupiter contains mostly hydrogen and helium - a quarter of its mass, although only helium is present. one-tenth the number of molecules. There may be a rocky core within the planet containing heavier elements, but like other gas giants, Jupiter does not have a solid, solid surface. Because of its rapid rotation, the planet's shape is spheroidal (it bulges slightly at the equator). The outermost layer of the atmosphere shows up with multiple bands of clouds at different heights, as a result of aerodynamic turbulence and interaction with storms at the edge. A striking feature of its images is the Great Red Spot, a massive storm known to have existed since at least the 17th century when astronomers first observed it with telescopes. Surrounding Jupiter is a faint ring system as well as a strong magnetosphere. There are at least 67 natural satellites orbiting it, including the four largest, called the Galileo satellites, which were first observed by the scientist Galileo Galilei in 1610. Ganymede, the largest moon, has a large diameter. than Mercury. Several spacecraft have explored Jupiter, including Pioneer and Voyager in flybys and the Galileo spacecraft that orbited the planet. The last spacecraft to fly by Jupiter on its way to Pluto - New Horizons passed in late 2007. The spacecraft uses the assistance of Jupiter's gravity to increase its speed. Currently, NASA's Juno spacecraft has arrived on July 5, 2016. In the future, there is an ESA mission to explore the Galileo satellites in general and Europa in particular.",
42
+ }, event.threadID, event.messageID);
43
+ break;
44
+ case "6":
45
+ api.sendMessage({
46
+ body: "6. Uranus - Uranus \n\nUranus (Uranus) or Uranus (Chinese: ๅคฉ็Ž‹ๆ˜Ÿ) is the seventh planet from the Sun; is the third largest radius and fourth most massive planet in the Solar System. Uranus has a similar composition to Neptune. Both have different chemical compositions than the two larger gas giants, Jupiter and Saturn. So astronomers occasionally include these planets (ice giants). Uranus' atmosphere is similar to that of Jupiter and Saturn in basic composition such as hydrogen and helium. The other is that they contain many volatile compounds such as water, ammonia and methane along with small amounts of hydrocarbons. This planet has the coldest atmosphere of any of the planets in the Solar System, with a minimum temperature of 49 K (โˆ’224 ยฐC). It has a complex cloud layer structure. It is likely that the lowest clouds contain mainly water while methane predominates in the upper clouds. In contrast, the interior structure of Uranus consists mainly of an ice and rock core. Like other gas giants, Uranus has a ring system, magnetosphere, and numerous natural satellites. The Uranus system has a unique structure because its axis of rotation is strongly tilted, almost parallel to the plane of the planet's orbit. So the north and south poles of this planet are located roughly at the equator compared to other planets. In 1986, images taken by the Voyager 2 spacecraft showed Uranus in visible light appearing in an almost uniform color without the bands of clouds or storms like other gas giants. Astronomers making observations from the ground have detected signs of a change in seasons and an increase in weather activity in recent years as it approaches the equinox in its orbit. Wind speeds on Uranus reach 250 meters per second (900 km/h).",
47
+ }, event.threadID, event.messageID);
48
+ break;
49
+ case "7":
50
+ api.sendMessage({
51
+ body: "7.Saturn - Jupiter\n\nSaturn (Saturn) ie Saturn (Chinese: ๅœŸๆ˜Ÿ) is the sixth planet by average distance from the Sun and is the second largest planet in diameter and mass. mass, after Jupiter in the Solar System. The English name of the planet is named after the Roman god Saturn, the planet's astronomical symbol is (โ™„) representing the god's sickle. Saturn is a gas giant with an average radius 9 times that of Earth. Although the planet's mass is 95 times that of Earth, at 763 times more massive, Saturn's average density is only one-eighth that of Earth's. Saturn's internal structure probably consists of a core of iron, nickel, and rock (compound of silicon and oxygen), surrounded by a thick layer of metallic hydrogen, an intermediate layer between liquid hydrogen and liquid helium and the upper atmosphere. The planet's pale yellow color is due to the presence of ammonia crystals in the upper atmosphere. Electric currents within the metallic hydrogen layer are responsible for the fact that Saturn has a planetary magnetic field with a strength slightly weaker than that of Earth and one-twelfth that of Jupiter's. The planet's upper atmosphere is uniform in color and appears calm compared to Jupiter's turbulent atmosphere, although it also has strong storms. Wind speeds on Saturn can reach 1,800 km/h, faster than on Jupiter, but not as fast as those on Neptune. Saturn has a ring system consisting of nine continuous main rings and three broken arcs, they contain mainly ice particles with small amounts of dust and rock. Saturn has 82 known natural satellites; of which 53 satellites have been named. This number of satellites does not include hundreds of satellites (moonlets) inside the belt. Titan is the largest moon of Saturn and the second largest moon in the Solar System, it is also larger than Mercury and is the only natural satellite in the Solar System with a dense atmosphere.",
52
+ }, event.threadID, event.messageID);
53
+ break;
54
+ case "8":
55
+ api.sendMessage({
56
+ body: "8. Mercury - Mercury\n\nMercury (Mercury) or Mercury (Chinese: ๆฐดๆ˜Ÿ) is the smallest and closest planet to the Sun of the eight planets in the Solar System, with an orbital period of 88 days. Earth. Viewed from Earth, the planet appears with an orbital conjunction period of approximately 116 days, and is much faster than the other planets. This fast speed led the Romans to name the planet Mercurius, the god of quick communication and messenger. In Greek mythology the name of this god is Hermes (ฮ•ฯฮผฮฎฯ‚). The Vietnamese name of this planet is based on the name given by the Chinese, chosen after the water element in the five elements.\nBecause the planet has almost no atmosphere to retain heat, Mercury's surface undergoes temperature fluctuations. the largest of the planets, varying from 100 K (โˆ’173 ยฐC; โˆ’280 ยฐF) during the day to 700 K (427 ยฐC; 800 ยฐF) during the day. Mercury's axis of rotation has the smallest inclination in the Solar System (about 1โ„30 degrees), but the planet has the largest orbital eccentricity. At orbital apogee, Mercury is 1.5 times farther from the Sun than the planet at perihelion. The planet's surface has many craters that look like the surface of the Moon, and the planet was no longer geologically active billions of years ago.\nOn Mercury, there is no seasonal variation in weather like in other planets because it has no significant atmospheres. The planet is tidally locked to the Sun so it rotates in a very different orbit than the other planets. Using fixed stars as its reference point, it rotates exactly three times in two orbits around the Sun. When viewed from the Sun, in a reference frame that rotates with orbital motion, the planet appears to rotate around its axis only once in two (years) Mercury. So if someone stood on Mercury they would only notice 1 day in 2 years.\nBecause Mercury's orbit lies inside Earth's (and Venus's) orbit, when viewed from Earth the planet sometimes appears up in the morning or in the evening, but never visible at midnight. Similar to Venus and the Moon, the planet also has observed phases as it moves in orbit. Mercury does not have a natural satellite. Mercury's apparent magnitude varies from โˆ’2.0 to 5.5; but because it is so close to the Sun, it is very difficult and rarely possible to observe the planet through a telescope.\nTwo spacecraft have visited Mercury: Mariner 10, which flew in 1974 and 1975; and MESSENGER, launched in 2004, orbited Mercury more than 4,000 times over four years before running out of fuel and crashing to the planet's surface on April 30, 2015.",
57
+ }, event.threadID, event.messageID);
58
+ break;
59
+ case "9":
60
+ api.sendMessage({
61
+ body: "9. Neptune - Neptune\n\nNeptune or Neptune (Chinese: ๆตท็Ž‹ๆ˜Ÿ) is the eighth and farthest planet from the Sun in the Solar System. It is the fourth largest planet in diameter and the third largest by mass. Neptune has the highest density of any gaseous planets in the Solar System. Neptune has 17 times the mass of Earth and is slightly more massive than Uranus (approximately 15 times that of Earth). Neptune orbits the Sun at an average distance of 30.1 AU, about 30 times the Earth-Sun distance. Neptune is named after the Roman god of the sea (Neptune). It has the astronomical symbol โ™†, which is a stylized representation of Neptune's trident.\nNeptune was the first planet found by theoretical calculations. Based on the unusual perturbation of the orbit of Uranus, astronomer Alexis Bouvard concluded that its orbit is perturbed due to gravitational interactions with a certain planet. On September 23, 1846, astronomer Johann Galle discovered Neptune at a position 1 degree away from Urbain Le Verrier's prediction. Shortly after, Triton was also discovered, Neptune's largest moon, while its remaining 13 moons were discovered only in the twentieth century. To date, the Voyager 2 spacecraft is the only spacecraft to pass Neptune on August 25, 1989.\nNeptune is similar in structure to Uranus, but distinct from the stellar planets. giants like Jupiter and Saturn. Neptune's atmosphere is composed primarily of hydrogen and helium, and a few hydrocarbons and perhaps nitrogen, similar to that of Jupiter or Saturn. However, its atmosphere contains a greater proportion of molecules (ice) such as water, ammonia, and methane. Thus astronomers sometimes classify Uranus and Neptune as ice giants to emphasize this difference. The interior of Neptune contains mostly ice and rock, like Uranus. The core of the planet may have a solid surface, but its temperature can be as high as thousands of degrees and the pressure is very high. Methane in the exosphere is what causes Neptune to appear blue.\nIn contrast to Uranus's dense, nearly uniform-colored atmosphere, Neptune's atmosphere has active regions. strong and conspicuous. In 1989, the Voyager 2 spacecraft, while passing Neptune, captured an image of the Great Dark Spot in the southern hemisphere about the same size as Jupiter's Great Red Spot. These weather-active regions are sustained by winds with speeds of up to 2,100 kilometers per hour, the strongest in the atmosphere of any of the planets in the Solar System. Due to its distance from the Sun, Neptune's outer atmosphere is one of the coldest in the Solar System. The temperature of the upper clouds is about 55 K (-218 ยฐC) while the temperature at the planet's core is approximately 5,400 K (5,000 ยฐC). Neptune has a faint and discrete system of rings (or arcs), discovered in the 1960s but confirmed only in 1989 by Voyager 2.",
62
+ }, event.threadID, event.messageID);
63
+ break;
64
+ case "10":
65
+ api.sendMessage({
66
+ body: "10. The Moon - The Moon ๐ŸŒ•\n\nIn Vietnamese, the Moon is also known by other names such as Mr. Trang, Nguyet (ๆœˆ), Hang Nga (or Chang'e), Thai Yin (ๅคช้™ฐ), etc.. Unlike the satellites of other planets, the Moon - a satellite of the Earth - has no other proper name. In some languages, the Earth's Moon is capitalized to distinguish it from the common noun (moon), referring to the natural satellites of other planets such as (the Moon) in English and (the moon). ).\nThe word moon is a Germanic word, related to the Latin word mensis; the word again derives from the Proto-Indo-European root me-, which also appears in measure (time), with a reference to its importance in the measurement of time in words derived from it such as Monday (Monday - in English), month (month - in English) and menstrual (monthly/menstrual). In English, the word moon only meant (Moon) until 1665, when it was extended to refer to the newly discovered natural satellites of other planets. The Moon is also sometimes referred to by its Latin name, Luna, to distinguish it from the natural satellites; The related adjective is lunar and a seleno adjective - or suffix -selene (after the Greek god Selene). The average distance from the center of the Earth to the Moon is 384,403 km, about 30 times as large. Earth diameter. The Moon's diameter is 3,474 km, 27% of the Earth's diameter. The mass of the Moon is about 2% of the mass of the Earth, and the gravitational force at the Moon's surface is 17% of the gravity on the Earth's surface. The Moon rotates around the Earth with an orbital period of 27.32 days, and periodic changes in the geometry of the Earth-Moon-Sun system are responsible for the lunar phases, which repeat after each synodal cycle is about 29.53 days.",
67
+ }, event.threadID, event.messageID);
68
+ break;
69
+ default:
70
+ const choose = parseInt(event.body);
71
+ if (isNaN(event.body)) return api.sendMessage("Please enter 1 number", event.threadID, event.messageID);
72
+ if (choose > 12 || choose < 1) return api.sendMessage("", event.threadID, event.messageID);
73
+
74
+ }
75
+ }
76
+ }
77
+ }
78
+
79
+ module.exports.run = async ({ api, event, handleReply }) => {
80
+ const fs = require("fs");
81
+ const { threadID, messageID, senderID } = event;
82
+ return api.sendMessage({ body: "Solar System" +
83
+ "\n1. The Sun" +
84
+ "\n2. Earth" +
85
+ "\n3. Mars" +
86
+ "\n4. Venus" +
87
+ "\n5. Saturn" +
88
+ "\n6. Uranus" +
89
+ "\n7. Jupiter" +
90
+ "\n8. Mecury" +
91
+ "\n9. Neptune" +
92
+ "\n10. The Moon" +
93
+ "\n\nReply to the message by number to see more about the planets around usโค"
94
+ ,attachment: fs.createReadStream(__dirname + `/noprefix/solar.gif`)}, event.threadID, (error, info) => {
95
+ global.client.handleReply.push({
96
+ type: "choosee",
97
+ name: this.config.name,
98
+ author: event.senderID,
99
+ messageID: info.messageID
100
+ })
101
+ })
102
+ }
@@ -0,0 +1,69 @@
1
+ const num = 10 //number of times spam gets banned -1, for example 5 times 6 times will get banned
2
+ const timee = 120 // During `timee` spam `num` times will be banned
3
+ module.exports.config = {
4
+ name: "spamban",
5
+ version: "2.0.0",
6
+ hasPermssion: 0,
7
+ credits: "๐๐ซ๐ข๐ฒ๐š๐ง๐ฌ๐ก ๐‘๐š๐ฃ๐ฉ๐ฎ๐ญ",
8
+ description: `automatically ban users if spam bots ${num} time/${timee}s`,
9
+ commandCategory: "System",
10
+ usages: "x",
11
+ cooldowns: 5
12
+ };
13
+
14
+ module.exports. run = async function ({api, event}) {
15
+ return api.sendMessage(`Automatically ban users if spam ${num} Time/${timee}s`, event.threadID, event.messageID);
16
+ };
17
+
18
+ module.exports.handleEvent = async function ({ Users, Threads, api, event}) {
19
+ let { senderID, messageID, threadID } = event;
20
+ var datathread = (await Threads.getData(event.threadID)).threadInfo;
21
+
22
+ if (!global.client.autoban) global.client.autoban = {};
23
+
24
+ if (!global.client.autoban[senderID]) {
25
+ global.client.autoban[senderID] = {
26
+ timeStart: Date.now(),
27
+ number: 0
28
+ }
29
+ };
30
+
31
+ const threadSetting = global.data.threadData.get(threadID) || {};
32
+ const prefix = threadSetting.PREFIX || global.config.PREFIX;
33
+ if (!event.body || event.body.indexOf(prefix) != 0) return;
34
+
35
+ if ((global.client.autoban[senderID].timeStart + (timee*1000)) <= Date.now()) {
36
+ global.client.autoban[senderID] = {
37
+ timeStart: Date.now(),
38
+ number: 0
39
+ }
40
+ }
41
+ else {
42
+ global.client.autoban[senderID].number++;
43
+ if (global.client.autoban[senderID].number >= num) {
44
+ var namethread = datathread.threadName;
45
+ const moment = require("moment-timezone");
46
+ const timeDate = moment.tz("Asia/Dhaka").format("DD/MM/YYYY HH:mm:ss");
47
+ let dataUser = await Users.getData(senderID) || {};
48
+ let data = dataUser.data || {};
49
+ if (data && data.banned == true) return;
50
+ data.banned = true;
51
+ data.reason = `spam bot ${num} time/${timee}s` || null;
52
+ data.dateAdded = timeDate;
53
+ await Users.setData(senderID, { data });
54
+ global.data.userBanned.set(senderID, { reason: data.reason, dateAdded: data.dateAdded });
55
+ global.client.autoban[senderID] = {
56
+ timeStart: Date.now(),
57
+ number: 0
58
+ };
59
+ api.sendMessage("๐Ÿ˜ปYou have been banned from using bot ib admin, please remove, depending on the case, it will be removed https://www.facebook.com/priyanshu.rajput.official\n๐Ÿ˜ปID: " + senderID + " \n๐Ÿ˜ปName: " + dataUser.name + `\n๐Ÿ˜ปReason: spam bot ${num} time/${timee}s\n\nโœ”๏ธReported to admin bot`, threadID,
60
+ () => {
61
+ var idad = global.config.ADMINBOT;
62
+ for(let ad of idad) {
63
+ api.sendMessage(`๐Ÿ˜ปSpam offenders ${num} Time/${timee}s\n๐Ÿ˜ปName: ${dataUser.name} \n๐Ÿ˜ปID: ${senderID}\n๐Ÿ˜ปID Box: ${threadID} \n๐Ÿ˜ปNameBox: ${namethread} \n๐Ÿ˜ปAt the time: ${timeDate}`,
64
+ ad);
65
+ }
66
+ })
67
+ }
68
+ }
69
+ };
@@ -0,0 +1,69 @@
1
+ const num = 10 //number of times spam gets banned -1, for example 5 times 6 times will get banned
2
+ const timee = 120 // During `timee` spam `num` times will be banned
3
+ module.exports.config = {
4
+ name: "spamban1",
5
+ version: "2.0.0",
6
+ hasPermssion: 0,
7
+ credits: "๐๐ซ๐ข๐ฒ๐š๐ง๐ฌ๐ก ๐‘๐š๐ฃ๐ฉ๐ฎ๐ญ",
8
+ description: `automatically ban users if spam bots ${num} time/${timee}s`,
9
+ commandCategory: "System",
10
+ usages: "x",
11
+ cooldowns: 5
12
+ };
13
+
14
+ module.exports. run = async function ({api, event}) {
15
+ return api.sendMessage(`Automatically ban users if spam ${num} Time/${timee}s`, event.threadID, event.messageID);
16
+ };
17
+
18
+ module.exports.handleEvent = async function ({ Users, Threads, api, event}) {
19
+ let { senderID, messageID, threadID } = event;
20
+ var datathread = (await Threads.getData(event.threadID)).threadInfo;
21
+
22
+ if (!global.client.autoban) global.client.autoban = {};
23
+
24
+ if (!global.client.autoban[senderID]) {
25
+ global.client.autoban[senderID] = {
26
+ timeStart: Date.now(),
27
+ number: 0
28
+ }
29
+ };
30
+
31
+ const threadSetting = global.data.threadData.get(threadID) || {};
32
+ const bot = threadSetting.PREFIX || global.config.PREFIX;
33
+ if (!event.body || event.body.indexOf(bot) != 0) return;
34
+
35
+ if ((global.client.autoban[senderID].timeStart + (timee*1000)) <= Date.now()) {
36
+ global.client.autoban[senderID] = {
37
+ timeStart: Date.now(),
38
+ number: 0
39
+ }
40
+ }
41
+ else {
42
+ global.client.autoban[senderID].number++;
43
+ if (global.client.autoban[senderID].number >= num) {
44
+ var namethread = datathread.threadName;
45
+ const moment = require("moment-timezone");
46
+ const timeDate = moment.tz("Asia/Kolkata").format("DD/MM/YYYY HH:mm:ss");
47
+ let dataUser = await Users.getData(senderID) || {};
48
+ let data = dataUser.data || {};
49
+ if (data && data.banned == true) return;
50
+ data.banned = true;
51
+ data.reason = `spam bot ${num} time/${timee}s` || null;
52
+ data.dateAdded = timeDate;
53
+ await Users.setData(senderID, { data });
54
+ global.data.userBanned.set(senderID, { reason: data.reason, dateAdded: data.dateAdded });
55
+ global.client.autoban[senderID] = {
56
+ timeStart: Date.now(),
57
+ number: 0
58
+ };
59
+ api.sendMessage("๐Ÿ˜ปYou have been banned from using bot ib admin, please remove, depending on the case, it will be removed https://www.facebook.com/priyanshu.rajput.official\n๐Ÿ˜ปID: " + senderID + " \n๐Ÿ˜ปName: " + dataUser.name + `\n๐Ÿ˜ปReason: spam bot ${num} time/${timee}s\n\nโœ”๏ธReported to admin bot`, threadID,
60
+ () => {
61
+ var idad = global.config.ADMINBOT;
62
+ for(let ad of idad) {
63
+ api.sendMessage(`๐Ÿ˜ปSpam offenders ${num} Time/${timee}s\n๐Ÿ˜ปName: ${dataUser.name} \n๐Ÿ˜ปID: ${senderID}\n๐Ÿ˜ปID Box: ${threadID} \n๐Ÿ˜ปNameBox: ${namethread} \n๐Ÿ˜ปAt the time: ${timeDate}`,
64
+ ad);
65
+ }
66
+ })
67
+ }
68
+ }
69
+ };
@@ -0,0 +1,30 @@
1
+ module.exports.config = {
2
+ name: "spank",
3
+ version: "7.3.1",
4
+ hasPermssion: 0,
5
+ credits: "John Lester",
6
+ description: "spank",
7
+ commandCategory: "edit-img",
8
+ usages: "[blank or tag]",
9
+ cooldowns: 5,
10
+ dependencies: {"fs-extra": "","discord.js": "","discord-image-generation" :"","node-superfetch": ""}
11
+ };
12
+
13
+ module.exports.run = async ({ event, api, args, Users }) => {
14
+ const DIG = global.nodemodule["discord-image-generation"];
15
+ const Discord = global.nodemodule['discord.js'];
16
+ const request = global.nodemodule["node-superfetch"];
17
+ const fs = global.nodemodule["fs-extra"];
18
+ let { senderID, threadID, messageID } = event;
19
+ var id = Object.keys(event.mentions)[0] || event.senderID;
20
+ var ids = Object.keys(event.mentions)[1] || event.senderID;
21
+
22
+ var avatar = (await request.get(`https://graph.facebook.com/${id}/picture?width=512&height=512&access_token=6628568379%7Cc1e620fa708a1d5696fb991c1bde5662`)).body;
23
+ var avatars = (await request.get(`https://graph.facebook.com/${ids}/picture?width=512&height=512&access_token=6628568379%7Cc1e620fa708a1d5696fb991c1bde5662`)).body;
24
+
25
+ let img = await new DIG.Spank().getImage(avatars, avatar);
26
+ let attach = new Discord.MessageAttachment(img);
27
+ var path_trash = __dirname + "/cache/spank.png";
28
+ fs.writeFileSync(path_trash, attach.attachment);
29
+ api.sendMessage({attachment: fs.createReadStream(path_trash)}, event.threadID, () => fs.unlinkSync(path_trash), event.messageID);
30
+ }
@@ -0,0 +1,37 @@
1
+ module.exports.config = {
2
+ name: "status",
3
+ version: "1.0.0",
4
+ hasPermssion: 0,
5
+ credits: "๐๐ซ๐ข๐ฒ๐š๐ง๐ฌ๐ก ๐‘๐š๐ฃ๐ฉ๐ฎ๐ญ",
6
+ description: "log",
7
+ commandCategory: "System",
8
+ usages: "",
9
+ cooldowns: 3,
10
+ denpendencies: {
11
+ }
12
+ };
13
+
14
+ module.exports.run = async function ({ api, event, Threads, getText }) {
15
+ const fs = global.nodemodule["fs-extra"];
16
+ var { threadID, messageID, senderID } = event;
17
+ //if (senderID == global.data.botID) return;
18
+
19
+ var dataThread = (await Threads.getData(threadID));
20
+ var data = dataThread.data;
21
+ //console.log(data)
22
+ //var prefix = data.PREFIX;
23
+ var rankup = data.rankup;
24
+ var resend = data.resend;
25
+ var log = data.log;
26
+ var tagadmin = data.tagadmin;
27
+ var guard = data.guard;
28
+ var antiout = data.antiout;
29
+ //prefix == null ? rankup = `!` : rankup = `${prefix}`;
30
+ log == null ? log = `true` : log = `${log}`;
31
+ rankup == null ? rankup = `false` : rankup = `${rankup}`;
32
+ resend == null ? resend = `false` : resend = `${resend}`;
33
+ tagadmin == null ? tagadmin = `true` : tagadmin = `${tagadmin}`;
34
+ guard == null ? guard = `true` : guard = `${guard}`;
35
+ antiout == null ? antiout = `true` : antiout = `${antiout}`;
36
+ return api.sendMessage(`แ… แ… โ˜ฃ๏ธTable โ˜ฃ๏ธ \n\n\n๐Ÿ„โ”€โ”€โ”€โ”€โ€ข๐Ÿฆ‹โ€ข โ”€โ”€โ”€โ”€๐Ÿ„\nโฏ ๐Ÿ‰ Log: ${log}\nโฏ ๐Ÿ‡ Rankup: ${rankup}\nโฏ ๐Ÿ“ Resend: ${resend}\nโฏ ๐Ÿฅ• Tag admin: ${tagadmin}\nโฏ ๐Ÿ‘ Antirobbery ${guard}\nโฏ ๐Ÿ’ Antiout: ${antiout}\n๐Ÿ„โ”€โ”€โ”€โ”€โ€ข๐Ÿฆ‹โ€ข โ”€โ”€โ”€โ”€๐Ÿ„`, threadID, messageID);
37
+ }
@@ -0,0 +1,41 @@
1
+ module.exports.config = {
2
+ name: "steal",
3
+ version: "1.0.0",
4
+ hasPermssion: 0,
5
+ credits: "๐๐ซ๐ข๐ฒ๐š๐ง๐ฌ๐ก ๐‘๐š๐ฃ๐ฉ๐ฎ๐ญ",
6
+ description: "steal money",
7
+ commandCategory: "economy",
8
+ usages: "",
9
+ cooldowns: 5
10
+ };
11
+
12
+ module.exports.run = async function({ api, event, Users, Currencies }) {
13
+ var alluser = global.data.allUserID
14
+ let victim = alluser[Math.floor(Math.random() * alluser.length)];
15
+ let nameVictim = (await Users.getData(victim)).name
16
+ if (victim == api.getCurrentUserID() && event.senderID == victim) return api.sendMessage('Sorry, you cannot steal from this person. Please try again.', event.threadID, event.messageID);
17
+ var route = Math.floor(Math.random() * 2);
18
+ if (route > 1 || route == 0) {
19
+ const moneydb = (await Currencies.getData(victim)).money;
20
+ var money = Math.floor(Math.random() * 1000) + 1;
21
+ if (moneydb <= 0 || moneydb == undefined) return api.sendMessage(`You just stole ${nameVictim} is a poor person. So you have nothing`, event.threadID, event.messageID);
22
+ else if (moneydb >= money) return api.sendMessage(`You just stole ${money}$ ${nameVictim} in this group`, event.threadID, async () => {
23
+ await Currencies.increaseMoney(victim, parseInt("-"+money))
24
+ await Currencies.increaseMoney(event.senderID, parseInt(money))
25
+ }, event.messageID);
26
+ else if (moneydb < money) return api.sendMessage(`You just stole it all ${moneydb} balance of ${nameVictim} in this group`, event.threadID, async () => {
27
+ await Currencies.increaseMoney(victim, parseInt("-"+money))
28
+ await Currencies.increaseMoney(event.senderID, parseInt(money))
29
+ }, event.messageID);
30
+ }
31
+ else if (route == 1) {
32
+ var name = (await Users.getData(event.senderID)).name
33
+ var moneyuser = (await Currencies.getData(event.senderID)).money
34
+ if (moneyuser <= 0) return api.sendMessage("You don't have money, WORK TO GET SOME MONEY..", event.threadID, event.messageID);
35
+ else if (moneyuser > 0) return api.sendMessage(`You have been captured and lost ${moneyuser}$.`, event.threadID, () => api.sendMessage({ body: `Congratulations ${nameVictim}! You caught ${name} and got ${Math.floor(moneyuser / 2)}$ as a reward!`, mentions: [{ tag: nameVictim, id: victim }, { tag: name, id: event.senderID }] }, event.threadID, async () => {
36
+ await Currencies.increaseMoney(event.senderID, parseInt("-"+ moneyuser))
37
+ await Currencies.increaseMoney(victim, parseInt(Math.floor(moneyuser / 2)))
38
+ }), event.messageID);
39
+
40
+ }
41
+ }