✨ 📌 index.ts
This commit is contained in:
@@ -1007,3 +1007,4 @@ async function archiveSession(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -59,3 +59,4 @@ export const call: LocalCommandCall = async (_args, context) => {
|
|||||||
function n(count: number, noun: string): string {
|
function n(count: number, noun: string): string {
|
||||||
return `${count} ${plural(count, noun)}`
|
return `${count} ${plural(count, noun)}`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user