michelle0927
michelle0927
@js07 Is the built in `channel` prop able to be made optional? ``` channels: { type: "$.discord.channel[]", appProp: "discord", label: "Channels", description: "Select the channel(s) you'd like to be notified...
> @michelle0927 It looks like the `optional` property is not currently enabled for the `$.discord.channel` prop type. I can enable it and let you know when it should be working....
There are only 283 U.S. cities being seeded. How do I seed the database with a complete list of cities?
/approve
> @dannyroosevelt if there is no need of many urls right now can we ship this to ready for release and @andrewjschuang will create another issue for tracking this issue...
@andrewjschuang Is this what you mean? I tried changing it to the following, and am seeing the same results. ``` hooks: { async activate() { const promises = this.urls.map(url =>...
@andrewjschuang I tried removing the activate hook, and it's still freezing up for me.
@Hassan-Abbas-SQA I think you may be looking at a previous version of the code? This is what the actions' configs look like for me:
@DilanAthukorala Sorry about that. I had misunderstood which props are included in [Message Options](https://discord.js.org/#/docs/discord.js/stable/typedef/MessageOptions). I removed the props that don't belong (username, avatarURL, & threadID), and the actions should be...