aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-09-28fix(rolereaction): does not support prod envWilliam Hergès
2025-09-28build(gokord): bump to v0.13.0William Hergès
2025-09-27style(rolereact): ...William Hergès
because @aspial don't want to follow the format adopted by the project
2025-09-27[Feat] Role reaction (#15)ascpial
* first draft of rolereact * fix(rolereact): fill description when setting it * fix(rolereact): fix some issues * feat(rolereact): split the code in multiple files
2025-09-27build(gokord): bump to latest nightlyWilliam Hergès
2025-09-26feat(gokord): update updates.jsonWilliam Hergès
2025-09-26build(gokord): bump to latest nightlyWilliam Hergès
2025-09-26Merge pull request #14 from ascpial/new-configWilliam Hergès
[Feat] Finish upgrading config
2025-09-21fix(config): forgot some thingsascpial
2025-09-21perf(config): use more modern slices.SortFuncascpial
2025-09-21fix(config): remove useless codeascpial
2025-09-20feat(config): finish upgrading configascpial
2025-09-20build(gokord): bump to v0.12.0William Hergès
2025-09-20feat(stats): better style for the graphWilliam Hergès
2025-09-20feat(stats): custom scale for Y to show levelWilliam Hergès
2025-09-20fix(db): closing rows even if rows is nilWilliam Hergès
2025-09-19build(gokord): bump to latest nightlyWilliam Hergès
2025-09-18build(gokord): upgrade to latest nightlyAnhgelus Morhtuuzh
2025-09-15Merge pull request #13 from ascpial/feat-configWilliam Hergès
[Feat] Improve /config look and xp_role usability
2025-09-15fix(config): some fixesascpial
2025-09-15feat(config): improve /config look and xp_role usabilityascpial
2025-09-13build(gokord): use latest versionWilliam Hergès
2025-09-13build(gokord): upgrade to latest versionWilliam Hergès
2025-09-11fix(commands): some were wrongly disabledWilliam Hergès
2025-09-11docs(info): add inter as deps in readme and creditsWilliam Hergès
2025-09-11[GitHub] Merge pull request #12 from ascpial/nicer-fontWilliam Hergès
[Feat] Better font in stats graph
2025-09-11feat(stats): nicer font in stats graphascpial
2025-09-11build(gokord): upgrade to latest nightlyAnhgelus Morhtuuzh
2025-09-11feat(db): remove xp when copaing leavesAnhgelus Morhtuuzh
2025-09-11feat(commands): static colors for statsWilliam Hergès
2025-09-04build(gokord): upgrade to latest nightlyWilliam Hergès
still use discordgo name before merging anhgelus/gokord with nyttikord/gokord
2025-08-31feat(stats): avoid stopping process if copaing is not foundWilliam Hergès
2025-08-31style(stats): remove useless partsWilliam Hergès
2025-08-31fix(stats): index out of range another time3.2.0William Hergès
I think I have fixed every out out of range could be tested in debug mode, but is very hard to reproduce
2025-08-31fix(stats): index out of range againWilliam Hergès
cannot be tested in debug mode
2025-08-31perf(stats): create goroutine for plot generationWilliam Hergès
2025-08-31fix(stats): bad where condition for memberWilliam Hergès
2025-08-31fix(stats): another index out of rangeWilliam Hergès
2025-08-31feat(debug): decrease reduce timeWilliam Hergès
2025-08-31ci(scripts): justfile for common taskWilliam Hergès
2025-08-31fix(stats): index out of rangeWilliam Hergès
and not showing no value
2025-08-31fix(stats): bad table name in debugWilliam Hergès
2025-08-31perf(stats): send deferred before creating plotWilliam Hergès
2025-08-31refactor(stats): unify all and one memberWilliam Hergès
2025-08-31refactor(stats): rewrite data creationWilliam Hergès
2025-08-21feat(command): user option for statsAnhgelus Morhtuuzh
2025-08-21feat(command): days option for statsAnhgelus Morhtuuzh
2025-08-21feat(command): better plot for statsAnhgelus Morhtuuzh
2025-08-21fix(command): wrong sql and weird gorm behaviorsAnhgelus Morhtuuzh
2025-08-21feat(command): generate plot and sendAnhgelus Morhtuuzh