Skip to content

Commit

Permalink
Merge branch 'master' into clustering
Browse files Browse the repository at this point in the history
  • Loading branch information
laggron42 committed Mar 1, 2025
2 parents f411a40 + d716e72 commit 383a712
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ballsdex/packages/countryballs/ab_spawn.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@

from ballsdex.core.bot import BallsDexBot

# It is a good idea to call importlib.reload on your custom module to make "b.reload countryballs"
# also reload the spawn manager. Otherwise, you'll be forced to fully restart to apply changes
#
# import importlib
# import yourpackage
# importlib.reload(yourpackage)
# ...
# manager_class_b = yourpackage.SpawnManager


class ABSpawner(BaseSpawnManager):
"""
Expand Down

0 comments on commit 383a712

Please sign in to comment.