diff --git a/lib/nostrum/struct/component.ex b/lib/nostrum/struct/component.ex index b0de6340f..6cdc4aed3 100644 --- a/lib/nostrum/struct/component.ex +++ b/lib/nostrum/struct/component.ex @@ -148,7 +148,7 @@ defmodule Nostrum.Struct.Component do """ @callback update(t(), opts :: [keyword()]) :: t() - alias Nostrum.Struct.Component.{ActionRow, Button, Option, SelectMenu, TextInput} + alias Nostrum.Struct.Component.{ActionRow, Button, DefaultValue, Option, SelectMenu, TextInput} alias Nostrum.Struct.Emoji alias Nostrum.Util