You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our current webhook has the create messages. I think we can use that to send a new message to general and a thread that announces a new conference
Using YAGPDB - sendMessage - channel message - Sends message (string or embed) in channel, channel
can be either nil, the channel ID or the channel's "name".
The text was updated successfully, but these errors were encountered:
Are we talking about sending messages to a Discord channel?
Yes the challenge here is trying to figure out if we want a single message for each issue as it's being published or a command that could be called on demand that would return a list
Who has the credentials for the webhook?
I think it would be an account with admin rights to the GitHub account. Potentially a service account.
There would likely also need to be an account in discord (this is usually the bot account).
The conferences themselves, are they our conference or python conferences in general?
Our current webhook has the create messages. I think we can use that to send a new message to general and a thread that announces a new conference
Using YAGPDB -
sendMessage - channel message
- Sends message (string or embed) in channel, channelcan be either nil, the channel ID or the channel's "name".
The text was updated successfully, but these errors were encountered: