diff --git a/src/commands/pull.ts b/src/commands/pull.ts index 16a392a..6205880 100644 --- a/src/commands/pull.ts +++ b/src/commands/pull.ts @@ -33,7 +33,7 @@ export default class Pull extends Command { this.client.updating = false; return updateMessage.edit(updatedMessage); } - if (!pull.includes('origin/master')) { + if (!pull.includes('origin/master') && !pull.includes(' changed, ')) { const updatedMessage = updateMessage.content.replace(`${this.client.stores.emojis.loading} ***Fetching latest commit...***`, `${this.client.stores.emojis.error} ***Unexpected git output***`) .replace(/```$/, `${pull}\n\`\`\``); this.client.updating = false;