forked from PikaBotz/Anya_v2-MD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
language_and_configure.js
67 lines (62 loc) ยท 4.35 KB
/
language_and_configure.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
const fs = require('fs')
const chalk = require('chalk')
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
global.messEn = {
success: 'Processing done โ
๏ธ',
admin: "Hey dear user,\nYou are not an admin, so you can't use this command.", // i used "\n" for change the line
botAdmin: "I am not an admin, so i can't process this action.",
owner: "This command is only made for my owner.",
group: "Huh... I can't use this command in a private chat!!",
private: "Uff... I can't take this action in a private chat...",
bot: "This Feature Is Only For ๐๐ผ๐... and you're not a ๐๐ผ๐.",
wait: "*Processing started....*",
linkm: 'I need a link to process this command for you...',
error: 'Process stopped!!...i got an error',
sudo: "*Hey User ๐....*\nYou can't use this command because this command is only for my co-owner.",
endLimit: 'Your Daily Limit Has Expired, The Limit Will Be Reset Every 12 Hours',
ban: "*You can't use this Bot anymore*\nBecause you got banned by the owner.",
nsfw: 'This command stay off as default...because this action contains nudity and pornographical activity.',
banChat: "This group got banned by my owner.\nContact my owner if you want to unban this groupchat."
}
global.messHn = {
success: 'Kaam ho gaya โ
๏ธ',
admin: "*Ye command sirf group admins ke liye hai...*\nisiliye tum is command ka istemal nahi kar sakte.",
botAdmin: "Me bina *Admin* bane is command ko nahi chala sakti.",
owner: "Ye command sirf mere owner istemal kar sakte hai.. Aur aap mere owner nahi ho!!",
group: "Aap is command ka istemal group chat mein nahi kar sakte.",
private: 'Aap is command ka istemal kisi private chat mein nahi kar sakte ho.',
bot: "This Feature Is Only For ๐๐ผ๐... and you're not a ๐๐ผ๐.",
wait: "Processing....",
linkm: 'Mujhe is command ke liye ek link chahiye.',
error: '*404Error*',
sudo: "*Hey User ๐....*\nYou can't use this command because this command is only for my co-owner.",
endLimit: 'Your Daily Limit Has Expired, The Limit Will Be Reset Every 12 Hours',
ban: "Tumhe mujhe istemal karne se rok diya gaya hai!!",
nsfw: 'The nsfw feature has not been activated, Bc padhai likhai karo ๐๐๐ฆ - ๐ฌ๐๐ฆ bano lekin nhii tumhe to nudity dekhni hai ๐',
banChat: "*Is group ko mujhe command dene se ban kar diya gaya hai!!!*"
}
global.messAr = {
success: '* ุชู
ุงูู
ุนุงูุฌุฉ !! * โ
๏ธ',
admin: "ุนุฒูุฒู ุงูู
ุณุชุฎุฏู
ุ ูุง ูู
ูููู ู
ุชุงุจุนุฉ ูุฐุง ุงูุฃู
ุฑ ููุงุจุฉ ุนูู. ูุฃูู ูุณุช ู
ุดุฑููุง. ",
botAdmin: "ูุง ูู
ูููู ู
ุชุงุจุนุฉ ูุฐุง ุงูุฃู
ุฑ ุฏูู ุฃู ุฃููู ู
ุณุคููุงู",
owner: "ูุง ูู
ููู ุงุณุชุนู
ุงู ูุฐุง ุงูุงู
ุฑุ ูุฐุง ู
ุฎุตุต ููุท ููู
ุงูู.",
group: "ูุง ูู
ููู ุงุณุชุฎุฏุงู
ูุฐุง ุงูุฃู
ุฑ ูู ู
ุฌู
ูุนุฉ",
private: 'ุฃูุช ู
ุซู ูุฐุง ุงูุฃุญู
ู ูุฃูู ููู ูู
ููู ุงุณุชุฎุฏุงู
ูุฐุง ุงูุฃู
ุฑ ูู ู
ุญุงุฏุซุฉ ุฎุงุตุฉ',
bot: "This Feature Is Only For ๐๐ผ๐... and you're not a ๐๐ผ๐.",
wait: "ุฃูุง ุฃููู
ุจู
ุนุงูุฌุฉ ุงูุฃู
ุฑ ุงูุฎุงุต ุจู ุ ูุฑุฌู ุงูุงูุชุธุงุฑ ",
linkm: 'ุฃุญุชุงุฌ ุฑุงุจุท',
error: 'ูุฏู ุฎุทุฃ!',
sudo: "*Hey User ๐....*\nYou can't use this command because this command is only for my co-owner.",
endLimit: 'Your Daily Limit Has Expired, The Limit Will Be Reset Every 12 Hours',
ban: "ููุฏ ุชู
ุญุธุฑู ู
ู ุงุณุชุฎุฏุงู
ูุฐุง ุงูุจูุช.",
nsfw: 'ูู
ูุชู
ุชูุดูุท ู
ูุฒุฉ NSFW ูู ูุฐู ุงูู
ุฌู
ูุนุฉ ',
banChat: "ููุฏ ุชู
ุญุธุฑ ูุฐู ุงูู
ุฌู
ูุนุฉ ู
ู ุงุณุชุฎุฏุงู
ูุฐุง ุงูุจูุช."
}
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
let file = require.resolve(__filename)
fs.watchFile(file, () => {
fs.unwatchFile(file)
console.log(chalk.redBright(`Update'${__filename}'`))
delete require.cache[file]
require(file)
})