Skip to content

Commit

Permalink
Fix bass
Browse files Browse the repository at this point in the history
  • Loading branch information
souravkl11 authored May 31, 2022
1 parent 7d14cd2 commit ce61140
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/converters.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ Module({
}));
Module({
pattern: 'bass ?(.*)',
fromMe: Lang.BASS_DESC
fromMe: w,
desc: Lang.BASS_DESC
}, (async (message, match) => {
if (message.reply_message === false) return await message.sendReply(Lang.BASS_NEED_REPLY)
var savedFile = await saveMessage(message.reply_message);
Expand Down

0 comments on commit ce61140

Please sign in to comment.