Skip to content

Commit 85e1af9

Browse files
authored
Update shii-bot.py
1 parent 4d7a731 commit 85e1af9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

shii-bot.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def __init__(self, intents: discord.Intents, **kwargs):
1111

1212
async def on_ready(self):
1313
print(f"Logged in as {self.user}")
14-
await self.change_presence(status=discord.Status.online, activity=discord.Game("출근"))
14+
await self.change_presence(status=discord.Status.online, activity=discord.Activity(type=discord.ActivityType.listening, name="류현준 난간"))
1515
await self.tree.sync()
1616

1717
if not os.path.exists(attendance_file):
@@ -157,7 +157,8 @@ async def embed(interaction: discord.Interaction):
157157
embed.add_field(name="사용가능 명령어", value="/say, /embed, /hello, /bye, /copy, /clear, /roll, /mining, /game, /출첵, /누적 출석 수", inline=False)
158158
embed.add_field(name="사용법", value="/를 사용하여 불러주세요!", inline=False)
159159
embed.add_field(name="호스팅", value="구글 클라우드 플렛폼(GCP)", inline=False)
160-
embed.set_footer(text="패치버전: 2.2.1")
160+
embed.add_field(name="패치버전", value="v2.2.1-aplha", inline=False)
161+
embed.set_footer(text="개인 정보 처리 방침: https://github.com/boranloves/shii-bot-discord/blob/main/%EA%B0%9C%EC%9D%B8%EC%A0%95%EB%B3%B4%EC%B2%98%EB%A6%AC%EB%B0%A9%EC%B9%A8.txt")
161162
await interaction.send(embed=embed)
162163

163164

@@ -225,6 +226,7 @@ def get_answer(text):
225226
'GCP': '드.디.어! shii-bot이 24시간 돌아간답니다!',
226227
'뭐야': '뭐지?',
227228
'잘가': '잘가요!',
229+
'뭐들어?': '앗, 류현준님의 난간이욧!'
228230
}
229231

230232
if trim_text == '' or None:

0 commit comments

Comments
 (0)