flytegg / ls-discord-bot

The Discord bot powering the LearnSpigot.com support server.
https://learnspigot.com/discord
21 stars 19 forks source link

[Enhancement]: Track help post statistics for the support team in #leaderboard #143

Open joshbker opened 1 year ago

joshbker commented 1 year ago

Explain your idea.

We should track some interesting statistics about #help in an embed in #leaderboard. See screenshot example below:

image

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

sttephen commented 1 year ago

+1 Will be awesome feature

Nuckerr commented 1 year ago

+1

Dawsson commented 1 year ago

Could we pair this with my bot framework? I am already tracking loads of data

Pan-nav commented 1 year ago

Could we pair this with my bot framework? I am already tracking loads of data

is your bot framework in JDA?

Dawsson commented 1 year ago

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.

Pan-nav commented 1 year ago

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?

Dawsson commented 1 year ago

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?

Pan-nav commented 1 year ago

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?

Dawsson commented 1 year ago

We are not migrating, bot framework data is accessible via the flyte api in making and custom data will be in a db

Pan-nav commented 1 year ago

Ah gotcha