Skip to content

Instantly share code, notes, and snippets.

View theNeoJade's full-sized avatar
💾
Creating Games

Jade theNeoJade

💾
Creating Games
View GitHub Profile
@mininmobile
mininmobile / example.plugin.js
Last active July 10, 2024 23:19
Example BetterDiscord Plugin
//META{"name":"Example"}*//
class Example {
// Constructor
constructor() {
this.initialized = false;
}
// Meta
getName() { return "Example"; }