Kilvoctu / aiyabot

A neat Discord bot for AUTOMATIC1111's Web UI
GNU General Public License v2.0
305 stars 79 forks source link

fix who is @'d when using buttons #252

Closed Kilvoctu closed 4 months ago

Kilvoctu commented 4 months ago

fixes #250

This bug occured as restrict_buttons was not in the initial scope for project; i.e., it was not intended for people to use buttons for other people's generations. So I overlooked it. Quick fix that should reference the user from ctx and fall back to interaction (because Discord wanted different syntax for some reason), which gets updated when using buttons. This also removes user discriminator from console log, because those are no longer used by Discord.