Skip to content

Commit 4b107aa

Browse files
committed
patch ._.
1 parent 3744652 commit 4b107aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

backup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ def __init__(self, token, c: console.prnt, version) -> None:
2525
self.user_info()
2626
self.relationships()
2727
fav_gifs_msg = self.get_favourite_gifs()
28-
self.dm_history()
2928
self.guilds()
3029
print()
3130
self.group_chats()
3231
print()
32+
self.dm_history()
33+
print()
3334

3435
if not os.path.exists('backups'):
3536
os.makedirs('backups')

0 commit comments

Comments
 (0)