8000 Tags · alexandre433/DiscordPHP · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: alexandre433/DiscordPHP

Tags

v7.0.9

Toggle v7.0.9's commit message
fix ban id

v7.0.8

Toggle v7.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request discord-php#778 from SQKo/patch-68

fix message channel error

v7.0.7

Toggle v7.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix null guild_id after sendMessage (discord-php#775)

* fix null guild_id

* simplify guild id binding

* simplify channel id

* bump version

v7.0.6

Toggle v7.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Patch Version 7.0.6 (discord-php#773)

* add client to $discord __debugInfo

* max modal title & text input label

* deprecation of game store & non existing function

* other small fix with phpdoc

* add notes about slash command and option names

* dot

* Interaction::showModal() phpdoc throws LengthException

* TextInput constructor optional param

v7.0.5

Toggle v7.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
select menu 150 chars, guild scheduled event id, USE_EMBEDDED_ACTIVIT…

…IES, pre-7.0.5 (discord-php#760)

* select menu 150 chars, guild scheduled event id

* VoiceStateUpdate::channel_id may be undefined

* Add use_embedded_activities as replacement for start_embedded_activities

* add version logging

* use_embedded_activities setable & build docs

* placeholder max length build docs

* wrong class guild_scheduled_event_id field

* bump version, run php cs fixer

* use poly_strlen

v7.0.4

Toggle v7.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix subcommand options (discord-php#749)

v7.0.3

Toggle v7.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Tweak deleteMessages(), add Collection::last() (discord-php#736)

* Update message deleting
- Add reason headers to $message->delete
- Update $channel->deleteMessages by looping through messages and check if they aren't older then 14 days, if they are, remove them from the bulk_delete batch and remove them individually.

* remove delete single message audit log, and tweak

* phpdoc

* fix deleting non cached single message by id

* make individual message delete last queue priority

* workaround for single non old in bulk message

* ugly workaround, remove elseif after return

* overhaul deleteMessages

* add collection::last()

* run php-cs-fixer

Co-authored-by: SQKo <87897282+SQKo@users.noreply.github.com>

v7.0.2

Toggle v7.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version, deprecate invite stage instance, thread updateable (dis…

…cord-php#728)

* deprecate stage instance invite, bump version

* thread updateable and audit log reason

* fix auto_archive_duration wrong type

* add attachment to message builder

* make non close loop sends code 1000

v7.0.1

Toggle v7.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request discord-php#727 from SQKo/patch-54 build docs

Make default dnsConfig

v7.0.0

Toggle v7.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request discord-php#724 from SQKo/php-cs-fixer

Run PHP cs fixer
0