Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add BOT_HTTP_INTERACTIONS User flag #3903

Merged
merged 1 commit into from
Nov 1, 2021
Merged

Conversation

almeidx
Copy link
Contributor

@almeidx almeidx commented Oct 1, 2021

No description provided.

@apacheli
Copy link
Contributor

apacheli commented Oct 1, 2021

Would be nice to have some descriptive context to what this actually does.

@almeidx
Copy link
Contributor Author

almeidx commented Oct 1, 2021

It will likely be used to show bots that only use interactions over HTTP as online in the client

@NovaFox161
Copy link
Contributor

It will likely be used to show bots that only use interactions over HTTP as online in the client

That doesn't sound like you know for sure. I think we should let discord document this or only PR this when we know for sure what it will actually do and not what we think it will do.

Lulalaby added a commit to Lulalaby/catnip that referenced this pull request Oct 1, 2021
Adds BotHttpInteractions with a value of 1<<19.

See discord/discord-api-docs#3903
Lulalaby added a commit to Lulalaby/catnip that referenced this pull request Oct 1, 2021
Adds BotHttpInteractions with a value of 1<<19.

See discord/discord-api-docs#3903
@typpo typpo added the not released This issue or PR is referencing a change that is not yet widely released and/or subject to change. label Oct 1, 2021
@@ -78,6 +78,7 @@ There are other rules and restrictions not shared here for the sake of spam and
| 1 << 16 | Verified Bot |
| 1 << 17 | Early Verified Bot Developer |
| 1 << 18 | Discord Certified Moderator |
| 1 << 19 | Bot HTTP Interactions |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does Bot HTTP Interactions means? Even as someone who is used to the Discord API, I don't know what this means.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A bot that doesn't connect to the gateway

Copy link
Contributor

@Zoddo Zoddo Oct 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, I think I understand

A description like Bot using only [outgoing webook interactions](#DOCS_INTERACTIONS_RECEIVING_AND_RESPONDING/receiving-an-interaction) and always shown online (or something like that) is better in my mind :)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah definitly

Copy link
Contributor

@InvalidLenni InvalidLenni Oct 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gateway Status or Bot Status? O.o

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bot status I would say

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this table is pretty weird because instead of having an actual name field it has a "description" field which is generally pretty close to the name, and libraries usually just normalize the description for a name

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, having both name and description could be useful

@RedDaedalus
Copy link
Contributor

This appears to be showing up on bots now, it hides the bot's status and puts it in the online list:
image

@msciotti msciotti merged commit 7dbe9c7 into discord:master Nov 1, 2021
@msciotti
Copy link
Contributor

msciotti commented Nov 1, 2021

#4036

@almeidx almeidx deleted the user-flag branch November 1, 2021 19:05
Nihlus added a commit to Remora/Remora.Discord that referenced this pull request Nov 4, 2021
@night night removed the not released This issue or PR is referencing a change that is not yet widely released and/or subject to change. label Mar 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.