diff --git a/commands/commit-count.js b/commands/commit-count.js index c5b80b6..a715d5d 100644 --- a/commands/commit-count.js +++ b/commands/commit-count.js @@ -131,7 +131,7 @@ module.exports = { .fetch(messageId) .then(async (message) => { if ( - /http.:\/\/.*\/(commit|compare)\/.*/g.test(message.content) + /http.:\/\/.*\/(commit|compare|pull)\/.*/g.test(message.content) ) { dateVerified = true; verifyReason = 'Commit URL';