Skip to content

Commit 51f10ef

Browse files
migrate to cf
1 parent 0e3f4ad commit 51f10ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/register.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const response = await fetch(url, {
3434
Authorization: `Bot ${token}`,
3535
},
3636
method: 'PUT',
37-
body: JSON.stringify([SE_COMMAND, MO_COMMAND, AI_TEXT_COMMAND]),
37+
body: JSON.stringify([SE_COMMAND, MO_COMMAND]),
3838
});
3939

4040
if (response.ok) {

0 commit comments

Comments
 (0)