-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Enhancement]: Track help post statistics for the support team in #leaderboard #143
Comments
+1 Will be awesome feature |
+1 |
Could we pair this with my bot framework? I am already tracking loads of data |
is your bot framework in JDA? |
Kord + Kordex, we are not moving the ls bot to use the framework atm, we are moving all other bots though I am making a bot for learnspigot running under the same token though, different code bases. |
So we can't pair this stats command with your bot framework can we? |
We can use existing data from the bot framework I collect, on top of the custom ls bot implementation. I assume that's what you're asking? |
Sorry I'm confusing rn. I mean to ask, if we are not migrating ls bot to your framework can we still use the data collected by your framework? How do we implement it? |
We are not migrating, bot framework data is accessible via the flyte api in making and custom data will be in a db |
Ah gotcha |
Explain your idea.
We should track some interesting statistics about #help in an embed in #leaderboard. See screenshot example below:
The footer should be an updating timestamp using
Instant.now()
and the message should update every minute, the same as the leaderboard posts.Anything else?
No response
The text was updated successfully, but these errors were encountered: