fixed heal up message

This commit is contained in:
raatty 2019-07-20 15:47:29 +12:00
parent 1b2e20f161
commit dcc002ac23
1 changed files with 1 additions and 1 deletions

View File

@ -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: