commit | f4f21c4e1815a00ae11b87a56b5c4b99e4d08ef0 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Wed Mar 08 14:36:29 2023 +0000 |
committer | Skyler Grey <skyler3665@gmail.com> | Wed Mar 08 14:36:29 2023 +0000 |
tree | 234f3bd32d556087d590d3419b164ebb1f8b00c6 | |
parent | d1157318c09ce1401be40d0cee9800aa6a618d4d [diff] [blame] |
Fix all missing await issues (eslint)
diff --git a/src/commands/nucleus/ping.ts b/src/commands/nucleus/ping.ts index 62988bb..8a9ca87 100644 --- a/src/commands/nucleus/ping.ts +++ b/src/commands/nucleus/ping.ts
@@ -13,7 +13,7 @@ const initial = Date.now(); await interaction.reply({ embeds: LoadingEmbed, ephemeral: true }); const ping = Date.now() - initial; - interaction.editReply({ + await interaction.editReply({ embeds: [ new EmojiEmbed() .setTitle("Ping")