Skip to content

Commit

Permalink
女裝效能優化 (#3)
Browse files Browse the repository at this point in the history
* 女裝效能優化

依據劉醬女裝百合本規章所進行的優化

---------

Co-authored-by: Staph. aureus to avoid future namespace collision
  • Loading branch information
nopapaya authored Jan 30, 2024
1 parent 3776f26 commit 9d10916
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions StaphMbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,8 @@ def processItem(message,db,api):
api.sendMessage(message['message']['chat']['id'],'藍桌,真的是笨桌!',{'reply_to_message_id':message['message']['message_id']})
elif stripText == '/wpwpw':
api.sendMessage(message['message']['chat']['id'],'白磷白磷白',{'reply_to_message_id':message['message']['message_id']})
elif stripText == '/ericliu':
api.sendMessage(message['message']['chat']['id'],'劉醬快女裝!',{'reply_to_message_id':message['message']['message_id']})
elif stripText == '/gay':
gay = 0
for i in range(5):
Expand Down

0 comments on commit 9d10916

Please sign in to comment.