Tags: alexandre433/DiscordPHP
Tags
Merge pull request discord-php#778 from SQKo/patch-68 fix message channel error
fix null guild_id after sendMessage (discord-php#775) * fix null guild_id * simplify guild id binding * simplify channel id * bump version
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
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
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>
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
Merge pull request discord-php#727 from SQKo/patch-54 build docs Make default dnsConfig
Merge pull request discord-php#724 from SQKo/php-cs-fixer Run PHP cs fixer
PreviousNext