diff --git a/commands/message/dev/update.js b/commands/message/dev/update.js index 4d5e02f..7511598 100644 --- a/commands/message/dev/update.js +++ b/commands/message/dev/update.js @@ -29,7 +29,7 @@ module.exports = { if(r.toString().includes("Already up to date.")) return await response.edit({embeds: [createEmbed("warning", context, "Already up to date.")]}) let com = r.toString().match(/([a-z0-9]{7})\.\.([a-z0-9]{7})/) - return await response.edit({ content: `${icon("check")} Updated ${highlight(com[1] + ' -> ' + com[2])} in ${((Date.now() - t) / 1000).toFixed(2)}s`, embeds: []}) + return await response.edit({ content: `${icon("success_simple")} Updated ${highlight(com[1] + ' -> ' + com[2])} in ${((Date.now() - t) / 1000).toFixed(2)}s`, embeds: []}) }catch(e){ console.log(e) return await response.edit({embeds: [createEmbed("error", context, "Update failed.")]})