forked from sass/tipibot
Feature: Clean up the codebase
This commit is contained in:
30
bot.py
30
bot.py
@@ -21,22 +21,20 @@ import psutil
|
||||
|
||||
import config
|
||||
import strings as S
|
||||
import economy
|
||||
import pb_client
|
||||
import sheets
|
||||
from dev_member_commands import register_dev_member_commands
|
||||
from dev_member_runtime import handle_member_join, run_birthday_daily
|
||||
from economy_admin_commands import register_economy_admin_commands
|
||||
from economy_extra_commands import register_economy_extra_commands
|
||||
from economy_fish_commands import register_economy_fish_commands
|
||||
from economy_games_commands import register_economy_games_commands
|
||||
from economy_income_commands import register_economy_income_commands
|
||||
from economy_prestige_commands import register_prestige_commands
|
||||
from economy_profile_commands import register_economy_profile_commands
|
||||
from economy_support_commands import register_economy_support_commands
|
||||
from ops_channel_commands import register_ops_channel_commands
|
||||
from ops_admin_commands import register_ops_admin_commands
|
||||
from member_sync import SyncResult
|
||||
from core import economy, pb_client, sheets
|
||||
from core.member_sync import SyncResult
|
||||
from commands.dev_member_commands import register_dev_member_commands
|
||||
from commands.dev_member_runtime import handle_member_join, run_birthday_daily
|
||||
from commands.economy_admin_commands import register_economy_admin_commands
|
||||
from commands.economy_extra_commands import register_economy_extra_commands
|
||||
from commands.economy_fish_commands import register_economy_fish_commands
|
||||
from commands.economy_games_commands import register_economy_games_commands
|
||||
from commands.economy_income_commands import register_economy_income_commands
|
||||
from commands.economy_prestige_commands import register_prestige_commands
|
||||
from commands.economy_profile_commands import register_economy_profile_commands
|
||||
from commands.economy_support_commands import register_economy_support_commands
|
||||
from commands.ops_channel_commands import register_ops_channel_commands
|
||||
from commands.ops_admin_commands import register_ops_admin_commands
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Logging
|
||||
|
||||
Reference in New Issue
Block a user