Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update GuildAuditLogs for MESSAGE_DELETE and fixed extras #1464

Merged
merged 2 commits into from
May 5, 2017

Conversation

SpaceEEC
Copy link
Member

@SpaceEEC SpaceEEC commented May 5, 2017

Please describe the changes this PR makes and why it should be merged:

I am not sure whether target < 80 is correct, it just seemed logical to me.

this.options should be data.options

Shouldn't at least GuildAudLogs.build be private, if not all methods?

Semantic versioning classification:

  • This PR changes the library's interface (methods or parameters added)
    • This PR includes breaking changes (methods removed or renamed, parameters moved or removed)
  • This PR only includes non-code changes, like changes to documentation, README, etc.

@PgBiel
Copy link
Contributor

PgBiel commented May 5, 2017

Can you try to make some documentation for extras? 🤢

@@ -4,6 +4,7 @@ const Snowflake = require('../util/Snowflake');
const Targets = {
GUILD: 'GUILD',
CHANNEL: 'CHANNEL',
MESSAGE: 'MESSAGE',
USER: 'USER',
ROLE: 'ROLE',
INVITE: 'INVITE',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you move message to the bottom so they are in order of type mod 10

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, that's the way they are sorted.

@iCrawl iCrawl merged commit 128b4ee into discordjs:master May 5, 2017
iCrawl pushed a commit that referenced this pull request May 5, 2017
* update GuildAuditLogs for MESSAGE_DELETE and fixed extras

* correct oder of targets
@SpaceEEC SpaceEEC deleted the AuditLogs branch May 5, 2017 17:54
devsnek pushed a commit to devsnek/discord.js that referenced this pull request May 14, 2017
…1464)

* update GuildAuditLogs for MESSAGE_DELETE and fixed extras

* correct oder of targets
devsnek pushed a commit to devsnek/discord.js that referenced this pull request May 14, 2017
…1464)

* update GuildAuditLogs for MESSAGE_DELETE and fixed extras

* correct oder of targets
Ratismal pushed a commit to Ratismal/discord.js that referenced this pull request Jul 5, 2017
…1464)

* update GuildAuditLogs for MESSAGE_DELETE and fixed extras

* correct oder of targets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants