Skip to content

Commit

Permalink
Update notes.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kappithannemo authored Feb 22, 2021
1 parent a7d50a2 commit 2cdc6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/notes.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const NotesDB = require('./sql/notes');
const Language = require('../language')
const Lang = Language.getString('notes')

Asena.addCommand({ pattern: 'notes', fromMe: true, desc: Lang.NOTES_USAGE }, async (message, match) => {
Asena.addCommand({ pattern: 'notes', fromMe: false, desc: Lang.NOTES_USAGE }, async (message, match) => {


const _notes = await NotesDB.getNotes()
Expand Down

0 comments on commit 2cdc6e0

Please sign in to comment.