https://github.com/davidhozic/discord-custom-emote-usage
Discord bot for tracking usage of custom emotes per each server.
https://github.com/davidhozic/discord-custom-emote-usage
Last synced: 8 months ago
JSON representation
Discord bot for tracking usage of custom emotes per each server.
- Host: GitHub
- URL: https://github.com/davidhozic/discord-custom-emote-usage
- Owner: davidhozic
- License: mit
- Created: 2023-08-24T10:23:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-05T07:13:26.000Z (about 2 years ago)
- Last Synced: 2025-02-16T03:46:57.373Z (10 months ago)
- Language: Python
- Size: 1.04 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Discord Custom Emote Usage bot, is a simple bot capable of tracking custom emote usage on a daily bases for each guild
the bot is joined into.
Requirements:
- Install [Python](https://www.python.org/downloads/).
- Install requirements with Python's PIP: ``python -m pip install -r requirements.txt``.
Features:
- Custom emote tracking
- Daily usage for last 30 days
- Supports emote replacement for emote with the same name (eg. switching regular emotes to Christmas emotes 🎄)
Configuration:
- Open ``emote_track.py`` and edit (account) ``TOKEN``, ``IS_USER`` (selfbot) and (command) ``PREFIX``.
Usage:
- Enable privileged intents in the Discord developer portal https://discord.com/developers/applications (if on bot account):
- Message content

- Run ``emote_track.py`` with ``python emote_track.py``
- Profit
Command help:
- Usage command: ``usage`` (eg. ``@@usage``)
- For help with other commands run ``help`` (eg. ``@@help``)