Skip to content

Commit

Permalink
patch ._.
Browse files Browse the repository at this point in the history
  • Loading branch information
itschasa committed Mar 28, 2023
1 parent 3744652 commit 4b107aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@ def __init__(self, token, c: console.prnt, version) -> None:
self.user_info()
self.relationships()
fav_gifs_msg = self.get_favourite_gifs()
self.dm_history()
self.guilds()
print()
self.group_chats()
print()
self.dm_history()
print()

if not os.path.exists('backups'):
os.makedirs('backups')
Expand Down

0 comments on commit 4b107aa

Please sign in to comment.