MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins / getRandomTexts

Method getRandomTexts

autochangename/autochangename.ts:216–219  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

214
215 static async getRandomTexts(): Promise<string[]> {
216 await this.init();
217 return this.db?.data?.random_texts ?? [];
218 }
219
220 static async saveRandomTexts(texts: string[]): Promise<boolean> {
221 await this.init();
222 try {

Callers 4

generateNewNameMethod · 0.80
updateUserProfileMethod · 0.80
handleTextMethod · 0.80
handleShowConfigMethod · 0.80

Calls 1

initMethod · 0.95

Tested by

no test coverage detected