AndBobsYourUncle / stable-diffusion-discord-bot

A Discord bot, written in Go, that interfaces with the Automatic 1111's API interface.
MIT License
128 stars 35 forks source link

Fix: 1. Emoji fields in SelectMenuOption and Button structs are optional. 2. Swap height and width variables #41

Open nek0peko opened 5 months ago

nek0peko commented 5 months ago

Problem: https://github.com/bwmarrin/discordgo/issues/1474

image

This will render the '/imagine_settings' command unusable.

New release version (v0.26.3) of discordgo has solved the problem.

This pull request just simply changes the version.

nek0peko commented 5 months ago

Then run the command below to update go.sum

go get -u