pictureにbase64エンコードされた画像入ってる人がいるなあ。画像格納庫に一旦投稿してurl使うようにするしかない…

そのまえにユーザー情報キャッシュするようにせんといかんな

Reply to this note

Please Login to reply.

Discussion

Could you translate?

This is related to a discord bot I created.

I had written about this.

```

When displaying user icons on the discord, base64 images cannot be displayed as they are, so the bot needs to upload the base64 image somewhere so that it can be handled as a URL.

But before , I have to stop the bot from getting the user's information every time.

It needs to cache the user information.

Otherwise, the bot will upload base64 images every time.

```