Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 952 Bytes

File metadata and controls

20 lines (14 loc) · 952 Bytes

Discord Analytics

Overview

Discord Analytics is a powerful tool that allows you to track and analyze your Discord bot's performance and user engagement. This repository contains packages for different Discord libraries, including Discord.js and Oceanic.js. These packages provide a simple and efficient way to integrate Discord Analytics into your bot, enabling you to gather valuable insights and improve your bot's functionality.

Installing the packages

Note: Use the package manager of your choice (npm, yarn, pnpm) to install the packages.

npm install @discordanalytics/core # Core package
npm install @discordanalytics/discordjs # For Discord.js
npm install @discordanalytics/oceanic # For Oceanic.js

Usage

Discord.js | Oceanic.js

For advanced usages and updated docs, please check https://discordanalytics.xyz/docs/get-started/advanced-usage/