alexemanuelol / rustplusplus

A NodeJS Discord Bot that uses the rustplus.js library to utilize the power of the Rust+ Companion App with additional Quality-of-Life features.
GNU General Public License v3.0
186 stars 93 forks source link

Custom icon bot #336

Closed nachogrxdev closed 2 days ago

nachogrxdev commented 2 weeks ago

I modified the bot icon from the Discord developers panel, but upon restarting the bot he lost the icon and banner set through this panel. Is there a way to set these images as default from my docker instance?

Trophy198 commented 2 weeks ago

I modified the bot icon from the Discord developers panel, but upon restarting the bot he lost the icon and banner set through this panel. Is there a way to set these images as default from my docker instance?

This is an open-source project. if you want change avatar, You can change the profile by directly modifying the profile URL in the setAvatar logic.

nachogrxdev commented 2 weeks ago

This is an open-source project. if you want change avatar, You can change the profile by directly modifying the profile URL in the setAvatar logic.

Perhaps it would be simpler to make it possible to change the avatar and banner through an environment variable setting a URL or local path 🤔