Skip to content

Commit

Permalink
Frozen @ Sat Jul 27 05:06:30 EDT 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
Leask committed Jul 27, 2024
1 parent f7aad54 commit d2ba7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skills/-8845_thread.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { alan, bot, uoid, utilitas } from 'utilitas';
const [EMIJI_FINISH, END, NEW, THREAD, CLR] = ['☑️', '❎', '✨', '🧵', '🆑'];

const [CREATED, SWITCHED] = [
`{NEW} Thread created: `, `${EMIJI_FINISH} Thread switched: `
`${NEW} Thread created: `, `${EMIJI_FINISH} Thread switched: `
];

// moved to help and configs
Expand Down

0 comments on commit d2ba7d7

Please sign in to comment.