39 Commits

Author SHA1 Message Date
ae418c27db Enable docker image update notifications
All checks were successful
Deploy / Deploy (push) Successful in 32s
2026-02-20 21:15:10 +00:00
d142034c08 Add CI/CD workflow
All checks were successful
Deploy / Deploy (push) Successful in 32s
2026-01-29 21:18:55 +00:00
f4373c62ca Add missing descriptions and help messages 2026-01-29 19:03:35 +00:00
fce69870b1 Hide context menu commands in help 2026-01-29 19:03:35 +00:00
c3cdb5e1f1 Fix names of fields and modals 2026-01-29 19:03:35 +00:00
a747c43ffa Fix formatting of external emojis in profile embed 2026-01-29 19:03:35 +00:00
64d1061353 Update profile show and edit commands using database schema for profiles and discord interactions and modals 2026-01-29 19:03:35 +00:00
cf18044b95 Add profiles table 2026-01-29 19:03:35 +00:00
124b1cf484 Add non-functional profile edit command 2026-01-29 19:03:35 +00:00
aad93ad7d8 Add context menu commands for showing and editing profiles 2026-01-29 19:03:35 +00:00
c843fec323 Add simple commands to query PokéAPI 2026-01-29 19:03:35 +00:00
7f43162028 Add guild_only to all commands 2026-01-29 19:03:35 +00:00
f4dccd65b2 Move member avatar url into utils 2026-01-29 19:03:35 +00:00
e11eb9bd49 Add ephemeral parameter to profile show command 2026-01-29 19:03:35 +00:00
4bb22bc8a4 Move friend code management into seperate command 2026-01-29 19:03:34 +00:00
db62c61e14 Add staff check for profile overwrite command 2026-01-29 19:03:34 +00:00
9170506eeb Add staff role repository 2026-01-29 19:03:34 +00:00
d27871c097 Add staff_roles table 2026-01-29 19:03:34 +00:00
3444ebbe22 Add command groups to the help command autocomplete list 2026-01-29 19:03:34 +00:00
2bb565704e User JSON arguments in Dockerfile 2026-01-29 19:03:34 +00:00
cda7288420 Add staff command for overwriting users' profiles 2026-01-29 19:03:34 +00:00
cb59e65c30 Add Dockerfile 2026-01-29 19:03:34 +00:00
370a6ce330 Update example .env file 2026-01-29 19:03:34 +00:00
e4abd4485b Correct colour used for help embed 2026-01-29 19:03:34 +00:00
ae85cc9fb6 Add about command 2026-01-29 19:03:34 +00:00
85c93c8683 Add missing command and parameter descriptions 2026-01-29 19:03:34 +00:00
f4bace71e9 Remove ping command 2026-01-29 19:03:34 +00:00
982156e443 Add help command 2026-01-29 19:03:34 +00:00
417621d422 Add commands for viewing and editing user profiles 2026-01-29 19:03:34 +00:00
fc09d267e5 Add user_by_discord_user_id function to repository 2026-01-29 19:03:33 +00:00
a719b143de Create client to establish connection with discord and add basic framework with sample command 2026-01-29 19:03:33 +00:00
fc07051558 Add wrapper around repository backend error 2026-01-29 19:03:33 +00:00
d2de03fde1 Add cli parsing logic and logging to rotom_discord_bot 2026-01-29 19:03:33 +00:00
42108ea8e7 Create romtom_discord_bot_crate 2026-01-29 19:03:33 +00:00
9166818299 Create user repository 2026-01-29 19:03:33 +00:00
93aba69035 Create users table 2026-01-29 19:03:33 +00:00
6dde01d7a1 Setup rotom_database crate 2026-01-29 19:03:33 +00:00
d3807786d2 Workspace setup 2026-01-29 19:03:33 +00:00
3ad90e40be Initial commit 2026-01-29 19:03:33 +00:00