Skip to content

Commit e8b974d

Browse files
committed
fix[red_bag]: red_bag_bug
1 parent ec3696c commit e8b974d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

common/message_replier.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -264,12 +264,6 @@ def red_bag(self, msg)-> tuple:
264264
if self.answer == real_msg[1] and msg.is_at:
265265
user_puid = msg.member.puid
266266
bot_id = self.bot.self.puid
267-
print("=====")
268-
print(bot_id)
269-
print(user_puid)
270-
print(self.group.puid)
271-
print(self.api_key)
272-
print("=====")
273267
result = self.user.transfer(bot_id, user_puid, self.group.puid, 3, self.api_key)
274268
self.red_bag_num -=1
275269
if result["status"] == "success":

0 commit comments

Comments
 (0)