Finding the total message count of a user

Asked May 7, 2023·1 reply·Last activity 3 years ago·Open in Discord ↗
Archived from the original community forum
Things may have changed since it was written. Still stuck? Ask the community on Discord.

So I was wondering if there was a way to collect the total number of messages sent by a user for a command I'm working on. I know that Twitch does collect that number, as it can be seen when in moderator view on Twitch. Is there a way for Nightbot to collect this number? I'm trying to make a leveling system where you level up based on the number of messages you've sent using (sqrt of total messages)/2. Thanks for your time and let me know if you need any clarification.

1 reply

Hey @Foggy Shark!

While Twitch stores that number, it doesn't expose it publicly on their API, so it's not possible for Nightbot to retrieve that data, sorry.