No need to async when returning promise

49f411b9faad46832184e77f7f5c68c29c9d857d

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
public/script.js+1 -1
@@ -9181,7 +9181,7 @@ jQuery(async function () {
91819181 }));
91829182 SlashCommandParser.addCommandObject(SlashCommand.fromProps({
91839183 name: 'tempchat',
91849184 callback: async () => {
91859185 return new Promise((resolve, reject) => {
91869186 const eventCallback = async (chatId) => {
91879187 if (chatId) {