forked from sass/tipibot
Added quests
This commit is contained in:
8
bot.py
8
bot.py
@@ -32,6 +32,7 @@ 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_quests_commands import register_economy_quests_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
|
||||
@@ -815,6 +816,13 @@ register_economy_fish_commands(
|
||||
active_games=_active_games,
|
||||
)
|
||||
|
||||
register_economy_quests_commands(
|
||||
tree,
|
||||
bot,
|
||||
coin=_coin,
|
||||
award_exp=_award_exp,
|
||||
)
|
||||
|
||||
register_economy_games_commands(
|
||||
tree,
|
||||
coin=_coin,
|
||||
|
||||
Reference in New Issue
Block a user