Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update #9

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ require("dotenv").config(); // Load environment variables
module.exports = {
prefix: process.env.PREFIX || ".", // Command prefix

ownerName: process.env.OWNER_NAME || "Toxxic-Boy", // Owner name
ownerName: process.env.OWNER_NAME || "Tedn3y", // Owner name

ownerNumber: process.env.OWNER_NUMBER || "2348165846414", // Your WhatsApp number
ownerNumber: process.env.OWNER_NUMBER || "2348168809582", // Your WhatsApp number

sudo: process.env.SUDO ? process.env.SUDO.split(",") : ["2348165846414"," 2347042081220"], // People Who can use the bot even in Private mode
sudo: process.env.SUDO ? process.env.SUDO.split(",") : ["2348168809582"," 2348168809582"], // People Who can use the bot even in Private mode

mode: process.env.MODE || "public", // Bot mode: 'public' or 'private'
mode: process.env.MODE || "private", // Bot mode: 'public' or 'private'

region: process.env.REGION || "Nigeria", // Region

botName: process.env.BOT_NAME || "Rias Gremory V3", // Bot name

exifPack: process.env.EXIF_PACK || "RIAS V3 LOVES", // Sticker pack name

exifAuthor: process.env.EXIF_AUTHOR || "Toxxic", // Author of the sticker pack
exifAuthor: process.env.EXIF_AUTHOR || "Tedn3y", // Author of the sticker pack

timeZone: process.env.TIME_ZONE || "Africa/Lagos", // Time zone

Expand All @@ -32,4 +32,4 @@ module.exports = {
sessionId: process.env.SESSION_ID || "", // Add Your Session ID here

autoRejectEnabled: process.env.AUTO_REJECT_ENABLED === "true", // Auto-reject calls feature (true or false)
};
};