소스 검색

egg

master
Zac Herd 7 년 전
부모
커밋
54e459b9de
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      bot.py

+ 4
- 0
bot.py 파일 보기

@@ -378,6 +378,10 @@ def on_message(message):
if bool(re.search(r'\b[Bb][Uu][Tt][Tt][Ee][Rr]\b', message.content)):
yield from client.add_reaction(message, '\N{PERSON WITH FOLDED HANDS}')

# egg
if bool(re.search(r'\b[Ee][Gg][Gg]\b', message.content)):
yield from client.add_reaction(message, '\N{AUBERGINE}')

# send response to channel if needed:
if response is not '' and message.server.id not in quiet:
for attempt in range(5):


불러오는 중...
취소
저장