Skip to content

Commit

Permalink
min loader to v4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rking32 committed Jun 24, 2022
1 parent 412a274 commit 380c5a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion min_loader.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.3
4.5
2 changes: 1 addition & 1 deletion userge/core/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ class UsergeBot(_AbstractUserge):
""" UsergeBot, the bot """

def __init__(self, **kwargs) -> None:
super().__init__(name="usergeBot", **kwargs)
super().__init__(name="usergeBot", in_memory=True, **kwargs)

@property
def ubot(self) -> 'Userge':
Expand Down

0 comments on commit 380c5a5

Please sign in to comment.