igolaizola / bulkai

AI image generation in bulk automatically
MIT License
191 stars 40 forks source link

Can't setup the channel right #31

Closed ewic1977 closed 1 year ago

ewic1977 commented 1 year ago

Hi, thanks for your work. I'm trying to specify a channel as stated in the doc: channel (string): Name of the channel to use in the form guild/channel

I can't get it to work. I've tried several things like putting a line like this in the yaml file where tipouletdoux#2321 and pixelart is my channel

channel: "tipouletdoux#2321/pixelart" channel: "tipouletdoux/pixelart" channel: tipouletdoux/pixelart

What am I doing wrong? Thanks!

igolaizola commented 1 year ago

Hi! You need to use the guild ID and the channel ID. If you access to the channel through the discord website you can copy the numeric IDs from the URL.

ewic1977 commented 1 year ago

Thank you so much using the IDs works great!