diff --git a/structure/extensions/Message.js b/structure/extensions/Message.js index 4c14d93..65e05a4 100644 --- a/structure/extensions/Message.js +++ b/structure/extensions/Message.js @@ -85,6 +85,13 @@ const Message = Structures.extend('Message', (Message) => { } + async formattedRespond(index, opts = { }) { + + if (!opts.params) opts.params = {}; + this.respond(this.format(index, opts.params), opts) + + } + async respond(str, opts = { attachments: [] }) { if(typeof str === 'string') {