fixed heal up message
This commit is contained in:
parent
1b2e20f161
commit
dcc002ac23
2
drpg.py
2
drpg.py
|
@ -52,7 +52,7 @@ class drpg:
|
|||
|
||||
async def on_message(self, message: discord.Message):
|
||||
if message.author.id == '170915625722576896':
|
||||
if message.content.startswith('```diff\n!========['):
|
||||
if message.content.startswith('```diff\n!======['):
|
||||
try:
|
||||
usr, hp = read_adv(message.content)
|
||||
if hp <= 20:
|
||||
|
|
Loading…
Reference in New Issue