(sponsors): Allow prompt to be nullable.

This commit is contained in:
2022-03-19 16:18:33 +02:00
parent b21e0e21e5
commit 2ff83b90fa
3 changed files with 10 additions and 20 deletions

View File

@@ -3,3 +3,4 @@ from .setting_types import * # noqa
from .user_settings import UserSettings, UserSetting # noqa
from .guild_settings import GuildSettings, GuildSetting # noqa
from .app_settings import AppSettings