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`.
6 lines
85 B
Python
6 lines
85 B
Python
from . import module
|
|
|
|
from . import data
|
|
from . import config
|
|
from . import commands
|