No need to async when returning promise
| @@ -9181,7 +9181,7 @@ jQuery(async function () { | ||
| 9181 | 9181 | })); |
| 9182 | 9182 | SlashCommandParser.addCommandObject(SlashCommand.fromProps({ |
| 9183 | 9183 | name: 'tempchat', |
| 9184 | 9184 | callback: async () => { |
| 9185 | 9185 | return new Promise((resolve, reject) => { |
| 9186 | 9186 | const eventCallback = async (chatId) => { |
| 9187 | 9187 | if (chatId) { |