Skip to content

Commit

Permalink
💼 Add job cog to economy
Browse files Browse the repository at this point in the history
  • Loading branch information
tookender committed Sep 15, 2024
1 parent f1b62f5 commit 3b835b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extensions/economy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
from .basic import BasicCog
from .gambling import GamblingCog
from .work import WorkCog
from .job import JobCog


class Economy(BasicCog, GamblingCog, WorkCog, BankCog):
class Economy(BasicCog, GamblingCog, WorkCog, BankCog, JobCog):
pass


Expand Down

0 comments on commit 3b835b6

Please sign in to comment.