summaryrefslogtreecommitdiff
path: root/src/discord/guild.hpp
AgeCommit message (Collapse)Author
2024-04-15store stage instances on connectouwou
2023-03-06add basic guild notificationsouwou
2022-07-09handle premium server upload size limitsouwou
2022-04-06replace file chooser with nativeouwou
also remove clipboard since it was just a workaround and i dont want to maintain it
2022-04-05fix up a bunch of clang-tidy stuffouwou
mostly changing references, which i hope doesnt break stuff with models (TreeRow, iterators) since they gave me some strange problems in the past
2021-11-28actually retrieve roles for guildsouwou
FetchRoles isnt needed anymore cuz full roles are fetched now
2021-11-23Restructure source and resource files (#46)Dylam De La Torre
importantly, res is now res/res and css is now res/css