A small example implementation. ```ts // Initialize and configure const bot = new Client({ token: '<token>', application_id: '<application_id>', intents: [ Intent.GUILDS, Intent.GUILD_MESSAGES, Intent.GUILD_MESSAGE_REACTIONS, Intent.MESSAGE_CONTENT ] });
published version 0.1.1, 3 years agoThis Edlink JavaScript & TypeScript SDK is a NodeJS wrapper for the Edlink API.
published version 2.0.3, a month ago