mr_goodbytes8667/discord-commands-bundle
一些随机的 Discord 应用程序命令
v0.15.0
2023-04-18 22:01 UTC
Requires
- php: ^8.1
- mrgoodbytes8667/discord-client-bundle: ^0.15 | ^0.16
Requires (Dev)
- mrgoodbytes8667/test-common: >=0.0.23
- symfony/test-pack: ^1.0.9
This package is auto-updated.
Last update: 2024-08-30 01:26:26 UTC
README
安装
请确保已全局安装 Composer,具体安装方法请参阅 Composer 文档中的安装章节。
使用 Symfony Flex 的应用程序
打开命令行控制台,进入您的项目目录,然后执行
$ composer require mrgoodbytes8667/discord-commands-bundle
未使用 Symfony Flex 的应用程序
步骤 1:下载 Bundle
打开命令行控制台,进入您的项目目录,然后执行以下命令以下载此 Bundle 的最新稳定版本
$ composer require mrgoodbytes8667/discord-commands-bundle
步骤 2:启用 Bundle
然后,通过将其添加到项目 config/bundles.php
文件中注册的 Bundle 列表中来启用该 Bundle
// config/bundles.php return [ // ... Bytes\CommandBundle\BytesDiscordCommandsBundle::class => ['all' => true], ];
许可协议
由 MrGoodBytes 开发的 discord-commands-bundle 在Creative Commons Attribution-NonCommercial 4.0 国际许可协议下授权。
基于https://github.com/mrgoodbytes8667/discord-commands-bundle上的作品。