Skip to content

Instantly share code, notes, and snippets.

View i0bs's full-sized avatar

Sophia i0bs

  • Snowflake
  • 09:41 (UTC -04:00)
View GitHub Profile
@i0bs
i0bs / discord_gateway.md
Last active April 20, 2023 04:59
Building a Discord Gateway client.
@i0bs
i0bs / january-summary.md
Last active January 29, 2022 15:12
DDevs Q&A Summary 28/01/2022

DDevs Q&A January 2022 Summary - Happy New Year!

Forward

This is an nonexhaustive summary of the DDevs Q&A stage. Most of the points below are paraphrased for brevity. Emphasis is my own unless explicitly stated, and my opinions on certain things may shine through. Please refer to a VOD of the stage for the exact wording from the Discord Developers.

Upcoming Features (and demos if available)

  • Application Discovery
    • You need to add your application before the publication of application discovery adding a way for the bot to be invited through accepted means in the Developers Portal. (e.g. "Add to server" button.)
    • Developers are looking into an opt-in system for the discovery system. More information will be presented at a later date.
  • Application Commands Permissions v2.01
<?PHP
/* Created by James Walston, All rights are reserved.
HookDB.php acts as a local database class for scalable
webservers. Failure to comply to this notice rids the
legitimacy of this script. */
include "Error.php";
interface hookclass {