Skip to content

Commit

Permalink
Feat: discord.comのURLに対応
Browse files Browse the repository at this point in the history
  • Loading branch information
1ntegrale9 committed May 12, 2020
1 parent e61f9dd commit aadace3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dispander/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import re

regex_discord_message_url = (
'https://(ptb.|canary.)?discordapp.com/channels/'
'https://(ptb.|canary.)?discord(app)?.com/channels/'
'(?P<guild>[0-9]{18})/(?P<channel>[0-9]{18})/(?P<message>[0-9]{18})'
)

Expand Down

0 comments on commit aadace3

Please sign in to comment.