[Enhancement]: Actual Tickets Integration #47
Labels
Status: Planned
Something that will try to be done in the future.
Type: Enhancement
An improvement to an already existing feature.
Milestone
Summary
The feature of future! We will actually get data from the main Tickets. Bot involves another whole batch of annoyances and so is planned for v0.1.1.
Description
Basically we will have to make an API for the Tickets bot to send POST requests to.
We would then get this great package:
{
"guild_id": "508392876359680000",
"user_id": "585576154958921739",
"ticket_id": 123,
"ticket_channel_id": "508410703439462400"
}
The Basis
This would remove the need for ticket users and change the mechanism based on which we run our opening actions. Making the code more reliable for the intents and purposes.
Use Case
We can get user_id reliably. As it currently stands we have no practical way for doing so.
Impact
A lot of work. Reliability. Less setup? They would have to add the integration on panel.ticketsbot.net
Alternatives
The one is currently in use yes.
Screenshots
No response
Additional Information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: