Commit graph

99 commits

Author SHA1 Message Date
6a0a99c193 Use trait for username display, fix suggestion username 2023-06-13 18:45:08 -07:00
58dbb425ba Fix Internal error 2023-06-11 10:21:47 -07:00
5e6bb8f2d0 Update for new usernames 2023-06-10 14:59:08 -07:00
31adf7efe8 Support leaderboards with under 10 users 2023-06-10 14:11:48 -07:00
ab30279375 Create data directory if not exists 2023-06-10 14:08:58 -07:00
1dfa68452b Clear clippy warnings 2023-06-10 13:30:34 -07:00
4acff7051d cargo clippy --fix 2023-06-10 13:27:36 -07:00
5702c60fc0 cargo fmt 2023-06-10 13:26:31 -07:00
487426548f Update avatar and repository links 2023-06-10 13:26:14 -07:00
ef0a38f8a3 Remove timestamp hash from embed images 2023-06-10 12:59:56 -07:00
9857504705 Implement domain system 2023-06-10 12:59:29 -07:00
faf74e7c3f poise 0.4 -> 0.5.5 2023-06-10 12:45:05 -07:00
cfb2aba591 Add case for missing avatars in leaderboard 2022-12-05 15:10:41 -08:00
e3d85efe96 Fix edge case where multiple attachments 2022-11-30 00:34:37 -08:00
fcb7dda20d Use timestamps in file names to fix caching issue 2022-11-30 00:21:57 -08:00
c10853f5d1 Tentative embed caching fix 2022-11-30 00:06:45 -08:00
83790e91c2 Fix imagedelete command 2022-11-29 16:32:37 -08:00
6ff1736271 Make site rebuild blocking 2022-11-29 16:01:00 -08:00
61973f617d Fix suggestions 2022-11-24 17:35:49 -08:00
437c177ab3 Actually fix embeds 2022-11-23 14:20:20 -08:00
f7fbd48df5 Fix challenge embeds not posting 2022-11-23 11:33:49 -08:00
3667074018 Actually fix embeds 2022-11-22 22:03:24 -08:00
e0f164338a Tentative embed fix via reuploading 2022-11-22 21:22:59 -08:00
c7ac46a427 Make embeds link to Tegaki Tuesday 2022-11-22 20:18:05 -08:00
8dde342d97 cargo fmt 2022-11-16 22:47:33 -08:00
3c26122a0b Fix crosspost links 2022-11-16 22:46:26 -08:00
0c93425ee7 Temporarily remove owner slash commands 2022-11-16 21:42:16 -08:00
fc9a9a9d49 Improve submission command with slash command, embeds, crossposting 2022-11-16 21:41:17 -08:00
ebcb6e2ff7 Partially add ephemeral commands, remove rebuildSite 2022-11-16 17:11:42 -08:00
2c4b7bc344 cargo fmt 2022-11-16 14:25:43 -08:00
37d808eab3 Fix leaderboard users after mixup during poise port 2022-11-16 14:25:34 -08:00
6aff34ceab cargo fmt 2022-11-14 23:05:33 -08:00
9e9eb48025 Move to poise, add slash commands 2022-11-14 23:05:17 -08:00
59d9d1143b Remove warning from typing.stop()
See https://github.com/serenity-rs/serenity/pull/2081
2022-08-04 13:01:53 -07:00
eb4c921ce4 Improve leaderboard 2022-04-26 22:53:53 -07:00
5252428acb Pad discriminators <1000 with zeroes in leaderboard 2022-04-26 19:16:26 -07:00
08a5cac37b Remove leaderboard from help 2022-04-26 12:37:10 -07:00
8fb76e4bd5 Increase leaderboard size 2022-04-26 12:16:16 -07:00
463808cb75 Fix leaderboard case where HTML file doesn't exist yet 2022-04-26 11:31:39 -07:00
ddef4f326b cargo fmt 2022-04-26 11:09:29 -07:00
a2ff904532 Add leaderboard 2022-04-26 11:09:09 -07:00
62a26cda2e Add -h suggest to help command 2022-04-25 12:11:10 -07:00
e8a29a2461 Fix setSuggestionChannel panicking when key not in guilds.json 2022-04-25 12:02:01 -07:00
830ac6cb61 cargo fmt 2022-04-25 11:40:04 -07:00
9063017a48 Add suggestion command 2022-04-25 11:39:46 -07:00
edfb01d154 Update packages, migrate to Serenity 0.11 2022-04-25 10:33:45 -07:00
a388416945 Disable message pinning 2022-04-05 22:53:05 -07:00
ce3251985b Remove example comment from main.rs 2022-02-27 17:09:38 -08:00
5b5f9c56f5 cargo fmt 2022-02-27 16:37:29 -08:00
faf2a38400 Move all non-command functions in commands folder into utils file, closes #11 2022-02-27 16:36:51 -08:00