Add new sponsor prompts. Add new sponsor command. Add `sponsor_text` table. Add sponsor global config settings. Update `Setting.command` to use new `widget`. Add custom `cmd_str` support to `Message` `SettingType`.
17 lines
378 B
Python
17 lines
378 B
Python
from .sysadmin import *
|
|
from .guild_admin import *
|
|
from .meta import *
|
|
from .economy import *
|
|
from .study import *
|
|
from .stats import *
|
|
from .user_config import *
|
|
from .workout import *
|
|
from .todo import *
|
|
from .topgg import *
|
|
from .reminders import *
|
|
from .renting import *
|
|
from .moderation import *
|
|
from .accountability import *
|
|
from .plugins import *
|
|
from .sponsors import *
|