diff --git a/src/utils/types.ts b/src/utils/types.ts index 31e3135..3eaa5b2 100644 --- a/src/utils/types.ts +++ b/src/utils/types.ts @@ -10,7 +10,7 @@ export type Server = { shortlinks: boolean sourcefinder: boolean embeds: boolean - interactiontext: boolean + interaction_text: boolean }