Releases: CommandString/DiscordPHP-Bot-Template
Releases · CommandString/DiscordPHP-Bot-Template
v7.0.3
v7.0.2
csf
Full Changelog: v7.0.1...v7.0.2
v7.0.0
v6.1.1
Command HMR support
While you're working on your bot, if you make any changes to any command handlers they will automatically be reloaded. However, adding new commands will require a reload (for now)
v6.0.1
Full Changelog: v6.0.0...v6.0.1
v6.0.0
An Brand New Template
This entire template has been rebuilt from the ground up and now is much easier to use. With everything being 100% autoloaded while remaining controllable, extendable, and usable. Am also making sure to migrate the good parts of the old template here. If you would rather use the old template you can use any of the previous versions or clone the legacy branch
v5.8.7
What's Changed?
- Added
cs
script for sniffing code - Added
csf
script for auto code sniffer fixes - Added
generate-helper-docs
for generating helper docs - Minor changes to guild command (read these commits for more info)
Relevant PRs
- Minor update by @CommandString in #7
v5.7.7
Changes
Helper Functions
- Renamed
newPartDiscord
tonewDiscordPart
- Added
getDiscord
- Removed
createLocalFileAttachment
Code Sniffer / PSR
- Added
index.php
to files that are sniffed - Renamed
init
event class toInit
Docs
- Helper Function docs are now generated
You can also check #5 for specific changes
v4.7.7
Updates
Added PHP Code Sniffer
Updated DiscordPHP
Added BaseCommand::getBaseCommandName
v4.6.7
Update class