Skip to content

Commit

Permalink
chore: update readme & fix restart plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
neoxr committed Sep 26, 2023
1 parent b7b0b53 commit 17c0e28
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Api : https://api.neoxr.my.id
API_ENDPOINT = 'https://api.neoxr.my.id/api'
API_=KEY = 'your_key'
API_KEY = 'your_key'

### Database : https://www.mongodb.com/
DATABASE_URL = ''
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
🏷️ Cloud Storage (**+Rp. 80.000 / +$10.80**)

> Cloud Storage ini berfungsi untuk menyimpan file media (sticker, foto, video, audio) ke cloud storage tanpa membebani disk space server bot yang nantinya akan menjadi auto reply. Dalam script ini terdapat **script uploader** yang nanntinya di upload ke replit (10GB) untuk menjadi cloud storage, plugin **storage.js** dan **storage_ev.js**
> Cloud Storage ini berfungsi untuk menyimpan file media (sticker, foto, video, audio) ke cloud storage tanpa membebani disk space server bot yang nantinya akan menjadi auto reply. Requirement dari fitur ini harus mempunyai akun replit atau hosting support nodejs
🏷️ Menfess (**+Rp. 15.000 / +$3.80**)

> Menfess untuk mengirim chat confess kepada seseorang dan penerima pesan bisa membalas chat dari pengirim confess tanpa perlu menggunakan command/perintah
🏷️ Payment Gateway (**+Rp. 80.000 / +$10.80**)

> Payment Gateway ini berfungsi untuk melakukan pembayaran otomatis menggunakan QRIS pada fitur ini terdapat script **payment gateway**, plugin **payment.js**, **sewa.js** dan **buyprem.js** harga dan fee bisa di sesuaikan sesuai keinginan
> Payment Gateway ini berfungsi untuk melakukan pembayaran otomatis menggunakan QRIS yang sudah terdapat nominal transfer, harga dan fee bisa di sesuaikan sesuai keinginan
**Creator / Group** : [Wildan Izzudin](https://wa.me/6285887776722) / [Chatbot](https://chat.whatsapp.com/DkFsTeMORaq4COqeI8kdv8)

Expand Down
1 change: 0 additions & 1 deletion plugins/owner/restart.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ exports.run = {
Func
}) => {
await client.reply(m.chat, Func.texted('bold', 'Restarting . . .'), m).then(async () => {
await props.save()
process.send('reset')
})
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/userinfo/buyprem.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 17c0e28

Please sign in to comment.