New avatars:

* moving files in better directory structure
* new bot avatar
This commit is contained in:
John Livingston
2024-02-09 11:16:29 +01:00
parent b9b0eb41d9
commit 19fca3891a
264 changed files with 35 additions and 9 deletions

View File

@ -94,9 +94,9 @@ async function getProsodyFilePaths (options: RegisterServerOptions): Promise<Pro
certsDir = path.resolve(dir, 'data')
}
const avatarsDir = path.resolve(__dirname, '../../avatars-2024')
const avatarsDir = path.resolve(__dirname, '../../avatars/sepia')
const avatarsFiles = await _listAvatars(avatarsDir)
const botAvatarsDir = path.resolve(__dirname, '../../bot_avatars')
const botAvatarsDir = path.resolve(__dirname, '../../bot_avatars/sepia')
const botAvatarsFiles = await _listAvatars(botAvatarsDir)
return {