Skip to content

Commit 86cf36f

Browse files
undo the changes
1 parent ade38ce commit 86cf36f

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ module.exports = {
3232
ADDMSG: process.env.ADD_MESSAGE === undefined ? 'default' : process.env.ADD_MESSAGE,
3333
PLKS: process.env.THERI_LIST === undefined ? false : process.env.THERI_LIST,
3434
MUTEMSG: process.env.MUTE_MESSAGE === undefined ? 'default' : process.env.MUTE_MESSAGE,
35+
STICKERD: process.env.STICKERD === undefined ? '```Converting...```' : process.env.STICKERD,
36+
SONGD: process.env.SONGD === undefined ? '*Searching*' : process.env.SONGD,
37+
SONGU: process.env.SONGU === undefined ? '*Feel the song*' : process.env.SONGU,
3538
BGMFILTER: process.env.BGM_FILTER === undefined ? false : convertToBool(process.env.BGM_FILTER),
3639
DISBGM: process.env.DISABLE_JID_BGM_FILTER === undefined ? false : process.env.DISABLE_JID_BGM_FILTER,
3740
AUTOSTICKER: process.env.AUTO_STICKER === undefined ? true : convertToBool(process.env.AUTO_STICKER),

language/EN.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@
186186
"ISONG_DESC": "Uploads the song you wrote for ios users.",
187187
"NEED_TEXT_SONG": "*Please write a song!*\n*Example:* ```.song eminem - rap god```",
188188
"NO_RESULT": "*I couldn't find anything :(*",
189-
"DOWNLOADING_SONG": "\n*Searching*\n",
190-
"UPLOADING_SONG": "\n*Feel the song*\n",
189+
"DOWNLOADING_SONG": "Config.SONGD",
190+
"UPLOADING_SONG": "Config.SONGU",
191191
"VIDEO_DESC": "Downloads video from YouTube.",
192192
"NEED_VIDEO": "*Please write a video link!*\n*Example:* ```.video https://www.youtube.com/watch?v=nAFlVm5qeBc```",
193193
"DOWNLOADING_VIDEO": "*Downloading*",
@@ -204,7 +204,7 @@
204204
"sticker": {
205205
"STICKER_DESC": "It converts your replied photo or video to sticker.",
206206
"NEED_REPLY": "*Reply to a photo or video!*",
207-
"DOWNLOADING": "```Nissaram🧞‍♂️```"
207+
"DOWNLOADING": "Config.STICKERD"
208208
},
209209
"system_stats": {
210210
"ALIVE_DESC": "Does bot work?",
@@ -292,6 +292,9 @@
292292
"T_NOT": "```💭 You Need To Enter Any Blend Effects!\n```🔎 Existing Commands:```\n\n*$dodge* - Applies a pink color filter to the video.\n*$multiply* - Applies a green color filter to the video.\n*$grainmerge* - Increases the contrast of the video.\n*$and* - Applies black lightning effect according to the speed of the video.\n*$or* - Applies a white lightning effect according to the speed of the video.\n*$burn* - Applies green contrast to video.\n*$difference* - Shows the differences by applying green relief to the video.\n*$grainextract* - Shows the differences by applying gray relief to the video.\n*$divide* - Demonstrates the differences by applying a pink relief to the video.\n*$xor* - Applies both green relief and lightning effect to video.\n*$hardmix* - Mixes the colors of the video into a yellow and red tone.\n*$negation* - Turns the dynamics of the video to pink.",
293293
"T_DESC": "Applies the selected TBlend effect to videos."
294294
},
295+
"multiuse": {
296+
"NEED_WORD": "*Please enter username of any instagram account.*"
297+
},
295298
"mute": {
296299
"BİRMUTE": "*The group was silenced for 1 minute!*",
297300
"İKİMUTE": "*The group was silenced for 2 minute!*",

plugins/filters.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ if(pattern.test(message.message)){
155155
if (!!message.mention && message.mention[0] == '918921483992@s.whatsapp.net') {
156156
await message.client.sendMessage(message.jid, fs.readFileSync('./media/files/mention.mp3'), MessageType.audio, { mimetype: Mimetype.mp4Audio, quoted : message.data, ptt: true})
157157
}
158-
if (!!message.mention && message.mention[0] == Config.MENTION) {
158+
if (!!message.mention && message.mention[0] == Config.AFNN) {
159159
await message.client.sendMessage(message.jid, fs.readFileSync('./media/files/mention.mp3'), MessageType.audio, { mimetype: Mimetype.mp4Audio, quoted : message.data, ptt: true})
160160
}
161161
var uri = encodeURI(match[1])

plugins/multiuse.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)